2024-W22

May 27–Jun 2, 2024

15 releases
  • Added LazyOptionsTab and LazyOptionsPage for improved performance in the WordPress framework.
  • Updated various plugins to improve UI elements, including buttons, forms, and text components.
github-files

Release 0.14.0

Updated sync.yml to include the airfleet-elements-spacing-plugin

GitHub
View full changelog

Changed

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

Release 1.7.2

Fixed a display issue with the color field dropdown menu in the editor.

GitHub
View full changelog

Fixed

  • Airfleet (Starter Theme - Color component): fixed color field dropdown menu display in the editor
airfleet-elements-colors-plugin

Release 0.3.4

Fixed Preset color select dropdown menu appearance in the editor

GitHub
View full changelog

Fixed

  • elements-components-color: fixed Preset color select dropdown menu appearance in the editor
airfleet-elements-videos-plugin

Release 1.0.1

Set default aspect ratios and sizers for video elements.

GitHub
View full changelog

Changed

  • elements-components-video-vimeo: set default aspect ratio to 16/9
  • elements-components-video-youtube: set default aspect ratio to 16/9
  • elements-components-background-video-vimeo: set default sizer to fullscreen cover
  • elements-components-background-video-youtube: set default sizer to fullscreen cover
airfleet-elements-media-plugin

Release 0.4.1

The embed sizer component now uses the aspect-ratio CSS property and has a default_size property.

GitHub
View full changelog

Changed

  • elements-components-embed-sizer: changed to use the aspect-ratio CSS property instead of padding-top
  • elements-components-embed-sizer: added default_size property (now you can set a predefined value for default size)
airfleet-lightyear-theme

Release 1.7.0

Bumped WordPress framework package to version 1.5.0

GitHub
View full changelog

Changed

  • Bumped composer package airfleet/wordpress-framework to 1.5.0
airfleet-elements-text-plugin

Release 2.0.0

Added utility style classes for titles and texts, and removed default styles for text component.

GitHub
View full changelog

Added

  • Added utility style classes for titles and texts
  • .afu-title-style--
  • .afu-text-style--
  • Added heading options to text component
  • A new afu-typography-set-base-properties mixin to include typography base properties
  • _typography.scss file with base utility mixins

Changed

  • Removed the default styles for text component
  • Removed old title and text component classes
airfleet-signature-plugin

Release 1.6.2

Fixed the airfleet/signature/options filter by changing its behavior to accept an array of Options\Group objects.

GitHub
View full changelog

Fixed

  • Fixed filter airfleet/signature/options (filter was called too early without effect; filter now takes array of Options\Group objects - add a new group to add custom options)
airfleet-wordpress-framework-php

Release 1.5.0

Added LazyOptionsTab and LazyOptionsPage for improved performance

GitHub
View full changelog

Added

  • Added Options\Tabs\LazyOptionsTab (pass a callable to get options Group that is only called when used)
  • Added Options\Pages\LazyOptionsPage (options page that uses LazyOptionsTab)
airfleet-elements-buttons-plugin

Release 1.0.0

Added dynamic padding to exclude border size from paddings

GitHub
View full changelog

Added

  • Added an additional padding x and y CSS properties to dynamically exclude the border size from the paddings

Changed

  • Updated buttons border, padding, and box-shadow custom CSS properties

Removed

  • Removed default style modifier CSS
  • Removed default variations
airfleet-elements-forms-plugin

Release 2.1.0

Fixed issues with CSS and form styling in the editor preview.

GitHub
View full changelog

Fixed

  • Fixed !important causing issues in wp-link box
  • Fixed form styles in editor preview

Changed

  • Updated form label CSS variable names
  • Updated several default CSS variable values
  • Added variable for select field's padding end property
airfleet-security-plugin

Release 3.3.0

Added option to remove old reports from the database.

GitHub
View full changelog

Changed

  • Added option to remove old reports from DB.
airfleet-admin-plugin

Release 1.7.1

Fixed hover outline positioning in Quick Edit

GitHub
View full changelog

Fixed

  • Quick Edit: fixed hover outline not being positioned properly