2023-W50

Dec 11–17, 2023

4 releases
  • The airfleet-generator-cli plugin received updates, including fixes for description issues with partial Blade snippets and path to template in snippets generator.
  • A new generator for VS Code snippets was added, along with updated settings for plugin generators. JSON schema was also added to block metadata files.
  • The airfleet-elements-videos-plugin gained support for rendering Vimeo and YouTube videos, including customizable poster visibility and file size limits.
airfleet-generator-cli

Release 0.21.2

Fixed a description issue with partial Blade snippets in the snippets generator.

GitHub
View full changelog

Fixed

  • Snippets generator: fixed description for partial Blade snippet
airfleet-generator-cli

Release 0.21.1

Fixed the path to template in snippets generator

GitHub
View full changelog

Fixed

  • Snippets generator: fixed path to template
airfleet-generator-cli

Release 0.21.0

Added a new generator for VS Code snippets and updated plugin generator settings

GitHub
View full changelog

Added

  • Added a new generator for VS Code snippets

Changed

  • View generator: added JSON schema to block metadata file
  • Plugin generator: updated VS Code codeActionsOnSave setting
  • Plugin generator: added VS Code snippets
airfleet-elements-videos-plugin

Release 0.3.0

Added support for rendering Vimeo and YouTube videos with customizable poster visibility and file size limits.

GitHub
View full changelog

Added

  • Added partial view elements-partials-video-vimeo (render a Vimeo video)
  • Added partial view elements-partials-video-youtube (render a YouTube video)
  • Added component view elements-components-video-vimeo (render a Vimeo video source)
  • Added component view elements-components-video-youtube (render a YouTube video source)
  • Added elements-components-video-vimeo to flexible component elements-video-source
  • Added elements-components-video-youtube to flexible component elements-video-source
  • Added video events: airfleet-video-loading
  • Added a global option to set maximum file size for videos (default is 3 MB)
  • Video Poster: added option to control poster visibility (hide on load, hide on play, keep in background)

Changed

  • Added more modifier classes to elements-components-video

Fixed

  • Fixed size of Wistia video placeholder when lazy-loading on play click