Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 2.4 KB

overlay-kit

1.2.4

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

1.2.3

Patch Changes

  • #50 5d7e84d Thanks @jungpaeng! - Fix: Ensure 'current' reflects the last overlay when closing intermediate overlays

    • Resolve issue where 'current' does not update to the last overlay when closing an intermediate overlay
    • Add logic to correctly update 'current' in reducer

1.2.2

Patch Changes

1.2.1

Patch Changes