splide

Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.

MIT License

Downloads
880.3K
Stars
4.7K
Committers
9

Bot releases are visible (Hide)

splide - v3.2.6

Published by NaotoshiFujita almost 3 years ago

Bug Fix

  • Failed to sync indices in the loop mode when using arrow keys (#482).
splide - v3.2.5

Published by NaotoshiFujita almost 3 years ago

Bug Fix

  • The target slide index is incorrect in the loop mode when going back from the page that does not have enough slides (#482).
splide - v3.2.4

Published by NaotoshiFujita almost 3 years ago

  • Improve the drag precision.
  • Check the dimension of the root element before resizing the slider.
splide - v3.2.2

Published by NaotoshiFujita almost 3 years ago

Bug Fix

  • Fix the padding bug: #475

New Feature

  • Add the noDrag option for #470
splide - v3.2.1

Published by NaotoshiFujita almost 3 years ago

Bug Fix

  • The number of images that lazy load images is one more than intended.
  • When the slider is looping and an image is just loaded simultaneously, the position unexpectedly jumps to the index that should be dest.
splide - v3.1.9

Published by NaotoshiFujita almost 3 years ago

Bug Fix

  • iOS 15 Safari emits the window resize event when swiping action resizes the bottom nav bar, which interrupts the slider movement.
splide - v3.1.7

Published by NaotoshiFujita about 3 years ago

Bug Fix

  • Prevent scrolling when the active slide gets focus.
splide - v3.1.6

Published by NaotoshiFujita about 3 years ago

Bug Fix

  • Need to check the completely flag before discarding synced Splide instances.
splide - v3.1.3

Published by NaotoshiFujita about 3 years ago

Bug Fix

  • getAdjacent() returns an incorrect index.
splide - v3.1.2

Published by NaotoshiFujita about 3 years ago

  • Bug Fix: Should not remove predefined inline styles of slides.
splide - v3.1.1

Published by NaotoshiFujita about 3 years ago

  • The dragMinThreshold option accepts an object to define the value for mouse drag.
splide - v3.1.0

Published by NaotoshiFujita about 3 years ago

  • Improve the drag performance
  • Fix the drag bug on Firefox
  • Add the useScroll option
splide - v3.0.9

Published by NaotoshiFujita about 3 years ago

  • Fix the EventBus#off() bug.
splide - v3.0.8

Published by NaotoshiFujita about 3 years ago

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

splide - v3.0.2

Published by NaotoshiFujita about 3 years ago

splide - v2.4.21

Published by NaotoshiFujita almost 4 years ago

Bug Fix

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

Published by NaotoshiFujita almost 4 years ago

Bug Fix

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

Published by NaotoshiFujita almost 4 years ago

Bug Fix

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

Published by NaotoshiFujita almost 4 years ago

Bug Fix

  • Autoplay progress was not reset when arrows were click(#140).
  • add() and remove() didn't work correctly in loop mode(#145).
splide - v2.4.16

Published by NaotoshiFujita almost 4 years ago

Bug Fix:

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