2024-W45

Nov 4–10, 2024

4 releases
  • Airfleet plugins were rebuilt to integrate with the Airfleet Platform, including improvements in UI and UX.
  • The airfleet-ab-tester-plugin was added to sync.yml.
  • CSS variables were added for breakpoint checks and default breakpoints were changed to common device sizes.
  • Issues with editor sidebar resizing and toggling were fixed.
airfleet-ab-tester-plugin

Release 2.0.0

Rebuilt the plugin for integration into Airfleet Platform

GitHub
View full changelog

Added

  • Rebuilt plugin for integration into Airfleet Platform
  • Improved UI and UX
github-files

Release 1.3.0

Added airfleet/airfleet-ab-tester-plugin to sync.yml

GitHub
View full changelog

Added

  • sync.yml: added airfleet/airfleet-ab-tester-plugin
airfleet-elements-responsive-plugin

Release 2.0.2

Added CSS variables for breakpoint checks and changed default breakpoints to common device sizes

GitHub
View full changelog

Added

  • Added --is-$breakpoint, --is-$breakpoint-up, and --is-$breakpoint-down CSS variables

Changed

  • BREAKING! Changed the default breakpoints to cover the most common device sizes (from xs to x4k)
  • elements-components-breakpoint: updated Admin UI design (layout improvements and added more icons)
airfleet-admin-plugin

Release 1.14.1

Fixed issues with editor sidebar resizing and toggling.

GitHub
View full changelog

Fixed

  • Editor: fixed blank space issue in sidebar when it was supposed to be closed (sidebar enable/disable toggle is now respected in resizable sidebar feature)
  • Editor: fixed issue where sidebar would keep changing width based on length of its contents if user did not resize the sidebar (use default 30% width when resizable sidebar is enabled)