react-slider
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,11 @@ # Change Log | ||
## [1.0.6](https://github.com/zillow/react-slider/compare/v1.0.5...v1.0.6) (2020-05-10) | ||
### Bug Fixes | ||
* prevent vertical scroll on thumb touch ([#171](https://github.com/zillow/react-slider/issues/171)) ([2f6dda3](https://github.com/zillow/react-slider/commit/2f6dda360eb814efc5e491ca8db62ac03719255a)) | ||
## [1.0.5](https://github.com/zillow/react-slider/compare/v1.0.4...v1.0.5) (2020-05-09) | ||
@@ -7,0 +16,0 @@ |
@@ -806,2 +806,3 @@ var _jsxFileName = "/Users/brians/git/react-slider/src/components/ReactSlider/ReactSlider.jsx"; | ||
position: 'absolute', | ||
touchAction: 'none', | ||
willChange: this.state.index >= 0 ? this.posMinKey() : '', | ||
@@ -808,0 +809,0 @@ zIndex: this.state.zIndices.indexOf(i) + 1 |
@@ -812,2 +812,3 @@ "use strict"; | ||
position: 'absolute', | ||
touchAction: 'none', | ||
willChange: this.state.index >= 0 ? this.posMinKey() : '', | ||
@@ -814,0 +815,0 @@ zIndex: this.state.zIndices.indexOf(i) + 1 |
{ | ||
"name": "react-slider", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Slider component for React", | ||
@@ -5,0 +5,0 @@ "main": "lib/components/ReactSlider/ReactSlider.js", |
@@ -5,4 +5,6 @@ # React Slider | ||
CSS agnostic slider component for React. | ||
Accessible, CSS agnostic, slider component for React. | ||
[![react-slider example](react-slider.gif)](https://zillow.github.io/react-slider/) | ||
### Installation | ||
@@ -9,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103634
2237
30