React Animated Slider Versions Save

Animated slider/carousel component for react

v2.0.0

4 years ago
  • remove deprecated componentWillReceiveProps
  • update dependencies
  • define react as a peer dependency
  • optimize npm package size (see packagephobia and bundlephobia reports)

BREAKING CHANGE: this version requires react@^16.4

v1.1.4

5 years ago
  • Handle dynamically added or removed children

v1.1.3

5 years ago
  • Clear animation timer on component unmount to avoid setState call error

v1.1.2

6 years ago
  • Update docs and readme

v1.1.1

6 years ago
  • Added onSlideChange prop
  • Updated examples

v1.0.2

6 years ago
  • Support for slider className

v1.0.1

6 years ago

Breaking changes: previous and next button are now handled as anchors and come with a default arrow svg.

v0.5.1

6 years ago
  • touchDisabled feature

v0.5.0

6 years ago
  • Autoplay feature

v0.4.4

6 years ago

Minimum swipe offset to trigger navigation