Releases: Splidejs/splide
Releases · Splidejs/splide
v4.1.3
v4.1.2
v4.1.1
Bug Fixes 🐛
- Disable an inactive arrow after initialization. This bug happend if setting
perPageto greater than 1, enablingfocusand disablingtrimSpace(#919). - Check existence of arrows in the
update()method for direct call (internal use only).
New Features ✨
- Check whether total width of slides is enough wide for a carousel (#423, #614, #826). When detecting the status change, toggle the new
is-overflowclass on the root element and emits theoverflowevent. This also allows you to center contents when there are not enough slides. Visit this page for more details. - Add the
omitEndoption that omits some pagination dots that do not move a carousel but just changes the active slide. Also it disables a next arrow when a carousel reaches the last page. Visit this page for more details. - Use height of the tallest slide in the fade type for consistensy with other types (#413, #837).
v4.0.14
Bug Fixes 🐛
- Restart auto scrolling after vertical swipe (#850)
- Load images after dynamically adding slides if
lazyLoadis enabled (#867) - Hide pagination by
display: noneif thepaginationoption isfalse(#866) - Fix jump from the first slide to the third one when the number of slides is same with
perPageandfocusis available (#848)
New features ✨
- Accept the negative index for
AutoScroll.speedso that a carousel is able to scroll backwards (#860)
v4.0.7
v4.0.6
v4.0.3
v4.0.2
v4.0.1
v4.0.0
New Features ✨
- Revise accessibility with following W3C Carousel Design Pattern
- Install a Live Region for screen reader users
- Reduce non-essential motions when detecting the
prefers-reduced-motionmedia feature - Support a toggle (combined play-pause) button for autoplay
- Make
breakpointsbehave like CSS media query, ensuring the same carousel between window resize and page load (#693, #694) - Implement the Drag Free Snap mode
- Make the
directionoption responsive - Add options to control the wheel sensitivity for inertia scroll (#618)
- Add the
rewindByDragoption (#663) - Patch
:focus-visiblefor IE and Safari, and add focus styles to themes
Visit here for more details.
Bug Fixes 🐛
- Ensure to use the
fadetype specified by the data attribute (#659) - Hide custom arrows by
arrows: false(#654)