Skip to content

Releases: zillow/react-slider

v0.9.0

24 Aug 21:23

Choose a tag to compare

  • introduces keyboard accessibility thanks to @B-Reif work in #113

v0.8.0

08 Jun 11:48

Choose a tag to compare

version 0.8.0

v0.6.1

24 Jan 01:35

Choose a tag to compare

version 0.6.1

v0.5.1

23 Jun 07:43

Choose a tag to compare

bump version number

v0.4.2

31 Mar 21:24

Choose a tag to compare

  • Fixed bug related to defaultValue

v0.4.1

31 Mar 13:10

Choose a tag to compare

  • add bower.json

v0.4.0

29 Mar 15:32

Choose a tag to compare

Breaking changes:

  • Now accepts onBeforeChange, onChange and onAfterChange instead of the slightly more confusing onChange and onChanged callbacks.

New features:

  • invert property inverts the slider
  • snapDragDisabled 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).