Releases: digitoimistodude/air-light
Releases · digitoimistodude/air-light
8.4.1
8.4.1: 2022-05-12
- Fix paddings on editor
- Fix responsive lists on gutenberg editor
- Remove deprecated text columns block
- Remove default list-type from typography scss and use core-list instead
8.4.0
8.4.0: 2022-05-12
- Fix cover block default text color
- Fix overflow in stacked blocks
- Fix core-list not working properly on Gutenberg editor preview
- Fix navigation dropdown menus opening inside viewport after resizing window
- Fix code block style bugs
- Fix pullquote blockquote alignment
- Fix naming of core-button to core-buttons
- Use var(--color-blockquote) color variable in pull quotes
- Simplify core-list block
- Smaller external link icon
- Remove deprecated core-gallery styles, use Gutenberg core styles instead
- Scroll to top when triggering mobile navigation to ensure no gaps are between header and navigation (thanks @Tumppex!)
- Simplify link formatting
8.3.8
8.3.8: 2022-04-29
- Fix variable name in link formatting (--color-link-text-hover)
- Add proxyUrl (devpackages 2.4.5)
- Fix config.styles.src that causes gutenberg styles not to compile (devpackages 2.4.6)
8.3.7
8.3.7: 2022-04-11
- Remove leftover code from Gutenberg editor
- Move externalLinkDomains list to theme settings for consistency (devpackages 2.4.4)
- Add cssnano and related postcss-plugins, deprecate gulp-clean-css that is in maintenance-mode (devpackages 2.4.4)
- Improve watch task to be more performant (devpackages 2.4.4)
- Add gulp-size and verbose information to console (devpackages 2.4.4)
- Add instructions on how to contribute (devpackages 2.4.4)
- Update stylelint-config-standard, stylelint-config-recommended-css, caniuse-lite and js related packages (devpackages 2.4.4)
- Get phpcs task from devpackages 2.4.4
- Bump tested up WordPress version to 5.9.3
8.3.6
8.3.6: 2022-03-31
- Update browser-sync to 2.27.9 (devpackages 2.4.3)
- Fix main title width in article editor
- Add fonts and font-smoothing in article view of the Gutenberg editor
8.3.5
8.3.5: 2022-03-25
- Fix: Margin reset breaks article blocks in editor, limit it for ACF blocks only
8.3.4
8.3.4: 2022-03-16
- Make edit-post-visual-editor__post-title-wrapper background to match WordPress brand color
- Bump tested up WordPress version to 5.9.2
8.3.3
8.3.3: 2022-03-08
- Upgrade to devpackages 2.4.2 (details below)
- Upgrade stylelint to 14.5.3
- Update .stylelintrc rules as per the official recommendations
- Use kebab-kase in fontface mixin from now on
- Bump tested up WordPress version to 5.9.1
- Upgrade eslint to 8.10.0
- Upgrade eslint-config-airbnb to 19.0.4
- Remove deprecated babel-eslint and use @babel/eslint-parser instead
- Revove outdated and unmaintained gulp-eslint and use gulp-eslint-new instead
- Allow js/src/front-end.js to be linted, fix file for JS warnings
8.3.2
8.3.2: 2022-02-10
- Reset blockquote margins as it breaks the auto layout in some situations
- Deprecate hiddentext() mixin that is not used anymore
8.3.1
8.3.1: 2022-02-08
Major update
- Support new native_lazyload_tag() from air-helper
- Add edit link to page
- Move edit link to its own template tag function
- Clean up page.php
- Always allow loading ACF block on preview
- Add a filter to allow modidying ACF block cache keys
- Deprecate default hero template part as it's never used (it's recommended to use a Gutenberg block for it)
- Remove archive.php (it's rarely used, it's similar to index.php and when used, it's always customized anyway)