2024-W26

Jun 24–30, 2024

8 releases
  • Anchor Support: The airfleet-generator-cli plugin now supports anchors in the afblockmeta VS Code snippet.
  • Quick Edit Improvements: The airfleet-admin-plugin's Quick Edit feature has been improved with better error state handling, including preventing multiple requests on an element in error state and visualizing the error state differently.
  • Block Pattern Registration: The airfleet-views-plugin now skips block pattern registration when the enqueue only flag is set.
airfleet-generator-cli

Release 0.29.1

Added anchor support to afblockmeta VS Code snippet

GitHub
View full changelog

Fixed

  • Plugin generator: added anchor support to afblockmeta VS Code snippet
airfleet-nav-plugin

Release 3.0.1

Fixed issue with custom footer/header on archive pages

GitHub
View full changelog

Fixed

  • Fixed custom footer/header set for latest single CPT also showing in archive page
airfleet-generator-cli

Release 0.29.0

Added new options for generating block patterns and a VS Code snippet for block patterns metadata boilerplate

GitHub
View full changelog

Added

  • View generator: added new options for generating block patterns
  • Snippets & Plugin generators: added VS Code snippet afpatternmeta for generating block patterns metadata boilerplate
airfleet-admin-plugin

Release 1.8.3

Quick Edit now uses vertical spacing between elements as defined by the airfleet-elements-text-plugin plugin's CSS variable.

GitHub
View full changelog

Fixed

  • Quick Edit: use vertical spacing between elements from airfleet-elements-text-plugin plugin CSS variable
airfleet-lightyear-theme

Release 1.9.0

Added VS Code snippet for Airfleet Pattern Meta

GitHub
View full changelog

Added

  • Added VS Code snippet for Airfleet Pattern Meta
airfleet-admin-plugin

Release 1.8.2

Fixed and improved error state handling for Quick Edit feature.

GitHub
View full changelog

Fixed

  • Quick Edit: fixed several issues with the error state handling
  • Quick Edit: prevent multiple requests on element in error state

Changed

  • Quick Edit: changed the way the error state is visualized
airfleet-elements-background-plugin

Release 0.4.2

Fixed custom CSS class and custom other attributes not rendering in elements-components-background.

GitHub
View full changelog

Fixed

  • elements-components-background: fixed custom CSS class and custom other attributes not rendering (added merge_attrs)
airfleet-views-plugin

Release 1.4.1

Skip block pattern registration when enqueue only flag is set

GitHub
View full changelog

Fixed

  • Skip block patterns registration when enqueue_only flag is set