Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 03:12
· 17 commits to main since this release
b5a5d64

Patch Changes

  • #53 6f3c26a Thanks @jungpaeng! - fix: Enhance Overlay State Management and Prevent Duplicate Entries

    This change enhances the overlay state management to ensure overlays maintain the correct state when closed and reopened, and prevents duplicate overlay entries.
    It addresses issues with the overlay's current state not updating correctly in certain scenarios.

    Related Issue: Fixes #46

  • #58 b35ac6f Thanks @jungpaeng! - fix: state reset issue on overlay reopen

    This change fixes an issue where overlays did not retain their state when reopened without unmounting, even though they were not removed from the DOM.
    The overlayReducer has been updated to maintain the state of overlays between close and open cycles, addressing an unintended state reset.

    Related Issue: Fixes #57