Releases: jaywilz/react-bootstrap-range-slider
Releases · jaywilz/react-bootstrap-range-slider
v3.0.8
24 Jun 11:08
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
02 Apr 10:13
Compare
Sorry, something went wrong.
No results found
Include sourcemaps in npm package
v3.0.3
31 Oct 12:50
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
23 Jul 11:34
Compare
Sorry, something went wrong.
No results found
Specify ChangeEvent element type in typings, i.e. ChangeEvent<HTMLInputElement>
v3.0.1
23 Jul 11:32
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
22 Jul 13:03
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
18 Oct 13:41
Compare
Sorry, something went wrong.
No results found
Fixes null event.target inside useState function due to event pooling.
v2.0.1
18 Oct 12:08
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
12 Aug 20:27
Compare
Sorry, something went wrong.
No results found
Fix issue #8 : tooltip label with spaces wraps: add nowrap to stylesheet.
v1.1.3
12 Aug 19:55
Compare
Sorry, something went wrong.
No results found
Fix issue #7 : incorrect success variant color - displaying as "secondary" gray instead of green