File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
7
v1.7.0 - Thu, 02 Mar 2017 03:54:08 GMT
2
8
--------------------------------------
3
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-modal" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"homepage" : " https://github.com/reactjs/react-modal" ,
5
5
"authors" : [
6
6
" Ryan Florence" ,
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ return /******/ (function(modules) { // webpackBootstrap
171
171
elementClass ( document . body ) . remove ( 'ReactModal__Body--open' ) ;
172
172
} ,
173
173
174
-
175
174
renderPortal : function renderPortal ( props ) {
176
175
if ( props . isOpen ) {
177
176
elementClass ( document . body ) . add ( 'ReactModal__Body--open' ) ;
@@ -377,7 +376,6 @@ return /******/ (function(modules) { // webpackBootstrap
377
376
}
378
377
} ,
379
378
380
-
381
379
close : function close ( ) {
382
380
if ( this . props . closeTimeoutMS > 0 ) this . closeWithTimeout ( ) ; else this . closeWithoutTimeout ( ) ;
383
381
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-modal" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"description" : " Accessible modal dialog component for React.JS" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments