2025-W13

Mar 24–30, 2025

11 releases
  • The airfleet-generator-cli was updated with a revised README that removes placeholder sections.
  • Multiple plugins (engage-plugin, style-guide-plugin, elements-announcements-plugin, elements-forms-plugin, elements-text-and-media-plugin, elements-actions-plugin, elements-buttons-plugin, elements-media-plugin, and elements-text-plugin) added new features such as background options, container wrapping, and filters for customizing styles and classes.
  • The engage-plugin also fixed errors with anonymous fallback.
airfleet-generator-cli

Release 0.35.0

Updated the README for the project generator.

GitHub
View full changelog

Changed

  • project generator: updated README to exclude Environments placeholder section and Theme documentation link.
airfleet-engage-plugin

Release 0.3.0

Added server-side tracking for user actions and fixed tracking server-side events without a user ID.

GitHub
View full changelog

Added

  • Added server-side tracking for user actions.

Fixed

  • Prevent errors when tracking server-side events without a user ID. Fallback to "anonymous".
airfleet-style-guide-plugin

Release 0.2.0

Added option to show/hide style guide from anonymous users and updated components titles to title case.

GitHub
View full changelog

Added

  • Added option to show/hide style guide from anonymous users
  • Added block index page (displays the list of blocks), rendered by the style-guide-blocks-index partial.
  • Added new filters airfleet/style_guide/excluded_blocks and airfleet/style_guide/excluded_components to automatically exclude blocks and components from style guide.
  • Added h1 titles and browser titles.
  • Added breadcrumbs.

Changed

  • Changed Style Guide pages structure. The root Style Guide page now displays links to blocks index and components index.
  • Updated components titles to title case instead of displaying slug.
  • Replaced dummy text with randomily picked lorem ipsum based on field name.

Fixed

  • Fixed style guide pages not displaying because rewrite rules were not being registered correctly and were cleared after saving options
  • Fixed respect default value of true/false fields. Also fixes the warning "Block is hidden for logged-off users".
  • Fixed settings link in Plugins page pointing to a different URL than the settings link in the Admin menu.
airfleet-elements-announcements-plugin

Release 2.3.0

Added support for announcement popup and reusable block rendering.

GitHub
View full changelog

Added

  • Added block elements-blocks-announcement-popup-wrapper to display Announcement Popup with any of the existing populated blocks from Patterns or <InnerBlocks />.
  • Added component elements-components-announcement-reusable-block to render the contents of the reusable blocks.
  • Added filter airfleet/elements/announcement-popup-wrapepr/style to set style variations for Announcement Popup Wrapper.
airfleet-elements-forms-plugin

Release 3.5.0

Added Background option and container wrapping to Form block

GitHub
View full changelog

Added

  • Added Background option for Form block
  • Wrapped Form block's content around container
airfleet-elements-text-and-media-plugin

Release 0.7.0

Added new blocks, components, filters, and patterns for statistics and animations.

GitHub
View full changelog

Added

  • Added new block elements-blocks-statistics and component elements-components-statistics-box.
  • Added filter airfleet/elements/statistics/style to set style variations for elements-blocks-statistics block.
  • Added filter airfleet/elements/statistics/style-classes to render the classes of elements-blocks-statistics block root element.
  • Added pattern for Statistics block airfleet/statistics-with-four-stats with 4 stats and counting animation.
  • Added JS Event af-animate-number:update which triggers when number changes with number animation.
  • Added "Default" style option to elements-blocks-side-by-side, elements-blocks-columns.
airfleet-elements-actions-plugin

Release 1.1.0

Added Background option and container wrapping to Actions block

GitHub
View full changelog
  • Added Background option for Actions block
  • Wrapped Actions block's content around container
airfleet-elements-buttons-plugin

Release 2.3.0

Added Background option and container wrapping to Buttons block

GitHub
View full changelog
  • Added Background option for Buttons block
  • Wrapped Buttons block's content around container
airfleet-elements-media-plugin

Release 1.2.0

Added Background option and container wrapping to Media block

GitHub
View full changelog

Added

  • Added Background option for Media block
  • Wrapped Media block's content around container
airfleet-elements-text-plugin

Release 3.6.0

Added Background option to Title and Text blocks

GitHub
View full changelog

Added

  • Added Background option for Title and Text blocks
  • Wrapped Title and Text blocks' content around container
airfleet-elements-forms-plugin

Release 3.4.0

Added filters to customize Form block styles and classes

GitHub
View full changelog

Added

  • Added filter airfleet/elements/block-form/style to set style variations for Form block
  • Added filter airfleet/elements/block-form/style-classes to render the classes of Form block root element