Skip to content

Commit 33e1fe1

Browse files
committed
Release v3.1.7.
1 parent 22e8b23 commit 33e1fe1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v3.1.7 - Mon, 04 Dec 2017 14:22:29 UTC
2+
--------------------------------------
3+
4+
- [22e8b23](../../commit/22e8b23) [fixed] ignore .babelrc when publishing to npm.
5+
- [5693a40](../../commit/5693a40) [chore] typo on word (#574)
6+
7+
18
v3.1.6 - Thu, 30 Nov 2017 10:24:00 UTC
29
--------------------------------------
310

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"homepage": "https://github.com/reactjs/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ function setElement(element) {
422422

423423
function validateElement(appElement) {
424424
if (!appElement && !globalElement) {
425-
(0, _warning2.default)(false, ["react-modal: App element is not defined.", "Please use `Modal.setAppElement(el)` or set `appElement={el}`.", "This is needed so screen reades don't see main content", "when modal is opened. It is not recommended, but you can opt-out", "by setting `ariaHideApp={false}`."].join(" "));
425+
(0, _warning2.default)(false, ["react-modal: App element is not defined.", "Please use `Modal.setAppElement(el)` or set `appElement={el}`.", "This is needed so screen readers don't see main content", "when modal is opened. It is not recommended, but you can opt-out", "by setting `ariaHideApp={false}`."].join(" "));
426426

427427
return false;
428428
}

0 commit comments

Comments
 (0)