2024-W23

Jun 3–9, 2024

20 releases
  • Added a CLI command tokens-to-css to convert Figma Tokens to CSS variables in the airfleet/airfleet-figma-bridge repository.

Placeholder image functionality was added to several form components across multiple plugins, including:

  • Form post elements in the airfleet/airfleet-elements-forms-plugin
  • CF7 form components in the airfleet/airfleet-elements-forms-cf7-plugin
  • Pardot form component in the airfleet/airfleet-pardot-plugin
  • Marketo form components in the airfleet/airfleet-marketo-plugin
  • HubSpot form component in the airfleet/airfleet-hubspot-plugin
airfleet-figma-bridge

Release 0.1.0

Added CLI command to convert Figma Tokens to CSS variables

GitHub
View full changelog

Added

  • Added CLI command tokens-to-css to convert Figma Tokens to CSS variables
github-files

Release 0.15.0

Updated sync.yml with airfleet/airfleet-figma-bridge

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-figma-bridge
airfleet-elements-modals-plugin

Release 0.5.0

Added placeholder display and preview controls for button modals in the editor.

GitHub
View full changelog

Changed

  • elements-components-button-modal: show placeholder in editor when empty
  • elements-components-button-modal: added properties show_preview and preview_text to control placeholder
  • elements-components-button-modal: only load script for frontend
airfleet-elements-buttons-plugin

Release 1.1.0

Updated button components to show placeholders in the editor and added preview controls.

GitHub
View full changelog

Changed

  • Updated button components and partial to show placeholder in editor when empty
  • Updated button components and partial with new properties show_preview and preview_text to control placeholder
airfleet-elements-lottie-plugin

Release 0.3.0

Updated Lottie components to display a placeholder image in the editor for empty animations, and added controls for the placeholder image.

GitHub
View full changelog

Changed

  • Updated lottie components and partial to show placeholder image in editor when empty
  • Updated lottie components and partial with new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-theme-support-plugin

Release 2.3.0

Added options to customize block pattern visibility and suggestions.

GitHub
View full changelog

Added

  • Added option "Hide core block patterns"
  • Added option "Disable remote block patterns"
  • Added option "Disable 'Available to Install' block suggestions"
airfleet-elements-videos-plugin

Release 1.2.0

Updated video components with new properties and added missing preview settings

GitHub
View full changelog

Changed

  • Updated video components with new property show_preview

Fixed

  • Added missing preview_size and preview_text to video components
airfleet-elements-images-plugin

Release 0.7.0

Updated image and picture components with show_preview property

GitHub
View full changelog

Changed

  • Updated image and picture components with new properties show_preview
airfleet-elements-forms-cf7-plugin

Release 0.3.0

Added placeholder image display and control properties for CF7 form components.

GitHub
View full changelog

Changed

  • elements-components-form-cf7: show placeholder image in editor when empty
  • elements-components-form-cf7: added new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-pardot-plugin

Release 0.4.0

Added placeholder image settings for Pardot form component

GitHub
View full changelog

Changed

  • elements-components-form-pardot: show placeholder image in editor when empty
  • elements-components-form-pardot: added new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-marketo-plugin

Release 1.1.0

Added placeholder image display and control options for Marketo form components.

GitHub
View full changelog

Changed

  • elements-components-form-marketo: show placeholder image in editor when empty
  • elements-components-form-marketo: added new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-hubspot-plugin

Release 1.1.0

Added placeholder image display and customization options for HubSpot form component

GitHub
View full changelog

Changed

  • elements-components-form-hubspot: show placeholder image in editor when empty
  • elements-components-form-hubspot: added new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-elements-forms-plugin

Release 2.2.0

Added placeholder image functionality for form post elements with customizable preview settings.

GitHub
View full changelog

Changed

  • elements-components-form-post: show placeholder image in editor when empty
  • elements-components-form-post: added new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-elements-videos-plugin

Release 1.1.0

Updated video components to display a placeholder image when no video is selected

GitHub
View full changelog

Changed

  • Updated video components to display placeholder image in editor when no video is selected
  • Updated video components with new properties preview_size and preview_text (set size and text for placeholder image)
airfleet-elements-core-plugin

Release 0.10.1

Increased timeout workaround for editor domReady

GitHub
View full changelog

Fixed

  • Increased timeout workaround for editor domReady
airfleet-elements-images-plugin

Release 0.6.0

Updated image and picture components with new features and a placeholder image display.

GitHub
View full changelog

Changed

  • Updated image and picture components to display placeholder image in editor when no image is selected
  • Updated image and picture components with new properties preview_size and preview_text (set size and text for placeholder image)
airfleet-elements-core-plugin

Release 0.10.0

Added a helper function $_is_preview() for determining if the block editor is in preview mode.

GitHub
View full changelog

Added

  • Added helper $_is_preview() (returns true when previewing in block editor)

Fixed

  • Fixed helper $_in_block_editor() not triggering when new component was added on block; now alias to $_is_preview()
airfleet-signature-plugin

Release 1.6.3

Fixed wizard layout selection logic when default layout is removed

GitHub
View full changelog

Fixed

  • Fixed wizard layout selection logic when "default" layout is removed