Releases: Splidejs/splide
Releases · Splidejs/splide
v3.1.1
- The
dragMinThreshold
option accepts an object to define the value for mouse drag.
v3.1.0
- Improve the drag performance
- Fix the drag bug on Firefox
- Add the
useScroll
option
v3.0.9
- Fix the
EventBus#off()
bug.
v3.0.8
Bug Fix: addEventListenerOptions
should be same among all drag handlers.
v3.0.2
Bug Fix: Drag performance.
v2.4.21
Bug Fix
- The latest webpack5 requires the environment config for es5 builds(#198).
v2.4.20
Bug Fix
- The last image missed
is-visible
class on zoom(#159).
v2.4.19
Bug Fix
is-visible
class was sometimes not updated correctly(#189).
v2.4.18
Bug Fix
- Autoplay progress was not reset when arrows were click(#140).
add()
and remove()
didn't work correctly in loop mode(#145).
v2.4.16
Bug Fix:
- Minute drag prevents other child event listeners from firing(#129)