All Versions
32
Latest Version
Avg Release Cycle
66 days
Latest Release
682 days ago

Changelog History
Page 2

  • v1.0.11

    September 22, 2020
  • v1.0.10

    September 21, 2020
  • v1.0.9

    September 08, 2020
  • v1.0.8 Changes

    June 15, 2020

    🐛 Bug Fixes

    • account for floating point operations when stepping values with the keyboard (93f89d8), closes #179
    • call onBeforeChange and onAfterChange lifecycle methods when clicking track (1e3d90e), closes #180
    • encapsulate value reference within ReactSlider (#181) (453855f)
  • v1.0.7 Changes

    May 17, 2020

    🐛 Bug Fixes

    • 👉 make sure resize is called after the DOM is ready when re-rendering (46f616e), closes #136
  • v1.0.6 Changes

    May 10, 2020

    🐛 Bug Fixes

    • prevent vertical scroll on thumb touch (#171) (2f6dda3)
  • v1.0.5

    May 09, 2020
  • v1.0.4 Changes

    April 24, 2020

    🐛 Bug Fixes

    • ⚡️ update offset calculation to support IE >=9 (78718d1)
  • v1.0.3 Changes

    February 14, 2020

    🐛 Bug Fixes

    • 🔄 change event handlers are now more reliable (f1282d4), closes #161
    • no need to pause touch events as they do not cause text selection (8e3e275), closes #162
  • v1.0.2 Changes

    January 11, 2020

    🐛 Bug Fixes

    • 🚚 clicking on the track of a vertical slider should move the correct handle (114a56d), closes #156
    • 👉 make sure borders are accounted for when calculating the slider size (9e6f2f4), closes #152