Releases: digitoimistodude/air-light
Releases · digitoimistodude/air-light
9.6.2
9.6.2: 2025-08-29
- Fix deprecated workflow that still uses devpackages, fix build DEV-83, DEV-385
- Remove mentions of archived devpackages, use theme package.json in unit tests, Ref: DEV-130
- Bump axios and browser-sync #260
- Fix replace scripts not removing scss imports, Ref: DEV-433 (thanks @EliasKau @jennitahva!)
- Add new logo header to scripts, Ref: DEV-436
- Add
--test-branch <branch>flag for newtheme.sh for testing, Ref: DEV-437 (thanks @ronilaukkarinen)
9.6.1
9.6.1: 2025-08-08
- Fix regression in 9.6.0, fonts and colors leaking to admin, Ref: DEV-381
- Fix regression in 9.6.0, links are underlined and not formatted from formatting SCSS
- Fix ul and ol styles leaking to navigation, regression to DEV-93
- Merge new minimalistic mobile nav styles, Ref: DEV-95 (old refs: T-25883, T-25856)
- Deprecate little used animations helper, Ref: DEV-382
- Add minimalistic styles and footer, prepare for 10.0.0, Refs: DEV-94, DEV-90, DEV-379
- Fix too low contrast in dropdown-toggles, inherit dropdown toggle color from the item, Ref: DEV-383
- Prevent longer dropdowns from cutting out on too low pages, Ref: DEV-384
- Fix build, prepare for native blocks, fix dependencies, Refs: DEV-10, DEV-385
9.6.0
9.6.0: 2025-08-08
- Bump form-data from 4.0.2 to 4.0.4 #254
- Bump eazy-logger from 4.0.1 to 4.1.0 #251
- Skip HTML validator, Ref: DEV-347
- Use acf_block_defaults preview mode by default, Ref: DEV-155
- Add Husky code quality tests, Ref: DEV-373
- Update dart-sass to 1.86.3, Ref: DEV-149 #253 (thanks @nadyahakkinen!)
- Fix regression with 404 template not having clamp-calc, Ref: DEV-377
- Add helper wrapper for site-header, make it container width, #245, Refs: T-25879, DEV-93 (thanks @nadyahakkinen!)
- Make sure husky has executable permissions after each branch switch, Ref: DEV-378
- Code quality checks: Fix deprecated install command, update version for tests, Ref: DEV-373
- Run gulp from theme instead of project from now on, Ref: DEV-83, DEV-127
- Bump tested WordPress version to 6.8.2
- From now on run gulp and tools from the theme instead of external devpackages repo, Ref: DEV-83
- Simplify starter color variables, #243, Ref: DEV-379
- Update release build scripts, do not pack vendor/, Ref: DEV-83
- Fix editor styles for native blocks, T-25877 #242, Ref: DEV-380
9.5.1
9.5.0
9.5.0: 2025-02-26
- Disable core/code block by default, T-25121
- Add stripped down tinymce toolbars to acf wysiwyg field, T-19418 (thanks @Tumppex @EliasKau!)
- Enhance styles for blockquote and lists added via wysiwyg, T-17639 (thanks @Tumppex @EliasKau!)
- Add nav walker for simplified footer navs, T-25859
- Fix JS breakpoint navigation variable, T-25787, #240 (thanks @nadyahakkinen!)
- Delete redundant _box-with-shadow.scss, T-24776, #239 (thanks @miskalait!)
- Delete obsolete aspect-ratio mixin, T-24777, #238 (thanks @miskalait!)
- Add parts folder, T-24778
- Force minimal selection of formatting in tinymce WYSIWYG editor, T-19418 (thanks @Tumppex @EliasKau!)
- Rewrite allowed_blocks, make it possible to use single blocks, T-17645 (thanks @EliasKau!)
- Fix: Mobile navigation is wrongly offset with WP admin bar, T-25557, #241 (thanks @nadyahakkinen!)
- Remove obsolete airbnb-browser-shims, T-23391
- Avoid serving legacy JS bundles, T-23391
- Bump tested up to WordPress 6.7.2
- Silence deprecation warnings, fix build T-20953
9.4.8
9.4.8: 2025-02-03
- Add debug function to print all available blocks
- Fix page including all allowed blocks by default (default: none)
- Fix cssnano stripping out font-family declarations
- Remove root font-size 62.5% from editor styles, T-24605
- Add limited amount of core blocks for articles by default, remove extra embed blocks, T-25121
- Bump tested up to WordPress 6.7.1
9.4.7
9.4.7: 2024-12-04
- Fix body styles leaking to wp-admin
- Fix img proportions fallback for images that have width and height set, T-23188
- Fix image proportions for overlay images due to air-helper 3.1.1, T-23188
- Change HTML build CI to use vnu-jar instead of outdated html-validator-cli
- Remove polyfills, T-14767
9.4.6
9.4.6: 2024-11-19
- Demo: Prevent spaces in theme-info link
- Fix newtheme-popos.sh script location detection
- Check if pll_translatable is set
- Fix gulp task stripping out
@font-facedeclaration - Remove postcss-discard-unused and postcss-minify-font-values
- Make black truly black
- Add Mona Sans variable font
- Re-design placeholder content
- Remove root font-size 62.5%, add rem-over-px formula, Fixes #192
9.4.5
9.4.5: 2024-10-25
- Add global variable for current block during
render_acf_block, T-17629 - Add default styles for 404.scss (thanks @miskalait)
- Make navigation to wrap automatically if there are too many links, T-20918
- Add default column-gap to header, T-20918
- Rewrite: allowed_block_types - Change logic for allowed blocks: 'none', 'all', 'all-core-blocks', 'all-acf-blocks', Fixes #226 (thanks @villekujansuu)
- Allow options + specific blocks for allowed blocks (thanks @ronilaukkarinen)
- Prepare for air-blocks-buildtool (thanks @raikasdev)
- Remove stylelint-file-max-lines, T-20765
- Add more breakpoints like $container-desktop, T-20758
- Fix burger navigation sometimes not being centered vertically, T-20918
- Change to new dev.docs.dude.fi way of naming conventions, combine font partials under variables to one _typography.scss file, T-20761 (thanks @nadyahakkinen)
- Move font-face include under _typography.scss, T-20761
- Change typography variables to headings, T-20761
9.4.4
9.4.4: 2024-09-13
- Add unit tests for gulp devstyles
- Fix nesting deprecation, fix build
- Remove from sanitize scss:
overflow-wrap: break-word; - Bump tested WordPress version to 6.6.2