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+ v2.3.2 - Wed, 06 Sep 2017 16:09:58 UTC
2+ --------------------------------------
3+
4+ - [ ba526cf] ( ../../commit/ba526cf ) [ chore] fix changelog generator.
5+
6+
17v2.3.1 - Tue, 05 Sep 2017 16:18:41 UTC
28--------------------------------------
39
Original file line number Diff line number Diff line change 11{
22 "name" : " react-modal" ,
3- "version" : " 2.3.1 " ,
3+ "version" : " 2.3.2 " ,
44 "homepage" : " https://github.com/reactjs/react-modal" ,
55 "authors" : [
66 " Ryan Florence" ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ return /******/ (function(modules) { // webpackBootstrap
6767 function _interopRequireDefault ( obj ) { return obj && obj . __esModule ? obj : { default : obj } ; }
6868
6969 exports . default = _Modal2 . default ;
70+ module . exports = exports [ 'default' ] ;
7071
7172/***/ } ) ,
7273/* 1 */
@@ -1548,6 +1549,7 @@ return /******/ (function(modules) { // webpackBootstrap
15481549 children : _propTypes . PropTypes . node
15491550 } ;
15501551 exports . default = ModalPortal ;
1552+ module . exports = exports [ 'default' ] ;
15511553
15521554/***/ } ) ,
15531555/* 13 */
@@ -1695,6 +1697,7 @@ return /******/ (function(modules) { // webpackBootstrap
16951697 function findTabbableDescendants ( element ) {
16961698 return [ ] . slice . call ( element . querySelectorAll ( '*' ) , 0 ) . filter ( tabbable ) ;
16971699 }
1700+ module . exports = exports [ 'default' ] ;
16981701
16991702/***/ } ) ,
17001703/* 15 */
@@ -1728,6 +1731,7 @@ return /******/ (function(modules) { // webpackBootstrap
17281731 var target = tabbable [ event . shiftKey ? tabbable . length - 1 : 0 ] ;
17291732 target . focus ( ) ;
17301733 }
1734+ module . exports = exports [ 'default' ] ;
17311735
17321736/***/ } ) ,
17331737/* 16 */
@@ -1896,6 +1900,7 @@ return /******/ (function(modules) { // webpackBootstrap
18961900 var SafeHTMLElement = EE . canUseDOM ? window . HTMLElement : { } ;
18971901
18981902 exports . default = SafeHTMLElement ;
1903+ module . exports = exports [ 'default' ] ;
18991904
19001905/***/ } ) ,
19011906/* 20 */
You can’t perform that action at this time.
0 commit comments