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
perPage
to greater than 1, enablingfocus
and 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-overflow
class on the root element and emits theoverflow
event. This also allows you to center contents when there are not enough slides. Visit this page for more details. - Add the
omitEnd
option 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
lazyLoad
is enabled (#867) - Hide pagination by
display: none
if thepagination
option isfalse
(#866) - Fix jump from the first slide to the third one when the number of slides is same with
perPage
andfocus
is available (#848)
New features ✨
- Accept the negative index for
AutoScroll.speed
so 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-motion
media feature - Support a toggle (combined play-pause) button for autoplay
- Make
breakpoints
behave like CSS media query, ensuring the same carousel between window resize and page load (#693, #694) - Implement the Drag Free Snap mode
- Make the
direction
option responsive - Add options to control the wheel sensitivity for inertia scroll (#618)
- Add the
rewindByDrag
option (#663) - Patch
:focus-visible
for IE and Safari, and add focus styles to themes
Visit here for more details.
Bug Fixes 🐛
- Ensure to use the
fade
type specified by the data attribute (#659) - Hide custom arrows by
arrows: false
(#654)