Skip to content

Releases: zillow/react-slider

v2.0.5

03 Jun 00:13
Compare
Choose a tag to compare

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

12 Sep 17:11
Compare
Choose a tag to compare

Bug Fixes

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

v2.0.2

18 Aug 01:11
Compare
Choose a tag to compare

Bug Fixes

  • dual package extensions (ef1cb1e)

v2.0.0

29 Mar 19:09
Compare
Choose a tag to compare

⚠ 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)

Release information moved to CHANGELOG

10 May 17:13
Compare
Choose a tag to compare

v0.11.2

29 Mar 20:30
Compare
Choose a tag to compare

Bug fixes

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

v0.11.1

25 Mar 14:08
Compare
Choose a tag to compare

Bug fixes

v0.11.0

07 Mar 16:03
Compare
Choose a tag to compare

New features

  • ariaLabel and ariaValuetext props #125

v0.10.2

07 Mar 15:55
Compare
Choose a tag to compare

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

28 Feb 23:14
Compare
Choose a tag to compare