Skip to content
Compare
Choose a tag to compare
@jungpaeng jungpaeng released this 12 Feb 02:38
· 5 commits to main since this release
988fb4e

Minor Changes

  • #102 becbd90 Thanks @jungpaeng! - feat: Add local overlay context support

    • Add experimental_createOverlayContext function to create isolated overlay contexts
    • Refactor context management to support multiple overlay instances
    • Move overlay provider and controller logic into separate files
    • Update store management to support local state
    • Add documentation for new context creation API
    • Improve type definitions and exports