2024-W11

Mar 11–17, 2024

9 releases
  • The airfleet-elements-colors-plugin fixed the preset color select field appearance in the editor.
  • The airfleet-views-plugin added four new API functions for rendering views, including airfleet_view_start, airfleet_view_end, airfleet_view_to_string, and airfleet_views_to_string. It also set an id attribute for blocks based on the anchor value in the block editor.
  • The airfleet-elements-images-plugin added an option to set image loading to eager in elements-components-image.
  • The airfleet-generator-cli added anchor support to block metadata snippets.
  • The airfleet-lightyear-theme updated the VS code snippet for Airfleet Block Meta with anchor support.
  • The airfleet-theme-support-plugin trimmed whitespace from GTM IDs.
  • The airfleet-elements-core-plugin added several new utility functions and editor scripts, including debounce, useInViewport, and editorBlockRender.
  • The airfleet-elements-responsive-plugin added an onChange JavaScript utility for triggering callbacks on breakpoint changes.
airfleet-elements-colors-plugin

Release 0.3.3

Fixed preset color select field appearance in editor

GitHub
View full changelog

Fixed

  • elements-components-color: fixed Preset color select field appearance in the editor
airfleet-views-plugin

Release 1.3.0

Four new API functions were added for rendering views: airfleet_view_start, airfleet_view_end, airfleet_view_to_string, and airfleet_views_to_string.

GitHub
View full changelog

Added

  • Added API Function airfleet_view_start: Starts an instance to initiate a render for a view
  • Added API Function airfleet_view_end: Ends the view render instance started by airfleet_view_start
  • Added API Function airfleet_view_to_string: Renders a single view into an HTML string and returns the result
  • Added API Function airfleet_views_to_string: Renders one or more views into an HTML string and returns the result
airfleet-elements-images-plugin

Release 0.4.0

Added option to set image loading to eager in elements-components-image

GitHub
View full changelog

Added

  • elements-components-image: added an option to set the loading to either lazy (default) or eager
airfleet-views-plugin

Release 1.2.0

Blocks now have an id attribute set by the anchor value in the block editor

GitHub
View full changelog

Added

  • id attribute is now set for blocks based on the value of the anchor that the user sets in the block editor
airfleet-generator-cli

Release 0.25.0

Added anchor support to block metadata snippets

GitHub
View full changelog

Changed

  • Snippets/Plugin generator: added anchor support in block metadata snippet
airfleet-lightyear-theme

Release 1.3.0

Updated VS code snippet for Airfleet Block Meta with anchor support

GitHub
View full changelog

Changed

  • Updated the VS code snippet for Airfleet Block Meta to include anchor support
airfleet-theme-support-plugin

Release 1.0.4

Trimmed whitespace from GTM IDs

GitHub
View full changelog

Fixed

  • Trim GTM ID to remove whitespace in the beginning or end of the ID
airfleet-elements-core-plugin

Release 0.8.0

Added several new utility functions and editor scripts

GitHub
View full changelog

Added

  • Added debounce utility function /assets/frontend/scripts/utils/debounce.js
  • Added useInViewport utility function /assets/frontend/scripts/utils/useInViewport.js
  • Added editor/scripts/utils directories
  • Added editor.entry.js file
  • Added editorBlockRender utility function /assets/editor/scripts/utils/editorBlockRender.js
airfleet-elements-responsive-plugin

Release 0.3.0

Added onChange JavaScript utility for triggering callbacks on breakpoint changes

GitHub
View full changelog
  • Added onChange JS util. Triggers a callback whenever a matched breakpoint changes