Skip to content

Releases: jaywilz/react-bootstrap-range-slider

v3.0.8

24 Jun 11:08
Compare
Choose a tag to compare
  • Correct tooltipLabel typing
  • Update react peer dependancies to include version 18
  • Merge dependabot recommendations

v3.0.4

02 Apr 10:13
Compare
Choose a tag to compare
  • Include sourcemaps in npm package

v3.0.3

31 Oct 12:50
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Specify ChangeEvent element type in typings, i.e. ChangeEvent<HTMLInputElement>

v3.0.1

23 Jul 11:32
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

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

v2.0.1

18 Oct 12:08
Compare
Choose a tag to compare

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
Choose a tag to compare

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

v1.1.3

12 Aug 19:55
Compare
Choose a tag to compare

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