Releases: alantoa/react-native-awesome-slider
Releases · alantoa/react-native-awesome-slider
Release 2.6.1
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:
Release 2.5.6
Release 2.5.4
2.5.4 (2024-10-21)
Release 2.5.3
Release 2.5.2
2.5.2 (2024-04-14)
Release 2.5.0
Release 2.4.7
2.4.7 (2024-02-01)
- Support for active and failed offsets. #55 @jacobmolby
Release 2.4.6
2.4.6 (2023-12-15)
Fix crash on Android when using cache by @jacobmolby #53