Skip to content

Releases: alantoa/react-native-awesome-slider

Release 2.0.1

13 Mar 16:04
Compare
Choose a tag to compare

2.0.1 (2022-03-13)

BREAKING CHANGE: slider rewrite using react-native-gesture-handle v2

Release 1.4.0

05 Mar 17:46
Compare
Choose a tag to compare

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

02 Mar 03:04
Compare
Choose a tag to compare

1.3.2 (2022-03-02)

Bug Fixes

  • 🐛: onSlidingComplete callback value in STEP mode (cc12f17)

Release 1.3.1

01 Mar 11:46
Compare
Choose a tag to compare

1.3.1 (2022-03-01)

Bug Fixes

  • 🐛: haptics trigger when sliding to the left (a540216)
  • package peerDependencies (7f00407)

Release 1.3.0

28 Feb 05:42
Compare
Choose a tag to compare

1.3.0 (2022-02-28)

Features

  • 🎨: change the theme of slider, must use the theme props (704dbc1)

Release 1.2.0

26 Feb 11:20
Compare
Choose a tag to compare

1.2.0 (2022-02-26)

Features

  • add step & haptic feedback callback (d50080d)

Release 1.1.0

25 Feb 18:51
Compare
Choose a tag to compare

1.1.0 (2022-02-25)

Features

Release 0.1.18

25 Feb 09:27
Compare
Choose a tag to compare

0.1.18 (2022-02-25)

Bug Fixes

  • min&max value range bugs (e25a701)

Release 0.1.17

12 Feb 06:19
Compare
Choose a tag to compare

0.1.17 (2022-02-12)

  • fix: typescript props
  • update readme.md

Release 0.1.15

10 Feb 02:40
Compare
Choose a tag to compare

0.1.15 (2022-02-10)

Bug Fixes

  • 'onSlidingStart' & 'onSlidingComplete' not required (c945853)