airfleet/airfleet-elements-logos-plugin

Project releases

airfleet-elements-logos-plugin

Release 1.1.1

Fixed alignment of static logo blocks

GitHub
View full changelog

Fixed

  • Fixed alignement of elements-blocks-static-logos and elements-blocks-static-logos-v2
airfleet-elements-logos-plugin

Release 1.1.0

Added a library option to switch between Swiper and Embla for sliding elements.

GitHub
View full changelog

Added

  • Added Slider Library option to elements-blocks-sliding-logos and elements-blocks-sliding-logos-v2 to switch between Swiper and Embla
  • Added Embla-specific controls for sliding direction and speed (pixels per frame)

Changed

  • Changed sliding speed controls to distinguish Swiper vs Embla settings
  • Changed default Swiper sliding speed fallback to 1000 ms
airfleet-elements-logos-plugin

Release 1.0.0

Added Airfleet Framework plugin dependency and switched package manager to Bun.

GitHub
View full changelog

Changed

  • 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-logos-plugin

Release 0.3.1

Enforced earlier script loading for V1 block partials to fix enqueue priority.

GitHub
View full changelog

Fixed

  • Fixed enqueue priority by enforcing earlier scripts load from V1 blocks partials.
airfleet-elements-logos-plugin

Release 0.3.0

Added new logo blocks and partials, including static logos and sliding logos with improved performance.

GitHub
View full changelog

Added

  • Added elements-partials-static-logo-item (common partial for all static logos)
  • Added elements-blocks-static-logo (standalone block to render a single static logo)
  • Added elements-partials-sliding-logos (common partial for sliding logos blocks)
  • Added elements-partials-static-logos (common partial for static logos blocks)
  • Added elements-blocks-static-logos-v2 (block to render static logos with new performant approach)
  • Added elements-blocks-sliding-logos-v2 (block to render sliding logos with new performant approach)
  • Added filter airfleet/elements/static-logos/tagline/default_tag to set default tagline tag for Static Logos block
  • Added filter airfleet/elements/sliding-logos/tagline/default_tag to set default tagline tag for Sliding Logos block

Changed

  • elements-blocks-sliding-logos: refactored to use elements-partials-sliding-logos
  • elements-blocks-static-logos: refactored to use elements-partials-static-logos
airfleet-elements-logos-plugin

Release 0.2.0

Updated wording for mobile and tablet logos custom fields

GitHub
View full changelog

Changed

  • elements-blocks-sliding-logos: updated wording in custom fields related to mobile and tablet
airfleet-elements-logos-plugin

Release 0.1.0

Added new blocks and patterns for displaying static and sliding logos.

GitHub
View full changelog

Added

  • Added block elements-blocks-static-logos to display a strip of Static logos
  • Added block elements-blocks-sliding-logos to display a strip of Sliding logos
  • Added filter airfleet/elements/static-logos/style to set style variations for Static Logos block
  • Added filter airfleet/elements/sliding-logos/style to set style variations for Sliding Logos block
  • Added filter airfleet/elements/static-logos/title/default_tag to set default heading tag for Static Logos block
  • Added filter airfleet/elements/sliding-logos/title/default_tag to set default heading tag for Sliding Logos block
  • Added pattern airfleet/elements-sliding-logos-all-devices Block: Sliding Logos on all devices
  • Added pattern airfleet/elements-sliding-logos-on-desktop Block: Sliding Logos on desktop with Static behaviour on tablet and mobile
  • Added pattern airfleet/elements-static-logos-side-by-side-four-columns Block: Static Logos with side-by-side layout with logos split into 4 columns
  • Added pattern airfleet/elements-static-logos-stacked-no-columns Block: Static Logos with stacked layout, dynamically centered
  • Added pattern airfleet/elements-static-logos-stacked-six-columns Block: Static Logos with stacked layout with logos split into 6 columns