Skip to content

Release 2.6.1

Latest
Compare
Choose a tag to compare
@alantoa alantoa released this 08 Dec 07:22
· 2 commits to main since this release

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