2023-W41

Oct 9–15, 2023

10 releases

Several plugins had updates to their block configurations, including buttons, actions, media, and colors. The sync.yml file was updated with new plugin references. Additionally, several dependencies were bumped to newer versions.

github-files

Release 0.1.29

Updated sync.yml with new plugin reference

GitHub
View full changelog

Changed

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

Release 0.1.0

Added elements-media flexible component, Media block, and embed component.

GitHub
View full changelog

Added

  • Added elements-media flexible component
  • Added "Media" block
  • Added elements-components-embed view (embed component)
airfleet-generator-cli

Release 0.20.8

Bumped @airfleet/wordpress-dev to version 2.3.0

GitHub
View full changelog

Changed

  • PLugin generator: bump npm dependency @airfleet/wordpress-dev to 2.3.0
airfleet-wordpress-dev

Release 2.3.0

Bumped several dependencies to newer versions.

GitHub
View full changelog

Changed

  • Bump @parcel/transformer-sass to 2.10.0
  • Bump dotenv to 16.3.1
  • Bump dotenv-cli to 7.3.0
  • Bump eslint to 8.51.0
  • Bump lint-staged to 14.0.1
  • Bump parcel to 2.10.0
  • Bump stylelint to 15.10.3
  • Bump @parcel/watcher-linux-x64-glibc to 2.3.0
  • Bump lightningcss-linux-x64-gnu to 1.22.0
airfleet-generator-cli

Release 0.20.7

View generator now stores answers for certain prompts and changes the default value of a controller prompt.

GitHub
View full changelog

Changed

  • View generator: store answers for controller and setup prompts
  • View generator: change controller prompt default value to true
github-files

Release 0.1.28

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

GitHub
View full changelog

Changed

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

Release 0.1.0

Added numerous features for customizing colors in elements and components.

GitHub
View full changelog

Added

  • Added function airfleet_colors() (returns colors API instance)
  • Added filter airfleet/elements/colors (customize colors)
  • Added option for generating CSS variables (--afu-color-{$slug})
  • Added option for generating CSS text color classes (.afu-color--text-{$slug})
  • Added option for generating CSS background color classes (.afu-color--background-{$slug})
  • Added option for generating CSS border color classes (.afu-color--border-{$slug})
  • Added helper $_text_color_class / Blade directive @text_color_class (return text color class given color data)
  • Added helper $_background_color_class / Blade directive @background_color_class (return background color class given color data)
  • Added helper $_border_color_class / Blade directive @border_color_class (return border color class given color data)
  • Added view elements-partials-color (render an element with optional text, background, border color)
  • Added view elements-components-color (pick from default, preset, or custom color)
  • Added view elements-components-background-color (set background color)
  • Added option to add text color to elements-components-title-advanced
  • Added option to add text color to elements-components-text-advanced
  • Added option to add text color to all blocks
  • Added filter airfleet/elements/colors/blocks/exclude (exclude blocks from having text color setting auto-added)
airfleet-elements-text-plugin

Release 0.2.2

Exclude Text and Title blocks from having general text color options

GitHub
View full changelog

Changed

  • Exclude Text and Title blocks from having general text color options