File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
17v1.7.0 - Thu, 02 Mar 2017 03:54:08 GMT
28--------------------------------------
39
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments