Skip to content

Commit

Permalink
release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
claydiffrient committed Oct 8, 2016
1 parent d78428b commit 11c1fd6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.5.2 - Sat, 08 Oct 2016 14:29:09 GMT
--------------------------------------

- [d78428b](../../commit/d78428b) [fixed] Remove remaining reference to role dialog


v1.5.1 - Sat, 08 Oct 2016 04:11:39 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://github.com/rackt/react-modal",
"authors": [
"Ryan Florence",
Expand Down
2 changes: 1 addition & 1 deletion dist/react-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ return /******/ (function(modules) { // webpackBootstrap
onKeyDown: this.handleKeyDown,
onMouseDown: this.handleContentMouseDown,
onMouseUp: this.handleContentMouseUp,
role: "dialog"
role: this.props.role
}, this.props.children));
}
});
Expand Down
2 changes: 1 addition & 1 deletion dist/react-modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.5.1",
"version": "1.5.2",
"description": "Accessible modal dialog component for React.JS",
"main": "./lib/index",
"repository": {
Expand Down

0 comments on commit 11c1fd6

Please sign in to comment.