2024-W25

Jun 17–23, 2024

5 releases
  • Quick Edit feature stability: The airfleet-admin-plugin improved the stability of its Quick Edit feature, addressing multiple requests handling issues in version 1.8.1.
  • Quick Edit feature optimization: In version 1.8.0, the same plugin optimized the overlay performance and colors, updated the UI on update errors, added a saving indicator, and included keyboard shortcuts for save and cancel.
  • Video control status indication: The airfleet-elements-videos-plugin added CSS classes to indicate video control status in version 1.3.0.
  • Video overlay button hiding: It also hid the video overlay button when playing with controls enabled.
  • Typography fix: The airfleet-lightyear-theme fixed selector complexity causing typography issues and removed the text-wrap property from main headings in version 1.8.1.
  • Form post CSS class restoration: Finally, the airfleet-elements-forms-plugin restored the .afc-form-post CSS class to elements-components-form-post in version 2.4.1.
airfleet-admin-plugin

Release 1.8.1

Improved stability of Quick Edit feature

GitHub
View full changelog

Fixed

  • Quick Edit: improved stability and multiple requests handling
airfleet-admin-plugin

Release 1.8.0

Quick Edit feature has been optimized with improved performance, colors, and user interface updates.

GitHub
View full changelog

Changed

  • Quick Edit: optimized overlay performance and colors
  • Quick Edit: UI updates on update error
  • Quick Edit: added saving indicator
  • Quick Edit: added keyboard shortcuts for save and cancel

Removed

  • Removed tippy dependency
airfleet-elements-videos-plugin

Release 1.3.0

Added CSS classes to indicate video control status and hid video overlay button when playing with controls.

GitHub
View full changelog

Changed

  • elements-components-video: added CSS modifier class afc-video--controls-on/afc-video--controls-off indicating the status of the video controls
  • elements-components-video-overlay: hide video overlay button when video is playing and has controls enabled
airfleet-lightyear-theme

Release 1.8.1

Fixed selector complexity causing issues with typography and removed text-wrap property from main headings

GitHub
View full changelog

Fixed

  • Fix selector complexity that causes issues with the airfleet-elements-text-plugin typography

Changed

  • Remove the text-wrap property on the main headings
airfleet-elements-forms-plugin

Release 2.4.1

Added back CSS class .afc-form-post to elements-components-form-post

GitHub
View full changelog

Fixed

  • elements-components-form-post: added back CSS class .afc-form-post