All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- [Breaking] drop v0.13 support
- Add getNextHandlePosition prop to allow custom movement validation (#126)
- Fixes React@16 errors about invalid typed props. (#138)
- revert jsnext:main extension removal (#135)
- Slider: avoid key={0} (#106)
- Use math.round instead of math.floor for getting value with geometric algorithm (#131)
- Slider: use function refs instead of string refs (#112)
- Memoize pits styles (#123, #130)
- use prop-types + create-react-class packages (#73)
- ensure
Object.assign
is transformed toobject.assign
- Up/Down keys also move the slider now.
- Eliminate slidingIndex of -1 (#33)
- A11y for tabbing between handles.
- Changed slider handles from div to button.
- React v15 support.
- A geometric algorithm.
- New prop for disabling the slider.
Initial Release