Skip to content

Summon 0.5.8.2

Choose a tag to compare

@github-actions github-actions released this 11 Dec 07:47
· 31 commits to main since this release
6206b74

Changed

  • Dropdown UiAction Refactor - Refactored Dropdown component to use UiAction system instead of inline JavaScript
    • Replaced inline onClick JavaScript handlers with data-action attributes containing serialized UiAction.ToggleVisibility
    • Uses remember {} for stable menu ID generation across recompositions
    • Follows the same pattern as HamburgerMenu for consistency
    • Applied across all platform implementations (JVM, JS, WASM)