air-light

💨 WordPress starter theme - designed to be minimal, ultra-lightweight (< 20 kB) and easy for all kinds of WordPress projects. 7+years/1000+hours of development and still updating daily! We prefer the original WordPress way of doing things so no strange templating languages or frameworks here.

MIT License

Stars
945
Committers
17

Bot releases are hidden (Show)

air-light - 9.2.1

Published by ronilaukkarinen almost 2 years ago

9.2.1: 2022-10-28

  • Ensure all blocks get default alignment styles despite core styles or Autoptimize order
  • Increase default $transition-duration
air-light - 9.2.0

Published by ronilaukkarinen about 2 years ago

9.2.0: 2022-10-12

  • Add check for a11ySkipLink
  • Add missing external-link-icon class
  • Fix aspect-ratio mixin supports query
  • Fix mobile nav-toggle one side is longer than others while button focused
air-light - 9.1.9

Published by ronilaukkarinen about 2 years ago

9.1.9: 2022-10-06

  • Disable stylelint max-line-length
  • Remove default list color conflicting with ACF fields
  • Remove global link focus color that is no longer used
  • Improve focus ring style, add variable for color: --color-focus-outline
  • Improve accessible Finnish translation of back to top
  • Improve back to top keyboard accessibility
air-light - 9.1.8

Published by ronilaukkarinen about 2 years ago

9.1.8: 2022-09-29

  • Remove leftover styles from default block
  • Remove outdated scripts in gutenberg-editor.js that causes an error on wp-admin
air-light - 9.1.7

Published by ronilaukkarinen about 2 years ago

9.1.7: 2022-09-28

  • Add external-link-icon styles for mobile
  • Remove setup_editor_styles function because it breaks stage+prod and block styles still load correctly without that
  • Improve anchors.js formatting
  • Add a11y-skip-link JS module for ensuring that skip links always focus to first heading
air-light - 9.1.6

Published by ronilaukkarinen about 2 years ago

9.1.6: 2022-09-14

  • Fix font-size not inheriting to Gutenberg editor
  • Fix rich text font size in Gutenberg editor
  • Fix Gutenberg editor font-sizing issues
  • Deprecate responsive-font() mixin in favor of clamp-calc() function
air-light - 9.1.5

Published by ronilaukkarinen about 2 years ago

9.1.5: 2022-09-12

  • Fix: Use ACF defined font styles in ACF fields
  • Fix acf icons visibility issue
  • Fix link colors in sidebar
  • Add default font-family for form select items
  • Remove opionated label font-weight
  • Remove opionated nav default dropshadow from sub menus
  • Remove opionated nav default border-color from sub menus
  • Remove opionated bubble tip from sub menus
air-light - 9.1.4

Published by ronilaukkarinen about 2 years ago

9.1.4: 2022-09-07

  • Fix: Viewport padding/white-space on mobile devices
  • Fix: Leftover variable not defined
air-light - 9.1.3

Published by ronilaukkarinen about 2 years ago

9.1.3: 2022-09-07

  • Consistency for variable --font-weight-paragraph
  • Remove has-light-bg and has-dark-bg classes that are no longer used by back to top feature
  • Increase padding on mid-sized screens to prevent container sticking to sides
air-light - 9.1.2

Published by ronilaukkarinen about 2 years ago

9.1.2: 2022-09-07

  • Clean up is-external-link from CSS that is no longer used
  • Consistency in variables: --font-size-paragraphs -> --font-size-paragraph
  • Remove unused --font-size-default and combine with --font-size-paragraph
  • Fix list font-sizes not inheriting from paragraph styles
  • Define default font sizes and line-heights on body level instead in separate elements
air-light - 9.1.1

Published by ronilaukkarinen about 2 years ago

9.1.1: 2022-09-06

  • Improve form checkbox and radio button styles
  • Form checkboxes and radio buttons: Add bouncy check animation
  • Clarify reset for checkboxes and radio buttons for gravity forms
  • Combine --line-height-paragraphs-blog and --line-height-paragraphs to one unified CSS variable: --line-height-paragraph
air-light - 9.1.0

Published by ronilaukkarinen about 2 years ago

9.1.0: 2022-09-01

  • Improve post title color and size accessibility in Gutenberg editor
  • Remove unnecessary float reset from nav item
  • Add image-background-layer to image helper classes
  • Fix enumerating grid in columns
  • Bump tested up WordPress version to 6.0.2
air-light - 9.0.9

Published by ronilaukkarinen about 2 years ago

9.0.9: 2022-08-25

  • Add custom version of sanitize.css
  • Improve external-links.js JavaScript
  • Ignore external link arrows for links that have only imgs in them
  • Add ignore classes for external links
  • Generate SVG arrow for external links via JS instead of CSS
  • Clean up old different versions of external-link.svg files
air-light - 9.0.8

Published by ronilaukkarinen about 2 years ago

9.0.8: 2022-08-23

  • Deprecate lazyload from CSS as it is no longer needed after loading="lazy"
  • Add image-background helper class for imgs as backgrounds
  • Add CSS clamp function as helper for responsive font sizes
  • Add CSS aspect-ratio helper for responsive images
air-light - 9.0.7

Published by ronilaukkarinen about 2 years ago

9.0.7: 2022-08-22

  • Add box-model helper
  • Remove leftover getLocalization declaration
  • Remove block-file-slug.svg placeholder, replace with .gitkeep
  • Improvement: Consistent $transition-duration, less movement
air-light - 9.0.6

Published by ronilaukkarinen over 2 years ago

9.0.6: 2022-06-30

  • Upgrade to devpackages 2.4.7
  • Remove air_helper_custom_settings_post_ids hook that is no longer used (kudos to latenssi @ wpfi Slack for spotting it!)
air-light - 9.0.5

Published by ronilaukkarinen over 2 years ago

9.0.5: 2022-06-09

  • Prevent mobile navigation flickering before JS has been loaded
air-light - 9.0.4

Published by ronilaukkarinen over 2 years ago

9.0.4: 2022-06-09

  • Add default localization for accessible carousels to support Air-blocks 1.1.2
air-light - 9.0.3

Published by ronilaukkarinen over 2 years ago

9.0.3: 2022-06-08

  • Remove leftover %screen-reader-text from editor styles
  • Move editor styles outside of the global gutenberg-editor-styles.scss
  • Fix form elements in ACF block previews
  • A11y: Localizations for possible carousel blocks from Air-blocks
air-light - 9.0.2

Published by ronilaukkarinen over 2 years ago

9.0.2: 2022-05-27

  • Fix critical regression in ACF blocks not outputting, Fixes #153 (thanks @Niq1982 @EliasKau)