Skip to content

Releases: alantoa/react-native-awesome-slider

Release 2.9.0

30 Dec 13:23
Compare
Choose a tag to compare

2.9.0 (2024-12-30)

Features

  • Added renderContainer prop to support custom containers #89 by @mrevanzak

Example Update

  • Added a new Wave Slider 🌊

Wave Slider

Release 2.8.0

29 Dec 15:51
Compare
Choose a tag to compare

2.8.0 (2024-12-29)

Features

Release 2.7.2

23 Dec 20:42
Compare
Choose a tag to compare

2.7.2 (2024-12-23)

  • Add the renderTrack props, which allows you to customize the rendering of the track for each step.

custom tracks

Release 2.7.1

20 Dec 07:45
Compare
Choose a tag to compare

2.7.1 (2024-12-20)

  • Web support
  • Document improvement
  • Bug fixes

v2.6.6

18 Dec 10:00
Compare
Choose a tag to compare
  • bug fixes and doc improvements

Release 2.6.2

18 Dec 06:01
Compare
Choose a tag to compare

2.6.2 (2024-12-18)

  • Fixed the annoying "[Reanimated] Read value during component rendering." warning.
  • Fixed an issue where some props did not update when changing forceSnapToStep, due to missing dependencies.

Release 2.6.1

08 Dec 07:22
Compare
Choose a tag to compare

2.6.1 (2024-12-08)

New Features

Snap Behavior Enhancements

We've improved the slider's snapping behavior with new customizable options:

snapThreshold (New)

  • Controls the magnetic snapping behavior when thumb is near a step
  • Default value is 0 (snapping disabled)
  • Works with percentage or absolute units

snapThresholdMode (New)

  • Determines how snapThreshold is interpreted: 'percentage' | 'absolute'
  • Default is 'absolute'

forceSnapToStep (Renamed)

  • Previously named snapToStep
  • Forces the thumb to always snap to the nearest step
  • When enabled, overrides snapThreshold behavior
  • Default is false

Example Update

Added new example inspired by Binance app slider:

CleanShot 2024-12-08 at 14 03 53

Source code

Release 2.5.6

30 Oct 07:32
Compare
Choose a tag to compare

2.5.6 (2024-10-30)

Fix: Reanimated v3.16.0 warning issues were fixed by @thosmos.

Release 2.5.4

21 Oct 16:24
Compare
Choose a tag to compare

2.5.4 (2024-10-21)

Release 2.5.3

08 May 13:11
Compare
Choose a tag to compare

2.5.3 (2024-05-08)

Bug Fixes

  • prevent thumbValue to be NaN and crash component (94351f3)