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 - 7.4.5

Published by ronilaukkarinen over 3 years ago

7.4.5: 2021-05-20

  • Add example block icon SVG for ACF Gutenberg block init
  • Wrap theme settings to after_setup_theme action, fix filter name #104
air-light - 7.4.4

Published by ronilaukkarinen over 3 years ago

  • Fix alignwide and alignfull variables in front end
air-light - 7.4.3

Published by ronilaukkarinen over 3 years ago

7.4.3: 2021-05-19

  • Add variables $width-full and $width-wide for default Gutenberg blocks styling
  • Fix typo in code comment
  • Fix preformatted text alignment in Gutenberg
air-light - 7.4.2

Published by ronilaukkarinen over 3 years ago

  • Improve block functionality #102
air-light - 7.4.1

Published by ronilaukkarinen over 3 years ago

7.4.1: 2021-05-18

  • Deprecate modules SCSS
  • Example of your next ACF Gutenberg block
air-light - 7.4.0

Published by ronilaukkarinen over 3 years ago

7.4.0: 2021-05-18

Major Gutenberg update

  • This version adds ACF-Gutenberg blocks (PR: Moving on from modular content to ACF-Gutenberg blocks #100)
  • Fixes for stylelint (most notably getting rid of vendor prefixes in styles)
  • Fully working editor styles
  • Editor JS and editor lazyload support
  • Deprecate modular-content.php
  • Remove demo content from the theme (from now on it's a separate WordPress plugin)
  • Bunch of small fixes
air-light - 7.3.1

Published by ronilaukkarinen over 3 years ago

7.3.1: 2021-05-12

  • Fix: Add missing autoprefixer for dev styles gulp task
air-light - 7.3.0

Published by ronilaukkarinen over 3 years ago

7.3.0: 2021-05-12

  • Fix select dropdowns showing toggle icon twice (appearance: none; is well supported by Safari 14)
air-light - 7.2.9

Published by ronilaukkarinen over 3 years ago

7.2.9: 2021-05-11

  • Fix 404, Fixes #99
air-light - 7.2.8

Published by ronilaukkarinen over 3 years ago

7.2.8: 2021-05-04

  • Consistency in file headers
  • Fix replaces by exporting the variables in the start script
air-light - 7.2.7

Published by ronilaukkarinen over 3 years ago

7.2.7: 2021-05-04

  • Fix NEWEST_AIR_VERSION variable in additions script
air-light - 7.2.6

Published by ronilaukkarinen over 3 years ago

7.2.6: 2021-05-04

  • Fix gulp command syntax for development and production environments in new theme starting script
air-light - 7.2.5

Published by ronilaukkarinen over 3 years ago

7.2.5: 2021-04-29

  • Make sure children don't have list bullets
  • Accessibility: Make focus ring a little more engaging (source)
air-light - 7.2.4

Published by ronilaukkarinen over 3 years ago

7.2.4: 2021-04-23

  • Fix navigation #94 (huge thanks to @michaelbourne!)
  • Fix focus trap problems in mobile navigation if last nav item is a dropdown #26
  • Fix issue with setLazyLoadedFigureWidth not imported properly
  • Contributing instructions up to date according to the latest version of dudestack
air-light - 7.2.3

Published by ronilaukkarinen over 3 years ago

7.2.3: 2021-04-22

  • Mobile nav overflow fix #95 (thanks @Tumppex and congrats for the first pull request!)
  • Documenting code: Add comment about Gravity Forms with ajax
  • Remove deprecated vagrant instructions from the Read me file
  • Theme metadata in style.css: Add more clear instructions, update date format
air-light - 7.2.2

Published by ronilaukkarinen over 3 years ago

7.2.2: 2021-04-21

  • Include missing heading-hero component
  • Add default core/table styles
air-light - 7.2.1

Published by ronilaukkarinen over 3 years ago

7.2.1: 2021-04-21

  • Refine heading levels
  • Refine button components
  • Add wide core/separator block
  • Add function end comments and few minor PHP styling changes
  • Truncate too long button texts
  • Components more presentable way in demo, fix button styles and sizes
air-light - 7.2.0

Published by ronilaukkarinen over 3 years ago

7.2.0: 2021-04-21

  • Fix critical style bug with default button hover and ghost button colors
  • Fix phpcs task src
air-light - 7.1.9

Published by ronilaukkarinen over 3 years ago

7.1.9: 2021-04-20

  • Change font-family attributes from SCSS variables to CSS variables
air-light - 7.1.8

Published by ronilaukkarinen over 3 years ago

7.1.8: 2021-04-20

  • Support for SCSS source maps (devpackages 2.1.5)
  • Fix error reporting on watch. Awaiting Pull Request. (devpackages 2.1.4)
  • Bump tested WP version to 5.7.1