Skip to content

Streamline all the elements

Pre-release
Pre-release

Choose a tag to compare

@markuswustenberg markuswustenberg released this 05 May 10:57
6f7752c

⚠️ BREAKING: All elements in the html package now take just Nodes as children. No more text strings as the first argument for certain elements like h1, em, and many more. This makes the API the same for all element helper functions. (Except Doctype, which isn't really an element but a document prefix.)

New: The svg package has begun. It provides helper functions for SVG elements for inlining into HTML documents.