2024-W24

Jun 10–16, 2024

15 releases
  • Responsiveness and UI Fixes: Several plugins updated to improve responsiveness and fix various UI issues, including revision panel style and editor content background.
  • Figma Token Support: Multiple plugins added support for building CSS from Figma tokens using CLI commands or scripts.
  • Plugin Updates: Other updates included removing default styles, adding new components, and fixing bugs.
airfleet-lightyear-theme

Release 1.8.0

Added support for building SCSS files from Figma tokens using the 'build:figma' script and CLI tool.

GitHub
View full changelog

Added

  • Added package.json script build:figma which builds SCSS file from Figma tokens in folder figma/design-tokens (Figma tokens exported using plugin "Design Tokens Manager")
  • Added assets/shared/styles/_figma-variables.scss placeholder for Figma tokens

Changed

  • Updated package.json script build to build Figma tokens before Parcel
  • Bumped npm package @airfleet/wordpress-dev to version 3.2.0 which includes @airfleet/airfleet-figma-bridge and CLI tokens-to-css to generate CSS from Figma tokens
  • Renamed assets/shared/styles/lib/_variables.scss to assets/shared/styles/lib/_scss-variables.scss to make purpose more clear
airfleet-elements-colors-plugin

Release 0.3.5

Fixed a bug where the preset color badge was cut off in the select field in the editor under certain conditions.

GitHub
View full changelog

Fixed

  • elements-components-color: fixed Preset color badge being cutoff in select field in the editor under certain situations
github-files

Release 0.16.0

Updated sync.yml with a new plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-elements-text-and-media-plugin
airfleet-elements-lottie-plugin

Release 0.3.1

Removed ExcludeResponsiveSettings from background-lottie component for responsiveness support

GitHub
View full changelog

Removed

-- Removed the ExcludeResponsiveSettings from background-lottie component, now it supports responsiveness.

airfleet-admin-plugin

Release 1.7.3

Fixed several UI issues, including revision panel style and editor content background.

GitHub
View full changelog

Fixed

  • Editor: fixed revision panel style not being applied
  • Editor: fixed editor content background
  • ACF: fixed group styles for "Airfleet Component" fields without parrent accordion
  • ACF: removed scroll bar in ACF Tabs
airfleet-elements-background-plugin

Release 0.4.0

Added component for displaying default and custom backgrounds.

GitHub
View full changelog

Added

  • Added component elements-components-background (display default background + option to display custom flexible background)
  • Updated helpers/directives $_background/@background() and $_background_start/@background_start() to use elements-components-background instead of elements-partials-background
airfleet-elements-forms-plugin

Release 2.3.0

Updated the Styles field to a multi-select option and added a toggle to show or hide form labels.

GitHub
View full changelog

Added

  • Updated Styles field to Multi-Select
  • Added Hide Labels toggle, which shows/hides labels on form
airfleet-wordpress-dev

Release 3.2.0

Added support for building CSS from Figma tokens using the CLI command 'tokens-to-css'.

GitHub
View full changelog

Added

  • Added @airfleet/figma-bridge package (CLI command tokens-to-css to build css from Figma tokens)
airfleet-figma-bridge

Release 0.1.1

Added prepack script for building package

GitHub
View full changelog

Added

  • Added prepack script to build package
airfleet-elements-text-plugin

Release 2.1.0

Updated text and title components to show placeholder text in editor when empty

GitHub
View full changelog

Changed

  • Updated text and title components and partials to show placeholder text in editor when empty
  • Updated text and title components and partials with new properties show_preview and preview_text to control placeholder text