Skip to content

Releases: schiehll/react-alert

v7.0.3

06 May 21:36
Compare
Choose a tag to compare

Support React 17 as peer dependency.

v7.0.2

09 Jul 13:15
Compare
Choose a tag to compare

Fixes #153

v7.0.1

15 May 22:35
Compare
Choose a tag to compare

memoized useAlert() in #151 by @danielfroz

v7.0.0

11 Mar 02:31
Compare
Choose a tag to compare

Improved positioning (is not a breaking change, but I've changed how it was implemented internally so if anyone was depending on the previous implementation in a hacky way, it will not break).

Fixed #143

v6.0.1

05 Mar 01:22
Compare
Choose a tag to compare

Bug and security fixes

V6.0.0

13 Oct 21:37
Compare
Choose a tag to compare

Fixed #124
Fixed infinite loop when using alert context as a dependency to a useEffect hook.
Added removeAll method to alert.
Moved react-transition-group and prop-types to dependencies instead of peerDependencies as suggested in #118

BREAKING CHANGES:

Removed root from the context

v5.5.0

05 May 18:34
Compare
Choose a tag to compare

Add support for custom position in individual alerts back in #115 by @besLisbeth

v5.4.0

19 Mar 19:47
Compare
Choose a tag to compare

Fix a bug where the exit transition won't work.
Remove the "alerts in multiple positions" feature (it's possible only via multiple Contexts for now).

v5.3.1

19 Mar 11:12
Compare
Choose a tag to compare

Revert #110 as it broke the transition

v5.3.0

19 Mar 11:05
Compare
Choose a tag to compare

Forwarding ref when using withAlert in #107 by @felipedeboni
Fix transition scale bug in #110 by @besLisbeth