Summon 0.5.8.5
Fixed
-
CLI Generated Projects Console Errors - Fixed CLI-generated standalone projects showing console errors at runtime
- Root cause: Generated
Main.ktused manualwindow.onload+renderComposable()pattern which bypassed proper initialization - Solution: Changed to use
renderComposableRoot()API which properly initializesGlobalEventListenerand sets up the rendering context - Affects standalone, fullstack Ktor, Spring Boot, and Quarkus project templates
- Root cause: Generated
-
Recomposer LocalPlatformRenderer Error - Fixed potential crash when
LocalPlatformRenderer.currentwas accessed before CompositionLocal was provided- Changed to use
PlatformRendererStore.get()?.with safe calls inRecomposer.kt
- Changed to use
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