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 visible (Hide)

air-light - 8.0.9

Published by ronilaukkarinen almost 3 years ago

8.0.9: 2021-11-04

  • Update to devpackages 2.3.5
air-light - 8.0.8

Published by ronilaukkarinen almost 3 years ago

8.0.8: 2021-11-04

  • Update to devpackages 2.3.4
air-light - 8.0.7

Published by ronilaukkarinen almost 3 years ago

8.0.7: 2021-11-04

  • Fix safe space visibility before triggering submenu with mouse
air-light - 8.0.6

Published by ronilaukkarinen almost 3 years ago

8.0.6: 2021-11-03

  • Update to devpackages 2.3.2
air-light - 8.0.5

Published by ronilaukkarinen almost 3 years ago

8.0.5: 2021-11-02

  • Remove outdated breadcrumbs scss and hooks that are no longer supported in-theme
air-light - 8.0.4

Published by ronilaukkarinen almost 3 years ago

8.0.4: 2021-11-02

  • Update to devpackages 2.3.1 (switch to @ronilaukkarinen/gulp-stylelint, watch task improvements)
air-light - 8.0.3

Published by ronilaukkarinen almost 3 years ago

8.0.3: 2021-10-29

  • Update to devpackages 2.3.0 (switches gulp-stylelint to stylelint from exec/cli)
air-light - 8.0.2

Published by ronilaukkarinen almost 3 years ago

8.0.2: 2021-10-28

  • Update sass to 1.43.4
  • Sass speed improvements with dart-sass, Fiber and sass.sync()
  • Fix deprecations in helper scss mixins
air-light - 8.0.1

Published by ronilaukkarinen almost 3 years ago

8.0.1: 2021-10-29

  • Remove outdated printer-for-errors-of-gulp-plugins, trade-off with performance and watch task crash on SCSS errors
  • Theme file structure up to date, update font-sizes file to be more consistent as singular file name
air-light - 8.0.0

Published by ronilaukkarinen almost 3 years ago

8.0.0: 2021-10-28

  • Upgrade stylelint to v14
  • Drop nodejs 12 support
  • Drop node-sass and fibers support
  • Lint styles with new rules
  • Add new stylelint rules
  • Improve watch task, speed it up, inject CSS first in dev environment
  • Change stylelint-disable exceptions per line and with double slash scss syntax
  • Add doiuse exceptions with doiuse-disable
  • Update .browserslistrc
air-light - 7.9.9

Published by ronilaukkarinen almost 3 years ago

7.9.9: 2021-10-27

  • Increase default gap between main level nav items
  • Remove leftover margin-right from nav item that has sub items
air-light - 7.9.8

Published by ronilaukkarinen almost 3 years ago

7.9.8: 2021-10-25

  • Add max-width variable for navigation dropdown helper pseudo element, in some situations causes unwanted dropdown triggering
  • Update default README.md boilerplate for project
air-light - 7.9.7

Published by ronilaukkarinen about 3 years ago

7.9.7: 2021-10-20

  • Replace margin-right with more flexible gap: var(--gap-between-dropdown-toggle);
  • Use gap in desktop main level menu-items instead of margin
air-light - 7.9.6

Published by ronilaukkarinen about 3 years ago

7.9.6: 2021-10-13

  • Fix: Floating back to top element has too much z-index priority
air-light - 7.9.5

Published by ronilaukkarinen about 3 years ago

7.9.5: 2021-10-07

  • Fix: Reusable Blocks are not available #116 (thanks @jaakjuu1 and @michaelbourne!)
air-light - 7.9.4

Published by ronilaukkarinen about 3 years ago

7.9.4: 2021-10-06

This release includes only form style and accessibility improvements.

  • Consistency in form variables, fix issues with required labels
  • Add support for gravity forms baked in required labels
  • Fix select icon gap
  • Bigger default font-size for inputs in demo
  • Consistent label font size
  • Add consistent variables and sizes for form elements
  • Fix conflicting select styles
  • Add consistent --form-gap for gravity form elements
  • Improve form styles
air-light - 7.9.3

Published by ronilaukkarinen about 3 years ago

7.9.3: 2021-09-29

  • Group accessible color variables for error, success and warning states
air-light - 7.9.2

Published by ronilaukkarinen about 3 years ago

7.9.2: 2021-09-28

  • Fix a bug on Firefox in sticky nav in situations where user refreshes the browser in the middle of the page before any scrolling done
  • Fix extra gap in Gutenberg editor's .wp-block
air-light - 7.9.1

Published by ronilaukkarinen about 3 years ago

7.9.1: 2021-09-24

  • Simplify sticky navigation, rewrite in Vanilla JS
air-light - 7.9.0

Published by ronilaukkarinen about 3 years ago

7.9.0: 2021-09-24

  • Fix typography line-height leaking from core heading block (kudos to @Tumppex for noticing this!)
  • Change gutenberg-content div to HTML5 article element with class article-content to be more clear (since all content are now Gutenberg)