Skip to content

Releases: alantoa/react-native-awesome-slider

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)

Release 2.5.2

14 Apr 15:28
Compare
Choose a tag to compare

2.5.2 (2024-04-14)

Release 2.5.0

12 Feb 10:43
Compare
Choose a tag to compare

2.5.0 (2024-02-12)

Features

  • added heartbeat animation (de8942c)

Chore

  • update example and config

Release 2.4.7

01 Feb 21:07
Compare
Choose a tag to compare

2.4.7 (2024-02-01)

Release 2.4.6

15 Dec 15:21
Compare
Choose a tag to compare

2.4.6 (2023-12-15)

Fix crash on Android when using cache by @jacobmolby #53

Release 2.4.5

25 Oct 19:00
Compare
Choose a tag to compare

2.4.5 (2023-10-25)

Bug Fixes

Release 2.4.4

05 Sep 11:07
Compare
Choose a tag to compare

2.4.4 (2023-09-05)

Bug Fixes