Skip to content

Commit 11c1fd6

Browse files
committed
release v1.5.2
1 parent d78428b commit 11c1fd6

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.5.2 - Sat, 08 Oct 2016 14:29:09 GMT
2+
--------------------------------------
3+
4+
- [d78428b](../../commit/d78428b) [fixed] Remove remaining reference to role dialog
5+
6+
17
v1.5.1 - Sat, 08 Oct 2016 04:11:39 GMT
28
--------------------------------------
39

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.5.1",
3+
"version": "1.5.2",
44
"homepage": "https://github.com/rackt/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ return /******/ (function(modules) { // webpackBootstrap
432432
onKeyDown: this.handleKeyDown,
433433
onMouseDown: this.handleContentMouseDown,
434434
onMouseUp: this.handleContentMouseUp,
435-
role: "dialog"
435+
role: this.props.role
436436
}, this.props.children));
437437
}
438438
});

dist/react-modal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.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.5.1",
3+
"version": "1.5.2",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index",
66
"repository": {

0 commit comments

Comments
 (0)