Skip to content

Releases: chadly/react-bs-notifier

v7.0.0

10 Nov 17:01
Compare
Choose a tag to compare

Support for React v18 (see PR #82)

v6.0.0

17 Aug 20:01
Compare
Choose a tag to compare

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

04 Apr 20:53
Compare
Choose a tag to compare

#48 React v16.3 compatibility. This library now only supports React >= v16.3.

v4.4.6

25 Jan 18:03
Compare
Choose a tag to compare

#47 Upgrade react-jss to v8

v4.4.5

27 Nov 21:30
Compare
Choose a tag to compare
  • #44 Fix DOM node won’t be removed after dismiss

v4.4.4

18 Oct 22:07
Compare
Choose a tag to compare

#42 Fixes broken ability to dismiss alerts (#41) introduced in v4.4.3

v4.4.3

13 Oct 16:21
Compare
Choose a tag to compare

#40 Bugfix release for #39 Unknown prop classes

v4.4.2

09 Oct 13:57
Compare
Choose a tag to compare

#38 Bugfix release for #37

v4.4.1

06 Oct 20:52
Compare
Choose a tag to compare

#36 Bugfix release to fix #34 & #35

v4.4.0

04 Oct 21:03
Compare
Choose a tag to compare

#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.