Releases: schiehll/react-alert
Releases · schiehll/react-alert
v7.0.3
Support React 17 as peer dependency.
v7.0.0
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.0
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
Add support for custom position in individual alerts back in #115 by @besLisbeth
v5.4.0
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
Revert #110 as it broke the transition