Skip to content

v1.0.8

Choose a tag to compare

@bigberryj bigberryj released this 26 Aug 21:40
· 2 commits to main since this release

Brizy Product Image Carousel v1.0.8

Improves the fade animation with a true overlay crossfade.

Changes:

  • Replaces same-image fade swapping with an overlay crossfade.
  • Keeps the outgoing product image visible while the incoming carousel image fades over it.
  • Commits the real card image behind the overlay after the crossfade completes.
  • Preserves responsive picture/source restoration and per-image focal/zoom framing.
  • Guards rapid arrow clicks/timer changes so stale transitions cannot commit out of order.

Tip: for an extra soft transition, set Transition duration around 400–600ms in Settings → Brizy Product Carousel.

Verification:

  • php qa/lint.php passed.
  • php tests/run-tests.php passed: 23 assertions.
  • node --check assets/js/frontend.js passed.
  • node --check assets/js/admin.js passed.
  • Version lockstep checked: plugin header, BPIC_VERSION, stub BPIC_VERSION, and readme.txt stable tag are all 1.0.8.
  • Token pattern scan found no ghp_ or github_pat_ tokens.