Skip to content

Releases: digitoimistodude/air-light

9.2.3

28 Nov 15:14
Compare
Choose a tag to compare

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

04 Nov 11:58
Compare
Choose a tag to compare

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

28 Oct 07:21
Compare
Choose a tag to compare

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

12 Oct 12:10
Compare
Choose a tag to compare

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

06 Oct 19:56
Compare
Choose a tag to compare

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

29 Sep 10:55
Compare
Choose a tag to compare

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

28 Sep 11:38
Compare
Choose a tag to compare

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

14 Sep 13:28
Compare
Choose a tag to compare

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

12 Sep 10:43
Compare
Choose a tag to compare

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

07 Sep 11:22
Compare
Choose a tag to compare

9.1.4: 2022-09-07

  • Fix: Viewport padding/white-space on mobile devices
  • Fix: Leftover variable not defined