Releases: jaywilz/react-bootstrap-range-slider
Releases · jaywilz/react-bootstrap-range-slider
Version 1.1.1
- onAfterChange will fire only if the value has changed
- If the onAfterChange prop is set and onMouseUp is present in inputProps, both onAfterChange and onMouseUp will fire
Version 1.1.0
- Add
onAfterChange
callback - PropTypes change:
value
andonChange
props no longer required - PropTypes change:
value
prop can be a number represented as a string or a number onChange
andonAfterChange
callbacks' second argument provide value as number
Version 1.0.0
v1.0.0 Merge branch 'master' of github.com:jaywilz/react-bootstrap-range-slider
Bootstrap 1.0.0 (out of beta)
- Remove React Bootstrap ThemeProvider import
- Do not rely on Bootstrap color variables
Fix Issue #3: WebpackError: ReferenceError: Element is not defined
- Fix Issue #3: WebpackError: ReferenceError: Element is not defined
- Update .npmignore: ignore non distribution directories