You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #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