Releases: rcbyr/keen-slider
Releases · rcbyr/keen-slider
v6.8.6
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
05 Jul 14:30
Bugfixes:
Allow 0 for the range properties
fix types and docs
v6.8.5
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
23 Nov 19:36
Bugfixes:
Broken animations when building a NextJS application with swcMinify on (#2 )
v6.8.4
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
23 Nov 19:01
Bugfixes:
Broken animations when building a NextJS application with swcMinify on.
v6.8.3
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
18 Oct 18:21
Bugfixes:
stop propagation of "dragstart" for clickable children (#283 )
prevent slider from continuing when fast clicking (#276 )
add next() and prev() to react native instance (#273 )
v6.8.2
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
19 Sep 06:41
Bugfixes:
Fixed react hook for React 18
v6.8.1
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
15 Sep 20:36
Bugfixes:
Fixed the prevention of clicks when dragging is active
v6.8.0
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
11 Sep 20:39
Features:
Changed the method of preventing clicks when dragging, which improves performance
v6.7.0
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
15 Jun 18:49
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, when range option was set.
v6.6.14
Compare
Sorry, something went wrong.
No results found
rcbyr
released this
15 May 06:17
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.