react-responsive-carousel
Advanced tools
Comparing version 3.1.49 to 3.1.50
@@ -10,4 +10,14 @@ # Changelog | ||
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.47...HEAD) | ||
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.49...HEAD) | ||
## [v3.1.49](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.47...v3.1.49) - 2019-04-17 | ||
### Fixed | ||
- Added swipeable in CarouselProps for Typescript, fixes #264 [`#264`](https://github.com/leandrowd/react-responsive-carousel/issues/264) | ||
### Commits | ||
- update watchify [`6bb5064`](https://github.com/leandrowd/react-responsive-carousel/commit/6bb50640426d892f9099979dfb84c19d48741cd4) | ||
## [v3.1.47](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.46...v3.1.47) - 2019-02-11 | ||
@@ -14,0 +24,0 @@ |
@@ -584,3 +584,3 @@ 'use strict'; | ||
this.handleClickItem = function (index, item) { | ||
if (_react.Children.count(_this5.props.children) == 0) { | ||
if (_react.Children.count(_this5.props.children) === 0) { | ||
return; | ||
@@ -631,3 +631,4 @@ } | ||
_this5.setState({ | ||
swiping: false | ||
swiping: false, | ||
cancelClick: false | ||
}); | ||
@@ -634,0 +635,0 @@ _this5.autoPlay(); |
{ | ||
"name": "react-responsive-carousel", | ||
"version": "3.1.49", | ||
"version": "3.1.50", | ||
"description": "React Responsive Carousel", | ||
@@ -5,0 +5,0 @@ "author": { |
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
968442
1607