React Slider Versions Save

Accessible, CSS agnostic, slider component for React.

v2.0.5

10 months ago

Bug Fixes

  • prevent snap back issue on mobile (107e2bb)
  • inverted sliders, cleanup (bb0ed77)
  • inverted sliders, honor inverted key down handler for horizontal sliders (bdb2292)

Code Refactoring

  • avoid manipulating state directly (6ca5853)

Tests

  • inverted sliders, add simple tests (9c50f38)
  • update snapshot (4ead745)

v2.0.4

1 year ago

Bug Fixes

  • module resolution (2fbdec6)
  • Set empty style porperty values to undefined instead of empty string (9456005), closes #271

v2.0.2

1 year ago

Bug Fixes

  • dual package extensions (ef1cb1e)

v2.0.0

2 years ago

⚠ BREAKING CHANGES

  • update create-react-styleguide to 8x

Features

  • add ResizeObserver to handle slider resize programatically (95bd172)
  • provide root export (7b0c97d)
  • upgrade husky and add conventional commit (caf8246)

v1.0.0

3 years ago

v0.11.2

6 years ago

Bug fixes

  • Replaced arrow functions with es5 functions which broke some build setups after #131 was merged.

v0.11.1

6 years ago

Bug fixes

  • Removed old syntax for React refs for React 16 support #131 @snaerth
  • Fix bug where slider value can become NaN #129 @benny-medflyt

v0.11.0

6 years ago

New features

  • ariaLabel and ariaValuetext props #125

v0.10.2

6 years ago

Bug fixes

  • Prevent default page scroll when using ArrowUp/ArrowDown #119
  • Update slider sizes immediately after render to avoid flickering #116
  • onBeforeChange is now called before onChange #111

v0.10.0

6 years ago
  • React 16 is now supported thanks to PR #121 by @mmellado