2026-W06

Feb 2–8, 2026

8 releases

Elements plugins received fixes for responsive settings, slider pagination, and initialization events. The core flexible partial gained an nth-child class for better styling control. Intrinsic sizing calculations were corrected for image blocks. Sync configurations were updated by adding a new website and removing an analytics plugin. Platform development work included README badge link fixes and test view additions.

airfleet-elements-images-plugin

Release 2.0.1

Fixes contain-intrinsic-size values when sizes=auto is used.

GitHub
View full changelog

Fixed

  • Fixed issue when sizes=auto was causing contain-intrinsic-size: 3000px 1500px;
github-files

Release 1.33.0

Added airfleet/perion-website-2026 to sync.yml.

GitHub
View full changelog

Changed

  • sync.yml: Added airfleet/perion-website-2026
github-files

Release 1.32.0

Removed a plugin from the sync configuration.

GitHub
View full changelog

Changed

  • sync.yml: Removed airfleet/airfleet-analytics-plugin
airfleet-elements-core-plugin

Release 2.1.0

Added a class to the flexible partial.

GitHub
View full changelog

Added

  • Added afc-flexible__item-{nth} class to flexible partial.
airfleet-elements-people-plugin

Release 1.1.2

Fixed missing pagination on desktop for team members slider blocks.

GitHub
View full changelog

Fixed

  • Fixed missing pagination on desktop for elements-blocks-team-members-sliders and elements-blocks-team-members-sliders-v2 blocks.
airfleet-elements-people-plugin

Release 1.1.1

Replaced setTimeout with an event to check slider initialization.

GitHub
View full changelog

Fixed

  • Replaced setTimeout with airfleet-slider-init event to check slider initialization.
airfleet-elements-announcements-plugin

Release 3.3.1

Fixed responsive settings not taking effect on announcement bar blocks.

GitHub
View full changelog

Fixed

  • Fixed block-level responsive settings not taking effect on announcement bar blocks. Block templates now pass data to the partial via $_merge_attrs() so responsive display classes from AddResponsiveToBlocks flow to the partial. Applies to elements-blocks-announcement-bar, elements-blocks-announcement-bar-with-form, elements-blocks-announcement-bar-v2, and elements-blocks-announcement-bar-with-form-v2.