Skip to content

v2.21.1

Choose a tag to compare

@jasperf jasperf released this 21 Jul 07:24
· 94 commits to main since this release

Republish of v2.21.0 with no code changes.

The v2.21.0 tag was moved after publication to include the carousel rail fixes from #24. GitHub follows a moved tag, so the v2.21.0 release page shows those commits — but Packagist deliberately does not follow a moved tag, and kept serving the pre-fix commit (bd88e8f). The result was composer update reporting "Nothing to modify in lock file" while installing code without the fixes.

This tag gives Packagist a version that resolves to the correct commit. Consumers on ^2.x should take 2.21.1 — 2.21.0 installs code missing the following:

  • Slick assets are gated per-engine, so a rail-only page loads no jQuery/Slick at all (aludra_blocks_have_slick_carousel())
  • Carousel's view.js no longer throws on a rail-mode carousel with no data-slick attribute, which had been silently aborting initialization of every other Slick carousel on the same page

See CHANGELOG.md for the full 2.21.0 entry.