Releases: barthy-koeln/scroll-snap-slider
Releases · barthy-koeln/scroll-snap-slider
v2.4.0 — Draggable Quickswipe
Detects quick swiping gestures and allows flicking the slider.
v2.3.0 — Plugins
This release introduces a plugin interface and a few standard plugins.
v2.2.0 — More Configuration Options
Features
- Added a
roundingMethod
property that can alter the timing, at which events are triggered. - Added a
listenerOptions
property that changesscroll
event beahviour - Added a
listen
constructor option to bypass thescroll
listener
Changes
- The default rounding Method is now
Math.round
v2.1.1 — Fixed Accidental Dependencies
Bugfixes
- Removed accidental dependencies
Changes
- Added
yarn.lock
to repository for better development
v2.1.0 — Pass event
Bugfixes
- Fixed a bug with false positives when testing for scroll end
Features
- Added the
slide-pass
event
v2.0.0 — Start/Stop Events
Changes
- Renamed
slide-change
event toslide-stop
- Renamed
scrollTo
toslideTo
Additions
- Added
slide-start
event
v1.1.0 — Slide property
Features:
- Introduced
slide
property
Misc:
- Changed the scroll behavior definition from JS to CSS (safari support)
v1.0.0 — Initial Release
fixed wrong package naem