2023-W48

Nov 27–Dec 3, 2023

5 releases
  • Video Background Support: The airfleet-elements-videos-plugin added support for various video backgrounds and sources, including Vimeo and YouTube videos. This feature allows users to render video backgrounds in a more flexible way.
  • Sync Local JSON Param: The airfleet-views-plugin introduced an optional sync_local_json param to the airfleet/views/config filter, which defaults to true except for /dist folders where it defaults to false.
  • JavaScript Utilities: The airfleet-elements-core-plugin added two JavaScript utilities: window._airfleet.elements.core.dispatchEvent for sending custom events and window._airfleet.elements.core.loadScript for appending scripts to the DOM from a URL.
  • Responsive Embeds: The airfleet-elements-media-plugin introduced support for automatically sizing embeds and iframes in a responsive manner using the elements-components-embed-sizer component view and the airfleet/elements/embed-sizer/size filter.
  • Seamless Design Update: The airfleet-admin-plugin added an option to exclude individual textareas from seamless design and updated the File design for a more streamlined look, removing borders, icons, and reducing whitespace.
airfleet-elements-videos-plugin

Release 0.1.0

Added support for various video backgrounds and sources.

GitHub
View full changelog

Added

  • Added component view elements-components-background-video (render a video background)
  • Added elements-components-background-video to flexible component elements-background
  • Added flexible component elements-background-video-source (represents a type of video background source)
  • Added component view elements-components-background-video-file (render a video file background)
  • Added component view elements-components-background-video-vimeo (render a Vimeo video background)
  • Added component view elements-components-background-video-youtube (render a YouTube video background)
  • Added component view elements-components-background-video-wistia (render a YouTube video background)
  • Added elements-components-background-video-file to flexible component elements-background-video-source
  • Added elements-components-background-video-vimeo to flexible component elements-background-video-source
  • Added elements-components-background-video-youtube to flexible component elements-background-video-source
  • Added elements-components-background-video-wistia to flexible component elements-background-video-source
  • Added video events: airfleet-video-load-request, airfleet-video-load-done, airfleet-video-play-request, airfleet-video-pause-request
  • Added filter airfleet/elements/video/default_poster (set the default poster for a video)
airfleet-views-plugin

Release 0.11.0

Added optional sync_local_json param to airfleet/views/config filter and fixed syncing of ACF custom fields

GitHub
View full changelog

Changed

  • airfleet/views/config filter: added an optional param sync_local_json (defaults to true, except for /dist folders where it defaults to false)

Fixed

  • Fixed issue where ACF custom fields would not be synced properly if dist folder had higher priority than normal folder
airfleet-elements-core-plugin

Release 0.6.0

Added two JavaScript utilities for dispatching events and loading scripts.

GitHub
View full changelog

Added

  • Added window._airfleet.elements.core.dispatchEvent JS utility (send a custom event)
  • Added window._airfleet.elements.core.loadScript JS utility (append a script to the DOM from a URL)
airfleet-elements-media-plugin

Release 0.3.0

Added support for automatically sizing embeds and iframes in a responsive manner.

GitHub
View full changelog

Added

  • Added component view elements-components-embed-sizer (automatically size embeds/iframes to make them responsive)
  • Added filter airfleet/elements/embed-sizer/size (customize size options for embed sizer)
airfleet-admin-plugin

Release 1.4.0

Added option to exclude individual textareas from seamless design and updated File design for a more streamlined look

GitHub
View full changelog

Added

  • ACF: added option to exclude individual textareas from seamless design

Changed

  • ACF: update File design to make it more streamlined (remove borders, icon, reduce whitespace)