Skip to content

Commit

Permalink
release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claydiffrient committed Mar 2, 2017
1 parent a1d29c6 commit d8e6e84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.7.1 - Thu, 02 Mar 2017 14:49:30 GMT
--------------------------------------

- [a1d29c6](../../commit/a1d29c6) [fixed] rewrite removePortal as es5 function


v1.7.0 - Thu, 02 Mar 2017 03:54:08 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.7.0",
"version": "1.7.1",
"homepage": "https://github.com/reactjs/react-modal",
"authors": [
"Ryan Florence",
Expand Down
2 changes: 0 additions & 2 deletions dist/react-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ return /******/ (function(modules) { // webpackBootstrap
elementClass(document.body).remove('ReactModal__Body--open');
},


renderPortal: function renderPortal(props) {
if (props.isOpen) {
elementClass(document.body).add('ReactModal__Body--open');
Expand Down Expand Up @@ -377,7 +376,6 @@ return /******/ (function(modules) { // webpackBootstrap
}
},


close: function close() {
if (this.props.closeTimeoutMS > 0) this.closeWithTimeout();else this.closeWithoutTimeout();
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.7.0",
"version": "1.7.1",
"description": "Accessible modal dialog component for React.JS",
"main": "./lib/index.js",
"repository": {
Expand Down

0 comments on commit d8e6e84

Please sign in to comment.