Skip to content

Commit be5534e

Browse files
committed
release v1.5.0
1 parent 919daa3 commit be5534e

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
v1.4.0 - Thu, 30 Jun 2016 19:12:02 GMT
217
--------------------------------------
318

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ module.exports = function(config) {
3535

3636
captureTimeout: 60000,
3737

38-
singleRun: false
38+
singleRun: true
3939
});
4040
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -64,4 +64,4 @@
6464
"modal",
6565
"dialog"
6666
]
67-
}
67+
}

0 commit comments

Comments
 (0)