Skip to content

Releases: Splidejs/splide

v3.1.1

09 Oct 09:43
Compare
Choose a tag to compare
  • The dragMinThreshold option accepts an object to define the value for mouse drag.

v3.1.0

09 Oct 07:31
Compare
Choose a tag to compare
  • Improve the drag performance
  • Fix the drag bug on Firefox
  • Add the useScroll option

v3.0.9

07 Oct 15:30
Compare
Choose a tag to compare
  • Fix the EventBus#off() bug.

v3.0.8

07 Oct 08:32
Compare
Choose a tag to compare

Bug Fix: addEventListenerOptions should be same among all drag handlers.

v3.0.2

06 Oct 03:24
Compare
Choose a tag to compare
Bug Fix: Drag performance.

v2.4.21

01 Dec 06:20
Compare
Choose a tag to compare

Bug Fix

  • The latest webpack5 requires the environment config for es5 builds(#198).

v2.4.20

21 Nov 18:19
Compare
Choose a tag to compare

Bug Fix

  • The last image missed is-visible class on zoom(#159).

v2.4.19

21 Nov 18:06
Compare
Choose a tag to compare

Bug Fix

  • is-visible class was sometimes not updated correctly(#189).

v2.4.18

20 Nov 10:40
Compare
Choose a tag to compare

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

19 Nov 10:33
Compare
Choose a tag to compare

Bug Fix:

  • Minute drag prevents other child event listeners from firing(#129)