View full changelog
Added
- Added CLI command
tokens-to-cssto convert Figma Tokens to CSS variables
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:
tokens-to-css to convert Figma Tokens to CSS variablesAdded placeholder display and preview controls for button modals in the editor.
elements-components-button-modal: show placeholder in editor when emptyelements-components-button-modal: added properties show_preview and preview_text to control placeholderelements-components-button-modal: only load script for frontendUpdated button components to show placeholders in the editor and added preview controls.
show_preview and preview_text to control placeholderUpdated Lottie components to display a placeholder image in the editor for empty animations, and added controls for the placeholder image.
show_preview, preview_size and preview_text to control placeholder imageAdded options to customize block pattern visibility and suggestions.
Create "Airfleet" pattern category settingAdd Views blocks to "Airfleet" category by default settingairfleet/views/patterns/properties (filter pattern properties; refer to https://developer.wordpress.org/reference/classes/wp_block_patterns_registry/register/)Updated video components with new properties and added missing preview settings
show_previewpreview_size and preview_text to video componentsUpdated image and picture components with show_preview property
show_previewAdded placeholder image display and control properties for CF7 form components.
elements-components-form-cf7: show placeholder image in editor when emptyelements-components-form-cf7: added new properties show_preview, preview_size and preview_text to control placeholder imageelements-components-form-pardot: show placeholder image in editor when emptyelements-components-form-pardot: added new properties show_preview, preview_size and preview_text to control placeholder imageAdded placeholder image display and control options for Marketo form components.
elements-components-form-marketo: show placeholder image in editor when emptyelements-components-form-marketo: added new properties show_preview, preview_size and preview_text to control placeholder imageAdded placeholder image display and customization options for HubSpot form component
elements-components-form-hubspot: show placeholder image in editor when emptyelements-components-form-hubspot: added new properties show_preview, preview_size and preview_text to control placeholder imageAdded placeholder image functionality for form post elements with customizable preview settings.
elements-components-form-post: show placeholder image in editor when emptyelements-components-form-post: added new properties show_preview, preview_size and preview_text to control placeholder imageUpdated video components to display a placeholder image when no video is selected
preview_size and preview_text (set size and text for placeholder image)domReadyUpdated image and picture components with new features and a placeholder image display.
preview_size and preview_text (set size and text for placeholder image)Added a helper function $_is_preview() for determining if the block editor is in preview mode.
$_is_preview() (returns true when previewing in block editor)$_in_block_editor() not triggering when new component was added on block; now alias to $_is_preview()Fixed wizard layout selection logic when default layout is removed