Skip to content

Commit 68689ef

Browse files
committed
Fixed SEMVER of 0.1.16 to React 0.13.x and merged dismissible false to not require an action
1 parent 73b6c4b commit 68689ef

File tree

6 files changed

+15
-20141
lines changed

6 files changed

+15
-20141
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 notification will not display the dismiss ('x') button.
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)