Skip to content

Releases: jaywilz/react-bootstrap-range-slider

Version 1.1.1

16 Jul 20:34
Compare
Choose a tag to compare
  • 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

14 Jul 20:25
Compare
Choose a tag to compare
  • Add onAfterChange callback
  • PropTypes change: value and onChange props no longer required
  • PropTypes change: value prop can be a number represented as a string or a number
  • onChange and onAfterChange callbacks' second argument provide value as number

Version 1.0.0

10 Jun 19:48
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of github.com:jaywilz/react-bootstrap-range-slider

Bootstrap 1.0.0 (out of beta)

19 May 16:47
Compare
Choose a tag to compare
  • Remove React Bootstrap ThemeProvider import
  • Do not rely on Bootstrap color variables

Fix Issue #3: WebpackError: ReferenceError: Element is not defined

21 Apr 20:25
Compare
Choose a tag to compare
  • Fix Issue #3: WebpackError: ReferenceError: Element is not defined
  • Update .npmignore: ignore non distribution directories