Keen Slider Versions Save

The HTML touch slider carousel with the most native feeling you will get.

v6.8.6

10 months ago

Bugfixes:

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

v6.8.5

1 year ago

Bugfixes:

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

v6.8.4

1 year ago

Bugfixes:

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

v6.8.3

1 year ago

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

1 year ago

Bugfixes:

  • Fixed react hook for React 18

v6.8.1

1 year ago

Bugfixes:

  • Fixed the prevention of clicks when dragging is active

v6.8.0

1 year ago

Features:

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

v6.7.0

1 year ago

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

1 year ago

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.