Skip to content

Summon 0.5.8.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 07:23
· 33 commits to main since this release
ddad480

Fixed

  • Dropdown Hover Gap Bug - Fixed critical issue where hover-triggered dropdowns would close when moving mouse from trigger to menu
    • Root cause: onMouseEnter/onMouseLeave events were attached separately to trigger and menu elements, creating a gap where neither element received hover when transitioning between them
    • Solution: Moved hover events to the container element that wraps both trigger and menu, ensuring the dropdown stays open while hovering anywhere within the component
    • Fixed across all platform implementations (JVM, JS, WASM)