2025-W02

Jan 6–12, 2025

4 releases

The week saw updates to Airfleet plugins, focusing on improvements in code readability and user experience. The airfleet-elements-responsive-plugin updated its media query syntax to use the new CSS Media Query Range Syntax, making it more readable and maintainable. Additionally, the airfleet-elements-logos-plugin updated wording for mobile and tablet custom fields in the sliding logos block. In the airfleet-elements-announcements-plugin, two releases addressed issues with default title tags and added new components and blocks for announcements, including popup and bar forms, triggers, and patterns.

airfleet-elements-responsive-plugin

Release 2.1.0

Updated media query syntax for improved readability and maintainability.

GitHub
View full changelog

Changed

  • window._airfleet.elements.breakpoints: Updated media query syntax to use the new CSS Media Query Range Syntax for improved readability and maintainability - replaced min-width and max-width with range syntax (e.g. (width >= X) and (width < Y)). Learn more
airfleet-elements-logos-plugin

Release 0.2.0

Updated wording for mobile and tablet logos custom fields

GitHub
View full changelog

Changed

  • elements-blocks-sliding-logos: updated wording in custom fields related to mobile and tablet
airfleet-elements-announcements-plugin

Release 2.0.1

Fixed default title tag in announcement popup with form.

GitHub
View full changelog

Fixed

  • afb-announcement-popup-with-form: Fixed default title tag to use correct filter.
airfleet-elements-announcements-plugin

Release 2.0.0

Added new components and blocks for announcements with forms, including popup and bar options, and refactored triggers as standalone components.

GitHub
View full changelog

Added

  • Added --afs-body-margin-top to fix issue with announcement bar and password protected pages.
  • Added block elements-blocks-announcement-popup-with-form to display announcement popup with form.
  • Added block elements-blocks-announcement-bar-with-form to display announcement bar with form.
  • Added flexible component elements-announcement-open-triggers.
  • Added component elements-components-announcement-trigger-elapsed-time (refactored trigger as a standalone component).
  • Added component elements-components-announcement-trigger-exit-intent (refactored trigger as a standalone component).
  • Added component elements-components-announcement-trigger-inactivity (refactored trigger as a standalone component).
  • Added component elements-components-announcement-trigger-load (refactored trigger as a standalone component).
  • Added component elements-components-announcement-trigger-on-external-trigger to trigger open event on an external trigger (e.g. on button click).
  • Added component elements-components-announcement-trigger-scroll (refactored trigger as a standalone component).
  • Added component elements-components-button-announcement to add a button that opens an announcement.
  • Added partial elements-partials-announcement-bar (common partial for announcement bar blocks)
  • Added partial elements-partials-announcement-popup (common partial for announcement popup blocks)
  • Added filter airfleet/elements/announcement-bar-with-form/style to set style options for Announcement Bar with Form block
  • Added filter airfleet/elements/announcement-popup-with-form/style to set style options for Announcement Popup with Form block
  • Added filter airfleet/elements/announcement-bar-with-form/title/default_tag to set default heading tag for Announcement Bar with Form block
  • Added filter airfleet/elements/announcement-popup-with-form/title/default_tag to set default heading tag for Announcement Popup with Form block
  • Added pattern airfleet/elements-pattern-announcement-popup-basic Block: Announcement Popup with basic elements and layout.
  • Added pattern airfleet/elements-pattern-announcement-bar-with-form Block: Announcement Bar with Form and basic settings.
  • Added pattern airfleet/elements-pattern-announcement-popup-with-form Block: Announcement Popup with Form and basic settings.
  • Added pattern airfleet/elements-pattern-announcement-popup-with-overlay Block: Announcement Popup with custom overlay.

Changed

  • BREAKING CHANGE! elements-components-announcement-open-trigger: changed the way triggers are handled, now they are included in a flexible component. The open trigger component can be included in an announcement block and rendered in the template.
  • elements-components-announcement-close-trigger: added default styles