2024-W12

Mar 18–24, 2024

5 releases
  • The week saw significant updates to the Airfleet Elements plugins, particularly in the areas of Lottie animation support and component flexibility.
  • A major addition was made to the airfleet-elements-lottie-plugin (0.2.0), which now allows for uploading .json and .lottie files and includes new components and features for rendering Lottie animations.
  • The github-files repository received updates to its sync.yml file, removing readonly repositories in version 0.11.1 and adding a new plugin in version 0.11.0.
  • The airfleet-elements-responsive-plugin (0.4.0) saw changes to the onChange function, which was renamed to onBreakpointMatch, with added fallback/proxy functionality for existing code.
  • Lastly, the airfleet-elements-core-plugin (0.8.1) made components more tolerant of invalid data.
airfleet-elements-lottie-plugin

Release 0.2.0

Added support for uploading .json and .lottie files, along with new components and features for rendering Lottie animations.

GitHub
View full changelog

Added

  • Allow .json and .lottie files to be uploaded
  • Added component elements-components-background-lottie (render a lottie/dotLottie in the background)
  • Added elements-components-background-lottie to flexible component elements-background
  • Added component elements-components-lottie (render a lottie/dotLottie)
  • Added elements-components-lottie to flexible component elements-media
  • Added component elements-components-lottie-poster (display a custom poster until lottie renders)
  • Added filter airfleet/elements/background-lottie/poster_load_margin (set margin for lazy-loading background lottie poster)
  • Added partial elements-partials-lottie-player (lottie/dotLottie player)
  • Added lottie JS events: airfleet-lottie-ended, airfleet-lottie-load-request, airfleet-lottie-loaded, airfleet-lottie-loading, airfleet-lottie-play-request, airfleet-lottie-playing
github-files

Release 0.11.1

Updated sync.yml to remove readonly repositories

GitHub
View full changelog

Fixed

  • Updated sync.yml to remove readonly repositories: airfleet/airfleet-framework-plugin, airfleet/wingsecurity-website-2022
github-files

Release 0.11.0

Updated sync.yml with a new plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-elements-lottie-plugin
airfleet-elements-responsive-plugin

Release 0.4.0

Renamed onChange function and added fallback/proxy for existing functionality

GitHub
View full changelog

Changed

  • Changed the function onChange to onBreakpointMatch
  • Added the function onChange as a fallback/proxy to avoid breaking of the existing functionality
  • Changed the onBreakpointMatch function to support a callback for when the breakpoint does not match
airfleet-elements-core-plugin

Release 0.8.1

Make components more tolerant of invalid data

GitHub
View full changelog

Changed

  • flexible/typeswitcher: Make components more tolerant for invalid data