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