0.1.0
Changelog
0.1.0 - 2026-06-16
Initial public release.
| Area | Included |
|---|---|
| HTML DSL | Lowercase HTML tags, typed attributes, text initializer shortcuts, raw HTML, and builder control flow. |
| Components | Component, ServerComponent, ClientComponent, @State, Binding, and environment propagation. |
| Rendering | HTML string rendering, render artifacts, diagnostics, hydration manifests, and internal graph diffing. |
| CSS | Style, generated standard CSS property helpers, @StyleBuilder, Stylesheet, CSSRule, and @StylesheetBuilder. |
| Hydration | Browser hydration indexes, DOM patch commands, command batches, and browser host contracts. |
| Loading | Split WASM bundle manifests, load plans, and loading runtime contracts. |
| Actions | ActionRepresentable, Action, ActionField, and hidden-field rendering contracts. |