React Slider Versions Save

Accessible, CSS agnostic, slider component for React.

v0.9.0

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

v0.8.0

6 years ago

v0.6.1

8 years ago

v0.5.1

8 years ago

v0.4.2

9 years ago
  • Fixed bug related to defaultValue

v0.4.1

9 years ago
  • add bower.json

v0.4.0

9 years ago

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).