Skip to content

Commit 0d8aa61

Browse files
committed
Updating changelog and codesandbox
1 parent d4fcb1f commit 0d8aa61

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

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

1230
### Merged
@@ -29,6 +47,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2947
- build(deps): bump ua-parser-js from 0.7.22 to 0.7.28 [`#600`](https://github.com/leandrowd/react-responsive-carousel/pull/600)
3048
- build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 [`#601`](https://github.com/leandrowd/react-responsive-carousel/pull/601)
3149

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

3456
- leandrowdgh-545: Remove tabindex for non-interactive div [`e1ba29b`](https://github.com/leandrowd/react-responsive-carousel/commit/e1ba29b5b80cb0c9305dd0355c4d56b76cd40e65)

codesandbox/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^16.9.0",
1414
"react-dom": "^16.9.0",
15-
"react-responsive-carousel": "^3.2.19",
15+
"react-responsive-carousel": "^3.2.20",
1616
"react-scripts": "1.1.0"
1717
},
1818
"devDependencies": {},

0 commit comments

Comments
 (0)