Releases: observablehq/htl
Releases · observablehq/htl
v0.3.1
24 Sep 19:07
Compare
Sorry, something went wrong.
No results found
v0.3.0
09 Jun 01:57
Compare
Sorry, something went wrong.
No results found
Adopt type: module.
Update dependencies.
Make build reproducible.
Expose htl.version. #30
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ .
v0.2.5
06 Feb 18:20
Compare
Sorry, something went wrong.
No results found
Support CSS custom properties with style objects. #28
v0.2.4
02 Feb 05:08
Compare
Sorry, something went wrong.
No results found
Use document.importNode to ensure correct rendering in Safari. #26
v0.2.3
10 Jan 22:31
Compare
Sorry, something went wrong.
No results found
Implicitly case-correct SVG spread attributes. #7
Implicitly apply namespaces to foreign SVG spread attributes. #8
v0.2.2
10 Jan 18:48
Compare
Sorry, something went wrong.
No results found
Fix interpolation of empty strings into unquoted attribute values.
v0.2.1
10 Jan 00:55
Compare
Sorry, something went wrong.
No results found
Fix interpolation into raw text elements (script, style, textarea, and title). #6 #18
Add tests!
Update rollup.
Thanks to @tomlarkworthy and @clarkevans for the help!
v0.2.0
10 Jan 00:46
Compare
Sorry, something went wrong.
No results found
Switch to raw input; backslashes no longer need to be escaped.
v0.1.0
20 Feb 16:01
Compare
Sorry, something went wrong.
No results found
Escape ampersands in attribute values. #12
Change html to wrap in an implicit SPAN rather than return a DocumentFragment.
Change svg to wrap in an implicit G rather than return a DocumentFragment.
Add {html,svg}.fragment for generating a DocumentFragment. #10