react-responsive-carousel
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -10,4 +10,10 @@ # Changelog | ||
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.6...HEAD) | ||
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.7...HEAD) | ||
## [v3.2.7](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.6...v3.2.7) - 2020-05-06 | ||
### Commits | ||
- gh-440: Remove env vars to allow building on windows without issues [`a071604`](https://github.com/leandrowd/react-responsive-carousel/commit/a07160491dda7f95c62cb4c485e4d6b83b64d687) | ||
## [v3.2.6](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.5...v3.2.6) - 2020-05-06 | ||
@@ -14,0 +20,0 @@ |
@@ -74,4 +74,2 @@ "use strict"; | ||
_defineProperty(_assertThisInitialized(_this), "lastPosition", 0); | ||
_defineProperty(_assertThisInitialized(_this), "setItemsWrapperRef", function (node) { | ||
@@ -183,3 +181,3 @@ _this.itemsWrapperRef = node; | ||
position = position >= _this.lastPosition ? _this.lastPosition : position; | ||
position = position >= _this.state.lastPosition ? _this.state.lastPosition : position; | ||
@@ -186,0 +184,0 @@ _this.setState({ |
@@ -74,4 +74,2 @@ "use strict"; | ||
_defineProperty(_assertThisInitialized(_this), "lastPosition", 0); | ||
_defineProperty(_assertThisInitialized(_this), "setItemsWrapperRef", function (node) { | ||
@@ -183,3 +181,3 @@ _this.itemsWrapperRef = node; | ||
position = position >= _this.lastPosition ? _this.lastPosition : position; | ||
position = position >= _this.state.lastPosition ? _this.state.lastPosition : position; | ||
@@ -186,0 +184,0 @@ _this.setState({ |
@@ -28,3 +28,2 @@ import React, { Component } from 'react'; | ||
private thumbsRef?; | ||
private lastPosition; | ||
static displayName: string; | ||
@@ -31,0 +30,0 @@ static defaultProps: { |
{ | ||
"name": "react-responsive-carousel", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "React Responsive Carousel", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -41,3 +41,3 @@ # React Responsive Carousel | ||
Check it out these [cool demos](http://react-responsive-carousel.js.org/storybook/index.html) created using [storybook](https://getstorybook.io/). The source code for each example is available [here](https://github.com/leandrowd/react-responsive-carousel/blob/master/stories/index.js) | ||
Check it out these [cool demos](http://react-responsive-carousel.js.org/storybook/index.html) created using [storybook](https://storybook.js.org/). The source code for each example is available [here](https://github.com/leandrowd/react-responsive-carousel/blob/master/stories/index.js) | ||
@@ -44,0 +44,0 @@ Customize it yourself: |
Sorry, the diff of this file is not supported yet
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
207013
2995