React Bootstrap Range Slider Versions Save

A range slider with tooltips for React Bootstrap (Bootstrap 4) that extends the HTML input element.

v3.0.8

1 year ago
  • Correct tooltipLabel typing
  • Update react peer dependancies to include version 18
  • Merge dependabot recommendations

v3.0.4

2 years ago
  • Include sourcemaps in npm package

v3.0.3

2 years ago
  • Update react-bootstrap peer dependency version to include ^2.0.0 (in addition to ^1.0.0)

v3.0.2

2 years ago
  • Specify ChangeEvent element type in typings, i.e. ChangeEvent<HTMLInputElement>

v3.0.1

2 years ago
  • Except for the value prop, make all prop typings optional
  • Add prop-types (for non TypeScript users)

v3.0.0

2 years ago
  • 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

3 years ago

Fixes null event.target inside useState function due to event pooling.

v2.0.1

3 years ago

React.memo is applied to <input/>, which allows the tooltip prop to be changed during interaction with the slider.

v1.1.4

3 years ago

Fix issue #8: tooltip label with spaces wraps: add nowrap to stylesheet.

v1.1.3

3 years ago

Fix issue #7: incorrect success variant color - displaying as "secondary" gray instead of green