Releases: jaywilz/react-bootstrap-range-slider
Releases · jaywilz/react-bootstrap-range-slider
v3.0.8
Compare
Sorry, something went wrong.
No results found
Correct tooltipLabel typing
Update react peer dependancies to include version 18
Merge dependabot recommendations
v3.0.4
Compare
Sorry, something went wrong.
No results found
Include sourcemaps in npm package
v3.0.3
Compare
Sorry, something went wrong.
No results found
Update react-bootstrap peer dependency version to include ^2.0.0 (in addition to ^1.0.0)
v3.0.2
Compare
Sorry, something went wrong.
No results found
Specify ChangeEvent element type in typings, i.e. ChangeEvent<HTMLInputElement>
v3.0.1
Compare
Sorry, something went wrong.
No results found
Except for the value prop, make all prop typings optional
Add prop-types (for non TypeScript users)
v3.0.0
Compare
Sorry, something went wrong.
No results found
Convert to TypeScript
Upgrade React to version 17
Fix ref issue
Add ARIA attributes (aria-valuenow, aria-valuemin, aria-valuemax)
Pass arbitrary props through to underlying <input>
Deprecate inpputProps prop
v2.0.2
Compare
Sorry, something went wrong.
No results found
Fixes null event.target inside useState function due to event pooling.
v2.0.1
Compare
Sorry, something went wrong.
No results found
React.memo is applied to <input/>, which allows the tooltip prop to be changed during interaction with the slider.
v1.1.4
Compare
Sorry, something went wrong.
No results found
Fix issue #8 : tooltip label with spaces wraps: add nowrap to stylesheet.
v1.1.3
Compare
Sorry, something went wrong.
No results found
Fix issue #7 : incorrect success variant color - displaying as "secondary" gray instead of green