Skip to content

Commit d8e6e84

Browse files
committed
release v1.7.1
1 parent a1d29c6 commit d8e6e84

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.7.1 - Thu, 02 Mar 2017 14:49:30 GMT
2+
--------------------------------------
3+
4+
- [a1d29c6](../../commit/a1d29c6) [fixed] rewrite removePortal as es5 function
5+
6+
17
v1.7.0 - Thu, 02 Mar 2017 03:54:08 GMT
28
--------------------------------------
39

bower.json

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

dist/react-modal.js

-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ return /******/ (function(modules) { // webpackBootstrap
171171
elementClass(document.body).remove('ReactModal__Body--open');
172172
},
173173

174-
175174
renderPortal: function renderPortal(props) {
176175
if (props.isOpen) {
177176
elementClass(document.body).add('ReactModal__Body--open');
@@ -377,7 +376,6 @@ return /******/ (function(modules) { // webpackBootstrap
377376
}
378377
},
379378

380-
381379
close: function close() {
382380
if (this.props.closeTimeoutMS > 0) this.closeWithTimeout();else this.closeWithoutTimeout();
383381
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)