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.5.0 - Sat, 08 Oct 2016 02:18:52 GMT
2+ --------------------------------------
3+
4+ - [ 919daa3] ( ../../commit/919daa3 ) [ fixed] Remove the default aria role dialog
5+ - [ 2e806c7] ( ../../commit/2e806c7 ) [ added] Make modal portal have the dialog role (#223 )
6+ - [ 5429f7c] ( ../../commit/5429f7c ) [ fixed] Don't steal focus from a descendent when rendering (#222 )
7+ - [ 8e767e9] ( ../../commit/8e767e9 ) [ fixed] Add react-dom as a peer dependency
8+ - [ ff09b49] ( ../../commit/ff09b49 ) [ fixed] Close modal when mouseDown and MouseUp happen only on the overlay (#217 )
9+ - [ 6550b87] ( ../../commit/6550b87 ) Revert "[ fixed] Dont change body class if isOpen not change (#201 )"
10+ - [ 8e5f5b7] ( ../../commit/8e5f5b7 ) [ fixed] Fix incorrect details in the README
11+ - [ e5b0181] ( ../../commit/e5b0181 ) [ added] ability to change default 'ReactModalPortal' class (#208 )
12+ - [ 1e29e4f] ( ../../commit/1e29e4f ) [ fixed] Dont change body class if isOpen not change (#201 )
13+ - [ d347547] ( ../../commit/d347547 ) [ fixed] Updates webpack distribution config to reference the correct externals (#210 )
14+
15+
116v1.4.0 - Thu, 30 Jun 2016 19:12:02 GMT
217--------------------------------------
318
Original file line number Diff line number Diff line change 11{
22 "name" : " react-modal" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .0" ,
44 "homepage" : " https://github.com/rackt/react-modal" ,
55 "authors" : [
66 " Ryan Florence" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ module.exports = function(config) {
3535
3636 captureTimeout : 60000 ,
3737
38- singleRun : false
38+ singleRun : true
3939 } ) ;
4040} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-modal" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .0" ,
44 "description" : " Accessible modal dialog component for React.JS" ,
55 "main" : " ./lib/index" ,
66 "repository" : {
6464 " modal" ,
6565 " dialog"
6666 ]
67- }
67+ }
You can’t perform that action at this time.
0 commit comments