Skip to content

Commit ae68cc1

Browse files
committed
release v0.5.0
1 parent 408329f commit ae68cc1

File tree

5 files changed

+1227
-133
lines changed

5 files changed

+1227
-133
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.5.0 - Tue, 22 Sep 2015 19:19:44 GMT
2+
--------------------------------------
3+
4+
- [4d25989](../../commit/4d25989) [added] Inline CSS for modal and overlay as well as props to override. [changed] injectCSS has been changed to a warning message in preperation for a future removal. lib/components/Modal.js [changed] setAppElement method is now optional. Defaults to document.body and now allows for a css selector to be passed in rather than the whole element.
5+
- [02cf2c3](../../commit/02cf2c3) [fixed] Clear the closeWithTimeout timer before unmounting
6+
7+
18
v0.3.0 - Wed, 15 Jul 2015 06:17:24 GMT
29
--------------------------------------
310

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "0.3.0",
3+
"version": "0.5.0",
44
"homepage": "https://github.com/rackt/react-modal",
55
"authors": [
66
"Ryan Florence",

0 commit comments

Comments
 (0)