github-actions
released this
28 Jul 05:49
·
8 commits
to main
since this release
Minor Changes
-
#72
9776fff
Thanks @jungpaeng! - Support for React versions 16.8 and 17Related Issue: Fixes #43
Patch Changes
-
#64
01eaa3c
Thanks @jungpaeng! - feat: Add cleanup effect for unmountingThis commit introduces a useEffect cleanup function in the OverlayProvider component that dispatches a 'REMOVE_ALL' action when the component unmounts.
This change ensures that all overlays are properly cleaned up during testing scenarios, preventing state leakage and side effects from persistent overlays.Related Issue: Fixes #63