Skip to content

Summon 0.5.8.5

Choose a tag to compare

@github-actions github-actions released this 17 Dec 21:30
· 27 commits to main since this release

Fixed

  • CLI Generated Projects Console Errors - Fixed CLI-generated standalone projects showing console errors at runtime

    • Root cause: Generated Main.kt used manual window.onload + renderComposable() pattern which bypassed proper initialization
    • Solution: Changed to use renderComposableRoot() API which properly initializes GlobalEventListener and sets up the rendering context
    • Affects standalone, fullstack Ktor, Spring Boot, and Quarkus project templates
  • Recomposer LocalPlatformRenderer Error - Fixed potential crash when LocalPlatformRenderer.current was accessed before CompositionLocal was provided

    • Changed to use PlatformRendererStore.get()?. with safe calls in Recomposer.kt

Changed

  • CLI Help Text Dynamic Version - CLI help text now displays the actual version dynamically instead of hardcoded values
  • CLI README Version Placeholders - Documentation now uses <version> placeholders with a note to check releases page