This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Releases: pburtchaell/react-notification
Releases · pburtchaell/react-notification
Version 2.0.0
Removes:
- Local state
this.hide()
this.show()
Adds:
onDismiss
propisActive
prop
See the upgrading guide for more.
Version 1.4.0
Fixes
- An issue where
dismissAfter
did not work properly.
Version 1.3.0
Adds a timeout prop to dismiss the notification after a set time. Thanks @cayuu for the PR! 💯
Version 1.2.0
Version 1.1.0
Adds
- Compiled JSX
Changes
- Renamed "web_modules" to "src"
Version 1.0.0
Initial release.