Releases: rcbyr/keen-slider
Releases · rcbyr/keen-slider
v6.8.6
v6.8.5
v6.8.4
v6.8.3
v6.8.2
v6.8.1
v6.8.0
v6.7.0
Features:
- Added new property (
slidesLength
) to the track details, specifying the length of the slides and the distances between them.
Bugfixes:
- Fixed rounding issues that resulted in wrong absolute index values.
- Fixed broken
maxIdx
property of the track details, whenrange
option was set.
v6.6.14
Bugfixes:
- When the container was scaled with css, the calculation of width/height didn't work properly because it was done with getBoundingClientRect. The calculation of the width and height is now done with a combination of getBoundingClientRect and offsetWidth/OffsetHeight.