Skip to content
Compare
Choose a tag to compare
@jungpaeng jungpaeng released this 12 Feb 02:40
· 1 commit to main since this release
64e9494

Patch Changes

  • #113 b57d15b Thanks @jungpaeng! - Improve overlay unmount logic and add test cases

    • Enhanced current overlay state management during unmount
      • When unmounting a middle overlay with multiple overlays open, the last overlay becomes current
      • When unmounting the last overlay, the previous overlay becomes current
    • Added test cases
      • Test for unmounting multiple overlays in different orders
      • Test for tracking current overlay state using useCurrentOverlay hook