airfleet/airfleet-elements-images-plugin

Project releases

airfleet-elements-images-plugin

Release 2.0.1

Fixes contain-intrinsic-size values when sizes=auto is used.

GitHub
View full changelog

Fixed

  • Fixed issue when sizes=auto was causing contain-intrinsic-size: 3000px 1500px;
airfleet-elements-images-plugin

Release 2.0.0

Requires PHP 8.2 and the Airfleet Framework plugin as a dependency.

GitHub
View full changelog

Changed

  • Breaking: Increased PHP version requirement to >=8.2
  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-elements-images-plugin

Release 1.5.1

Responsive options are now correctly applied to the picture link.

GitHub
View full changelog

Fixed

  • elements-components-picture-link: responsive options not applied to the link
airfleet-elements-images-plugin

Release 1.5.0

Added Background option and container wrapping to Pictures block

GitHub
View full changelog

Added

  • Added Background option for Pictures block
  • Wrapped Pictures block's content around container
airfleet-elements-images-plugin

Release 1.4.0

Updated components to add support for airfleet/elements/empty/$slug filter

GitHub
View full changelog

Changed

  • Updated components to add support for airfleet/elements/empty/$slug filter
airfleet-elements-images-plugin

Release 1.3.0

The elements-components-picture module now includes webp sources when they exist.

GitHub
View full changelog

Changed

  • elements-components-picture: now includes .webp sources when then exist
airfleet-elements-images-plugin

Release 1.2.0

Renamed flexible media option labels for pictures with external and internal links.

GitHub
View full changelog

Changed

  • Renamed flexible media option label from Picture Link to Picture with external link
  • Renamed flexible media option label from Picture Relationship to Picture with internal link
airfleet-elements-images-plugin

Release 1.1.0

Exclude posts with airfleet_private set to true from picture relationship

GitHub
View full changelog

Changed

  • elements-components-picture-relationship: exclude posts with airfleet_private set to true
airfleet-elements-images-plugin

Release 1.0.0

Added Content tab and responsive options to picture components

GitHub
View full changelog

Changed

  • elements-blocks-pictures: added Content tab
  • Added Airfleet Tabs to image and picture components
  • elements-components-image: excluded from having responsive options
  • elements-components-picture: excluded from having responsive options
  • elements-components-picture-link: excluded from having responsive options
  • elements-components-picture-relationship: excluded from having responsive options
  • elements-components-picture: updated to support new field placement options for Airfleet Responsive Component
  • elements-components-picture: hide image label in admin
  • elements-components-picture: added support for option "Only display on these breakpoints"
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-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-images-plugin

Release 0.5.0

Added two new picture components: elements-components-picture-link and elements-components-picture-relationship

GitHub
View full changelog

Added

  • Added view elements-components-picture-link (picture component with link)
  • Added view elements-components-picture-relationship (picture component with internal link)
airfleet-elements-images-plugin

Release 0.4.0

Added option to set image loading to eager in elements-components-image

GitHub
View full changelog

Added

  • elements-components-image: added an option to set the loading to either lazy (default) or eager
airfleet-elements-images-plugin

Release 0.3.0

Added width, height, srcset, and sizes attributes to the img element in elements-components-picture.

GitHub
View full changelog

Changed

  • elements-components-picture: add following attributes to <img> element - width, height, srcset, sizes
airfleet-elements-images-plugin

Release 0.2.0

Default loading behavior changed for image elements and fixed attribute rendering issues.

GitHub
View full changelog

Changed

  • elements-components-image: apply lazy as default value for loading attribute

Fixed

  • elements-components-image: fixed incorrect rendering of attributes (including double quotes surrounding class attribute)
airfleet-elements-images-plugin

Release 0.1.0

Added three new views for image and picture components.

GitHub
View full changelog

Added

  • Added view elements-components-images (image component)
  • Added view elements-components-picture (picture component with responsive settings)
  • Added view elements-blocks-picture (picture block)