Skip to content

Commit

Permalink
Merge branch 'release/0.1.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
igorprado committed Oct 9, 2015
2 parents d9971b2 + 68689ef commit ce5b60e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 20,145 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log

## 0.1.16 - Oct 8, 2015
## 0.1.16 - Oct 9, 2015

**Implemented enhancements, merged pull requrests:**

* Updated to React 0.14
* Fix dismissible false to not require an action
* Added CHANGELOG and LICENSE files

## 0.1.15 - Oct 1, 2015
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The notification object has the following properties:

### Dismissible

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.
If set to false, the notification will not display the dismiss ('x') button and will only be dismissible programmatically. [See more](#removenotificationnotification)

### Action

Expand Down
Loading

0 comments on commit ce5b60e

Please sign in to comment.