Releases: zillow/react-slider
Releases · zillow/react-slider
v0.9.0
v0.8.0
v0.6.1
v0.5.1
v0.4.2
v0.4.1
v0.4.0
Breaking changes:
- Now accepts
onBeforeChange
,onChange
andonAfterChange
instead of the slightly more confusingonChange
andonChanged
callbacks.
New features:
invert
property inverts the slidersnapDragDisabled
property disables the snap drag behavior.
Changes:
- Handles will no longer prevent touch-scrolling.
- Snap drag behaviour disabled for touch events (was interfering with the touch-scrolling as well).