2023-W38

Sep 18–24, 2023

5 releases
  • Design options were added for Textarea fields in ACF with seamless as default, and icon button sizes were fixed in Flexible Content rows.
  • New text and title components were introduced with various features, including view partials and filters.
  • Optional 'passthrough' properties were added to flexible components and type switch elements, allowing properties to be passed to child elements.
  • GitHub files syncing was updated to include new plugin references.
airfleet-admin-plugin

Release 1.3.0

Added a design option for Textarea fields with seamless as default, and fixed icon button sizes in Flexible Content rows.

GitHub
View full changelog

Added

  • ACF (Textarea): added design option with seamless as default

Fixed

  • ACF (Flexible Content): fixed icon buttons incorrect size in row header
airfleet-elements-text-plugin

Release 0.1.0

Added text and title components with various features.

GitHub
View full changelog

Added

  • Added view elements-partials-text (partial used by all text components)
  • Added view elements-components-text-basic (basic textarea component)
  • Added view elements-components-text-advanced (wysiwyg text and advanced options component)
  • Added flexible component elements-text
  • Added filter airfleet/elements/text/tag/default (set default tag for text)
  • Added block "Text"
  • Added view elements-partials-title (partial used by all title components)
  • Added view elements-components-title-basic (basic textarea component)
  • Added view elements-components-title-advanced (wysiwyg title and advanced options component)
  • Added flexible component elements-title
  • Added filter airfleet/elements/title/tag (set tag options for title-advanced component)
  • Added filter airfleet/elements/title/style (set style options for title-advanced component)
  • Added filter airfleet/elements/title/tag/default (set default tag for titles)
  • Added filter airfleet/elements/title/auto_br/default (set default value for auto_br title property)
  • Added filter airfleet/elements/title/strip_tags/default (set default value for strip_tags title property)
  • Added filter airfleet/elements/title/allowed_tags/default (set default value for allowed_tags title property)
  • Added block "Title"
airfleet-elements-core-plugin

Release 0.2.0

Added optional 'passthrough' property in flexible components and type switch elements, allowing properties to be passed to child elements.

GitHub
View full changelog

Changed

  • elements-partials-flexible-component: added optional passthrough property (allows passing properties to child of flexible component, accepts all key which applies to all children, $slug keys which applies to children with matching view slugs, and index keys which applies to children based on their position)
  • Helper $_flexible: added second argument for passing passthrough properties
  • elements-partials-type-switch: added optional passthrough property (allows passing properties to children, accepts all key which applies to all children and $slug keys which applies to children with matching view slugs)
  • Helper $_typeswitch: added second argument for passing passthrough properties
github-files

Release 0.1.26

Updated sync.yml with airfleet/airfleet-elements-responsive-plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-elements-responsive-plugin
github-files

Release 0.1.25

Updated sync.yml with a new plugin reference

GitHub
View full changelog

Changed

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