Skip to content

Commit

Permalink
release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claydiffrient committed Dec 31, 2016
1 parent c50f19a commit 3ada4fb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.6.5 - Sat, 31 Dec 2016 17:14:28 GMT
--------------------------------------

- [c50f19a](../../commit/c50f19a) [fixed] Add file extention to entry point (#294)
- [08bf920](../../commit/08bf920) [fixed] closeTimeoutMS doesn't work without onRequestClose (#278)


v1.6.4 - Thu, 15 Dec 2016 05:48:59 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.6.4",
"version": "1.6.5",
"homepage": "https://github.com/reactjs/react-modal",
"authors": [
"Ryan Florence",
Expand Down
1 change: 0 additions & 1 deletion dist/react-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ return /******/ (function(modules) { // webpackBootstrap
},

close: function close() {
if (!this.ownerHandlesClose()) return;
if (this.props.closeTimeoutMS > 0) this.closeWithTimeout();else this.closeWithoutTimeout();
},

Expand Down
2 changes: 1 addition & 1 deletion dist/react-modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.6.4",
"version": "1.6.5",
"description": "Accessible modal dialog component for React.JS",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"modal",
"dialog"
]
}
}

0 comments on commit 3ada4fb

Please sign in to comment.