Skip to content

Commit fd193f2

Browse files
committed
Release v3.14.3.
1 parent b33923a commit fd193f2

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
3.14.2 - Tue, 01 Jun 2021 21:42:22 UTC
1+
3.14.3 - Tue, 15 Jun 2021 15:09:02 UTC
2+
--------------------------------------
3+
4+
- [b33923a](../../commit/b33923a) [changed]: Updated and formatted example in README
5+
- [0847049](../../commit/0847049) [fixed] Cancel requested animation frame on unmount.
6+
- [fc76b0c](../../commit/fc76b0c) [chore] added link to the discussion for react-modal v4.
7+
- [0d99156](../../commit/0d99156) [chore] Don't allow mkdocs.yml be included on releases.
8+
9+
3.14.2 - Tue, 01 Jun 2021 21:42:17 UTC
210
--------------------------------------
311

412
- [172879e](../../commit/172879e) [chore] Don't allow .log in on releases.

dist/react-modal.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-modal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "3.14.2",
3+
"version": "3.14.3",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",

0 commit comments

Comments
 (0)