Releases: digitoimistodude/air-light
Releases · digitoimistodude/air-light
9.2.3
9.2.3: 2022-11-28
- Add core/list-item to allowed blocks due to WP 6.1 and latest Gutenberg editor
- Remove extraneous padding in the first block on Gutenberg editor
- Make heading CSS variable naming more consistent
- Button component: Do not use border-radius on ghost button as it's inherited from button
- Button component: Use own border radius instead of shared with form fields
- Update generated README.md in the start script
- Fix ACF relation field color in Gutenberg blocks
- Simplify _font-family.scss
- Deprecate core/code, core/columns, core/cover, core/embed, core/preformatted and code/verse CSS from Air-light, use Gutenberg official styles instead
- Add Inter as variable font
9.2.2
9.2.2: 2022-11-04
- Fix incorrect textdomain in external-link JS module
- Simplify CPT and taxonomy registration by using the class name also as a slug (Merge pull request #158 from digitoimistodude/cpt-tax-register-simplification, kudos to @timiwahalahti)
- Remove what-input depenency, use :focus and :focus-within instead, remove forced focus outline-color
- Bump tested up WordPress version to 6.1
9.2.1
9.2.1: 2022-10-28
- Ensure all blocks get default alignment styles despite core styles or Autoptimize order
- Increase default $transition-duration
9.2.0
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
9.1.9
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
9.1.8
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
9.1.7
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
9.1.6
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
9.1.5
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
9.1.4
9.1.4: 2022-09-07
- Fix: Viewport padding/white-space on mobile devices
- Fix: Leftover variable not defined