Releases: chadly/react-bs-notifier
Releases · chadly/react-bs-notifier
v7.0.0
Support for React v18 (see PR #82)
v6.0.0
Upgrade dependencies and migrate to JSS hooks API. Also, explicitly mark the package as sideEffects: false
so that webpack can tree shake this library.
There should be no breaking changes in this release, but due to many internal dependencies upgrading and potential different behavior with webpack, I'm marking it as a major release.
v5.0.0
#48 React v16.3 compatibility. This library now only supports React >= v16.3.
v4.4.6
#47 Upgrade react-jss to v8
v4.4.5
- #44 Fix DOM node won’t be removed after dismiss
v4.4.4
#42 Fixes broken ability to dismiss alerts (#41) introduced in v4.4.3
v4.4.3
#40 Bugfix release for #39 Unknown prop classes
v4.4.0
#33 Upgrade to work with React 16
Should be backwards compatible but now will also work with a peer dep of React v16 without warnings as well.