Releases: erichbehrens/react-animated-slider
Releases · erichbehrens/react-animated-slider
v2.0.0
- 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
- Handle dynamically added or removed children
v1.1.3
- Clear animation timer on component unmount to avoid setState call error
v1.1.2
- Update docs and readme
v1.1.1
- Added onSlideChange prop
- Updated examples
v1.0.2
- Support for slider className
v1.0.1
Breaking changes: previous and next button are now handled as anchors and come with a default arrow svg.
v0.5.1
- touchDisabled feature
v0.5.0
- Autoplay feature
v0.4.4
Minimum swipe offset to trigger navigation