Skip to content

Summon 0.5.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 12:18
· 35 commits to main since this release
edea5a4

Added

  • Advanced UI Components - New components for complex data visualization and editing

    • CodeEditor - Syntax-highlighted code editing component
    • SplitPane - Resizable split layout (horizontal/vertical)
    • Chart - Data visualization component (bar, line, pie charts)
    • MarkdownEditor - Markdown editor with live preview support
  • Authentication Components - Built-in security UI

    • LoginComponent - Pre-built login form with authentication service integration
    • SecuredComponent - Wrapper for content that requires specific roles/permissions

Fixed

  • JS Platform Renderer Fixes - Resolved critical issues in DOM rendering and style application
    • Fixed renderCodeEditor to explicitly set textContent on textarea elements, ensuring correct value serialization in tests and hydration
    • Fixed applyModifier to use kebab-case for CSS properties in style attributes (e.g., flex-direction instead of flexDirection), ensuring styles are correctly applied by the browser
    • Resolved AdvancedComponentsJsTest failures (testCodeEditorJS and testSplitPaneJS)