All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- [fix][Slider] Fix "TypeError: Cannot read 'getBoundingClientRect' of null"
- [new][Deps] Update
react-with-styles
^4.0.1 -> ^4.1.0
- [fix][Deps] Update
react-with-styles
^4.0.0 -> ^4.0.1
- [new][Deps] Update
react-with-styles
^3.2.3 -> ^4.0.0 - [breaking][deps] babel 7, and other deps (drops node < 6)
- [new][Deps] update
airbnb-prop-types
,prop-types
,react-with-styles
- [fix] Fix position calculations for 'vertical' mode (#199)
- [fix] Transpile initialize script (#182)
- [breaking] drop v0.13 support
- [breaking] Upgrade
rheostat
to usereact-with-styles
(#161, #162, #163, #164, #166, #168, #172) - [breaking] Do not call
onChange
when values are manually updated (#178)
- 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