2024-W35

Aug 26–Sep 1, 2024

8 releases
  • Rank Math Integration Improvements: The ACF Airfleet Comeet options were fixed for better wording, and the Greenhouse settings had an unnecessary image filtering toggle removed.
  • Flexible Component Enhancements: Class attribute merging was added to flexible component passthrough properties in airfleet-elements-core-plugin, and passthrough properties were also added to flexible components. Additionally, a helper/directive was introduced to simplify adding a default tag to title components in airfleet-elements-text-plugin.
  • Figma Bridge Update: The Figma Bridge package was updated to a newer version in airfleet-wordpress-dev, and issues with path replacement and hyphen insertion were fixed in the generateCSS.js file of airfleet-figma-bridge. Lastly, user image uploads were automatically resized based on a data attribute in airfleet-signature-plugin.
airfleet-greenhouse-plugin

Release 3.3.1

Removed unnecessary toggle for filtering images in Greenhouse settings.

GitHub
View full changelog

Changed

  • Cleaned up unnecessary Toggle for filtering Image in Greenhouse -> Rank Math settings, greenhouse job doesn't have a image attached to it - no reason ot filter or do anything about it.
airfleet-comeet-plugin

Release 0.5.1

Fixed wording in the ACF Airfleet Comeet options for Rank Math

GitHub
View full changelog

Fixed

  • Fixed wording in the acf Airfleet Comeet: Options - Rank Math
airfleet-elements-core-plugin

Release 1.2.0

Class attribute merging for flexible component passthrough properties

GitHub
View full changelog

Changed

  • $_flexible/@flexible/elements-partials-flexible-component: class attribute is now merged for all passthrough properties
airfleet-wordpress-dev

Release 3.3.0

Updated Figma Bridge package to a newer version

GitHub
View full changelog

Changed

  • Updated @airfleet/figma-bridge package version
airfleet-figma-bridge

Release 0.1.2

Fixed issues with path replacement and hyphen insertion in generateCSS.js

GitHub
View full changelog

Fixed

  • Updated path replacement in generateCSS.js to handle special characters like % in the custom CSS property
  • Fixed hyphen insertion in generateCSS.js
airfleet-elements-core-plugin

Release 1.1.0

Added passthrough properties to flexible components

GitHub
View full changelog

Changed

  • $_flexible/@flexible/elements-partials-flexible-component: Added passthrough properties by wildcard (target children using slug wildcard, e.g. [ '*button*' => [ 'default_style' => 'x' ] ])
airfleet-elements-text-plugin

Release 3.1.0

Added flexible title directive for simplified title component usage

GitHub
View full changelog

Added

  • Added helper/directive $_flexible_title/@flexible_title to simplify adding a default_tag to the title components
airfleet-signature-plugin

Release 1.8.0

Automatically resizes user image uploads based on a data attribute.

GitHub
View full changelog

Changed

  • Automatically resize user image uploads for images with class .js-image-size according to data attribute data-image-size