Skip to content

v1.1.5

Compare
Choose a tag to compare
@stephband stephband released this 17 May 00:02
· 135 commits to main since this release

Version 1.1.5

This release changes the API slightly, by making active an attribute so that an initially active slide can now be chosen in HTML. It also has more consistent-between-browsers keyboard navigation via left/right arrows.

Changelog

  • Adds active as an attribute (before, it was a property only) – the initially active slide can now be authored in HTML.
  • Adds support for animated left/right key navigation where previously behaviour and animation differed between browsers.
  • Adds slot "controls".
  • Tightens up activation response so that pagination and navigation to a new slide updates active state immediately.
  • Fix: bug where slide-active was not sent on the initial slide when loop is off.
  • Fix: part controls no longer takes vertical space when no controls enabled.
  • Fix: swipe gestures now rely on scrollInterval heuristic like scrollends do, fixing sporadic jump at end of swipe.
  • Fix: fullscreen state properly unbound when fullscreen is escaped by means other than close button.