spark_html_dsl 1.0.0-alpha.3
spark_html_dsl: ^1.0.0-alpha.3 copied to clipboard
Virtual DOM node types and HTML DSL for building declarative HTML structures in Dart.
Changelog #
1.0.0-alpha.3 #
- Feat: Added
dialog,details, andsummaryelement helpers.
1.0.0-alpha.2 #
- Feat: Added dependency on
spark_webfor isomorphic web types. - Refactor: Updated element helpers to use strict
spark_webevent types (e.g.MouseEvent,InputEvent) instead of dynamic.
1.0.0-alpha.1 #
- Initial release extracted from
sparkframework package. - Core node types:
Node,Text,RawHtml,Element. - HTML DSL helpers:
h(),div(),span(),p(),a(),button(),input(), and more. - CSP nonce injection support via Dart Zones.
Element.eventWrapperstatic hook for framework reactivity integration.- Pure Dart package with zero runtime dependencies.