diff --git a/CHANGELOG.md b/CHANGELOG.md index 3159344b..36ee0d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +v1.5.0 - Sat, 08 Oct 2016 02:18:52 GMT +-------------------------------------- + +- [919daa3](../../commit/919daa3) [fixed] Remove the default aria role dialog +- [2e806c7](../../commit/2e806c7) [added] Make modal portal have the dialog role (#223) +- [5429f7c](../../commit/5429f7c) [fixed] Don't steal focus from a descendent when rendering (#222) +- [8e767e9](../../commit/8e767e9) [fixed] Add react-dom as a peer dependency +- [ff09b49](../../commit/ff09b49) [fixed] Close modal when mouseDown and MouseUp happen only on the overlay (#217) +- [6550b87](../../commit/6550b87) Revert "[fixed] Dont change body class if isOpen not change (#201)" +- [8e5f5b7](../../commit/8e5f5b7) [fixed] Fix incorrect details in the README +- [e5b0181](../../commit/e5b0181) [added] ability to change default 'ReactModalPortal' class (#208) +- [1e29e4f](../../commit/1e29e4f) [fixed] Dont change body class if isOpen not change (#201) +- [d347547](../../commit/d347547) [fixed] Updates webpack distribution config to reference the correct externals (#210) + + v1.4.0 - Thu, 30 Jun 2016 19:12:02 GMT -------------------------------------- diff --git a/bower.json b/bower.json index f7962f24..27c9faca 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.4.0", + "version": "1.5.0", "homepage": "https://github.com/rackt/react-modal", "authors": [ "Ryan Florence", diff --git a/karma.conf.js b/karma.conf.js index eb9b4b22..c2d0650a 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -35,6 +35,6 @@ module.exports = function(config) { captureTimeout: 60000, - singleRun: false + singleRun: true }); }; diff --git a/package.json b/package.json index fb47d2c8..bfc7bfb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.4.0", + "version": "1.5.0", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index", "repository": { @@ -64,4 +64,4 @@ "modal", "dialog" ] -} +} \ No newline at end of file