keen-slider

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

MIT License

Downloads
851.9K
Stars
4.7K
Committers
25

Bot releases are visible (Hide)

keen-slider - v6.8.6 Latest Release

Published by rcbyr over 1 year ago

Bugfixes:

  • Allow 0 for the range properties
  • fix types and docs
keen-slider - v6.8.5

Published by rcbyr almost 2 years ago

Bugfixes:

  • Broken animations when building a NextJS application with swcMinify on (#2)
keen-slider - v6.8.4

Published by rcbyr almost 2 years ago

Bugfixes:

  • Broken animations when building a NextJS application with swcMinify on.
keen-slider - v6.8.3

Published by rcbyr about 2 years 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)
keen-slider - v6.8.2

Published by rcbyr about 2 years ago

Bugfixes:

  • Fixed react hook for React 18
keen-slider - v6.8.1

Published by rcbyr about 2 years ago

Bugfixes:

  • Fixed the prevention of clicks when dragging is active
keen-slider - v6.8.0

Published by rcbyr about 2 years ago

Features:

  • Changed the method of preventing clicks when dragging, which improves performance
keen-slider - v6.7.0

Published by rcbyr over 2 years 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.
keen-slider - v6.6.14

Published by rcbyr over 2 years 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.