Skip to content

Releases: digitoimistodude/air-light

8.3.2

10 Feb 13:57
Compare
Choose a tag to compare

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

08 Feb 15:34
Compare
Choose a tag to compare

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)

8.3.0

02 Feb 15:07
Compare
Choose a tag to compare

8.3.0: 2022-02-02

  • This updates removes some fonts that should not be there, sorry about that

8.2.9

02 Feb 14:54
Compare
Choose a tag to compare

8.2.9: 2022-02-02

  • Add more weights for Inter font family, fix issue with font file capitalizations and rendering

8.2.8

02 Feb 14:04
Compare
Choose a tag to compare

8.2.8: 2022-02-02

  • Modified functions.php custom settings to work with Air setting groups plugin.
  • Drop CSS grid mixin as all major browsers support it and we no longer need fallbacks for Edge and Safari

8.2.7

26 Jan 14:47
Compare
Choose a tag to compare

8.2.7: 2022-01-26

  • Add new styles for page/post title
  • Remove page/post title input styles that are no longer in Gutenberg of 5.9
  • Fix title edit styles for Gutenberg in 5.9
  • Add separate locales for title related instruction text
  • Fix remove_gutenberg_inline_styles hook, add extra check, Fixes #144
  • Update deprecated filters and their parameters #141 (thanks @dylanelliott27!)
  • Update file sizes to README.md
  • Fix maybe_show_error_block function title not showing if manually set
  • Fix archive template single post item
  • Fix acf block cache check
  • Bump tested up WordPress version to 5.9.0

8.2.6

07 Jan 11:57
Compare
Choose a tag to compare

8.2.6: 2022-01-07

  • Fixes for wp-block-list
  • Auto-indent multi-line list blocks
  • Bump tested up WordPress version to 5.8.3

8.2.5

03 Jan 13:36
Compare
Choose a tag to compare

8.2.5: 2022-01-03

  • Open submenus on the left if the nav items go over the viewport, Fixes #5
  • Added $is_preview and $post_id to be always handed over to block template
  • Create empty inc/functions directory for custom funtions

8.2.4

03 Dec 09:58
Compare
Choose a tag to compare

8.2.4: 2021-12-03

  • Fix gallery and image block wide and full width version paddings in mobile editor
  • Fix aligned image paddings in gutenberg editor
  • Fix wide gallery mobile padding issue in Gutenberg editor
  • Fix standard view gallery block alignment issue in Gutenberg Editor
  • Fix block gallery full width padding issues in mobile gutenberg editor
  • Fix for gutenberg editor alignleft/alignright images: Do not force widths via var for galleries in gutenberg-editor
  • Fix padding for post title block in article view
  • Fix padding in mobile view of the gutenberg editor

8.2.3

01 Dec 13:10
Compare
Choose a tag to compare

8.2.3: 2021-12-01

  • Reset default gap in .wp-block in Gutenberg editor
  • Fix align wide paddings for certain breakpoints and blocks
  • Fix core/list with is-style-default set
  • Better default core/separator styles