Skip to content

Commit ce5b60e

Browse files
committed
Merge branch 'release/0.1.16'
2 parents d9971b2 + 68689ef commit ce5b60e

File tree

7 files changed

+15
-20145
lines changed

7 files changed

+15
-20145
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log
22

3-
## 0.1.16 - Oct 8, 2015
3+
## 0.1.16 - Oct 9, 2015
44

55
**Implemented enhancements, merged pull requrests:**
66

7-
* Updated to React 0.14
7+
* Fix dismissible false to not require an action
88
* Added CHANGELOG and LICENSE files
99

1010
## 0.1.15 - Oct 1, 2015

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The notification object has the following properties:
9191

9292
### Dismissible
9393

94-
If set to false, the user will not be able to dismiss the notification. For this reason, if set to false, the `action` becomes required as the only way to dismiss the notification.
94+
If set to false, the notification will not display the dismiss ('x') button and will only be dismissible programmatically. [See more](#removenotificationnotification)
9595

9696
### Action
9797

0 commit comments

Comments
 (0)