Releases: Splidejs/splide
Releases · Splidejs/splide
v2.4.12
Bug Fix
- Autoplay was not properly resumed on blur.
v2.4.11
Bug Fix
- The track position was wrong in RTL mode.
- Fixed the invalid CSS property name.
v2.4.10
Bug Fix
- Relative units(em, rem, etc) for the fixedWidth/fixedHeight option didn't work.
v2.4.8
New Features
- The Lazyload component accepts a srcset attribute.
v2.4.6
Bug Fix
- Padding became
undefined
when the Splide instance was converted to JSON byJSON.stringify
. - Padding and gap were not updated correctly on resize if they were described by
%
orvw
.
v2.4.4
Bug Fix
- Drag/swipe didn't work correctly.
- Transition animation was skipped only in the first page of a RTL slider.
v2.4.3
New Features
- Can select the target of the keyboard event from the document or the root element.
- Can remove tab indices from slides by
slideFocus
option. - Can determine whether to prevent any actions while transitioning or not by the
waitForTransition
option.
Internal
- Change the way of the Layout calculation.
- Merge the horizontal and vertical sub components into the Track component.