React Compound Slider Versions Save

:black_medium_small_square: React Compound Slider | A small React slider with no opinion on markup or styles

v1.1.0

5 years ago

v1.0.1

5 years ago

v1.0.0

5 years ago
  • Slider features and API are now stable. If you have been using earlier versions you should be able to upgrade without changing your components.

v0.22.0

5 years ago
  • Dynamically generate stepped values instead of storing in an array. Removes maxSteps and rangeWarnings props. They are no longer needed.
  • Reduce bundle size to 4.1 kb.

v0.21.1

5 years ago
  • Add maxSteps and rangeWarnings props to Typescript definition.

v0.21.0

5 years ago

v0.20.1

5 years ago

v0.19.2

5 years ago
  • Another fix for Typescript

v0.20.0

5 years ago
  • Opt into warnings on changed values

v0.19.1

5 years ago
  • Fix for the typescript types