Socket
Socket
Sign inDemoInstall

react-responsive-carousel

Package Overview
Dependencies
7
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.21 to 3.2.22

22

CHANGELOG.md

@@ -10,2 +10,20 @@ # Changelog

## [v3.2.21](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.20...v3.2.21) - 2021-08-18
### Merged
- Bugfix/thumb swipe move with percent [`#541`](https://github.com/leandrowd/react-responsive-carousel/pull/541)
- feat: add `ariaLabel` to the props, fixes #611 [`#612`](https://github.com/leandrowd/react-responsive-carousel/pull/612)
- fix: carousel autoplaying after swipe [`#624`](https://github.com/leandrowd/react-responsive-carousel/pull/624)
- Update README.md [`#625`](https://github.com/leandrowd/react-responsive-carousel/pull/625)
- build(deps): bump path-parse from 1.0.6 to 1.0.7 [`#635`](https://github.com/leandrowd/react-responsive-carousel/pull/635)
### Fixed
- Merge pull request #612 from francoismassart/issue/gh-611-aria-label [`#611`](https://github.com/leandrowd/react-responsive-carousel/issues/611)
### Commits
- update tests [`915abe6`](https://github.com/leandrowd/react-responsive-carousel/commit/915abe6189e7d33152f1f83927c4d39588cda54c)
## [v3.2.20](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.19...v3.2.20) - 2021-07-19

@@ -33,2 +51,6 @@

### Fixed
- feat: add `ariaLabel` to the props, fixes #611 [`#611`](https://github.com/leandrowd/react-responsive-carousel/issues/611)
### Commits

@@ -35,0 +57,0 @@

@@ -587,2 +587,8 @@ "use strict";

if (_this3.state.swiping && _this3.state.swipeMovementStarted) {
style = _objectSpread(_objectSpread({}, style), {}, {
pointerEvents: 'none'
});
}
var slideProps = {

@@ -589,0 +595,0 @@ ref: function ref(e) {

2

package.json
{
"name": "react-responsive-carousel",
"version": "3.2.21",
"version": "3.2.22",
"description": "React Responsive Carousel",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc