Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Releases: pburtchaell/react-notification

Version 2.0.0

11 Jul 14:07
Compare
Choose a tag to compare

Removes:

  • Local state
  • this.hide()
  • this.show()

Adds:

  • onDismiss prop
  • isActive prop

See the upgrading guide for more.

Version 1.4.0

10 Jul 16:52
Compare
Choose a tag to compare

Fixes

  • An issue where dismissAfter did not work properly.

Version 1.3.0

15 May 05:12
Compare
Choose a tag to compare

Adds a timeout prop to dismiss the notification after a set time. Thanks @cayuu for the PR! 💯

Version 1.2.0

09 Apr 00:40
Compare
Choose a tag to compare

Fixes the issue when this.props.styles was undefined and no styles were applied to the component via pull request #10. Thanks to @cayuu for the PR!

Version 1.1.0

22 Mar 21:30
Compare
Choose a tag to compare

Adds

  • Compiled JSX

Changes

  • Renamed "web_modules" to "src"

Version 1.0.0

22 Mar 02:21
Compare
Choose a tag to compare

Initial release.