Releases: alantoa/react-native-awesome-slider
Releases · alantoa/react-native-awesome-slider
Release 2.0.1
2.0.1 (2022-03-13)
BREAKING CHANGE: slider rewrite using react-native-gesture-handle v2
Release 1.4.0
1.4.0 (2022-03-05)
Features
- 💫: add disableTrackFollow & bubbleWidth props.(Commonly used for video/audio scrubber.) (430aa5e)
- add lottie thumb (7a44e30)
Release 1.3.2
1.3.2 (2022-03-02)
Bug Fixes
- 🐛: onSlidingComplete callback value in STEP mode (cc12f17)
Release 1.3.1
1.3.1 (2022-03-01)
Bug Fixes
- 🐛: haptics trigger when sliding to the left (a540216)
- package peerDependencies (7f00407)
Release 1.3.0
1.3.0 (2022-02-28)
Features
- 🎨: change the theme of slider, must use the
theme
props (704dbc1)
Release 1.2.0
1.2.0 (2022-02-26)
Features
- add step & haptic feedback callback (d50080d)
Release 1.1.0
1.1.0 (2022-02-25)
Features
Release 0.1.17
0.1.17 (2022-02-12)
- fix: typescript props
- update readme.md
Release 0.1.15
0.1.15 (2022-02-10)
Bug Fixes
- 'onSlidingStart' & 'onSlidingComplete' not required (c945853)