Skip to content

Commit 3ada4fb

Browse files
committed
release v1.6.5
1 parent c50f19a commit 3ada4fb

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.6.5 - Sat, 31 Dec 2016 17:14:28 GMT
2+
--------------------------------------
3+
4+
- [c50f19a](../../commit/c50f19a) [fixed] Add file extention to entry point (#294)
5+
- [08bf920](../../commit/08bf920) [fixed] closeTimeoutMS doesn't work without onRequestClose (#278)
6+
7+
18
v1.6.4 - Thu, 15 Dec 2016 05:48:59 GMT
29
--------------------------------------
310

bower.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": "1.6.4",
3+
"version": "1.6.5",
44
"homepage": "https://github.com/reactjs/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ return /******/ (function(modules) { // webpackBootstrap
356356
},
357357

358358
close: function close() {
359-
if (!this.ownerHandlesClose()) return;
360359
if (this.props.closeTimeoutMS > 0) this.closeWithTimeout();else this.closeWithoutTimeout();
361360
},
362361

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.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index.js",
66
"repository": {
@@ -75,4 +75,4 @@
7575
"modal",
7676
"dialog"
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)