Skip to content

Releases: rcbyr/keen-slider

v6.8.6

05 Jul 14:30
Compare
Choose a tag to compare

Bugfixes:

  • Allow 0 for the range properties
  • fix types and docs

v6.8.5

23 Nov 19:36
Compare
Choose a tag to compare

Bugfixes:

  • Broken animations when building a NextJS application with swcMinify on (#2)

v6.8.4

23 Nov 19:01
Compare
Choose a tag to compare

Bugfixes:

  • Broken animations when building a NextJS application with swcMinify on.

v6.8.3

18 Oct 18:21
Compare
Choose a tag to compare

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

19 Sep 06:41
Compare
Choose a tag to compare

Bugfixes:

  • Fixed react hook for React 18

v6.8.1

15 Sep 20:36
Compare
Choose a tag to compare

Bugfixes:

  • Fixed the prevention of clicks when dragging is active

v6.8.0

11 Sep 20:39
Compare
Choose a tag to compare

Features:

  • Changed the method of preventing clicks when dragging, which improves performance

v6.7.0

15 Jun 18:49
Compare
Choose a tag to compare

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

15 May 06:17
Compare
Choose a tag to compare

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.