Releases: observablehq/htl
Releases · observablehq/htl
v0.3.0
- 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
- Support CSS custom properties with style objects. #28
v0.2.4
- Use document.importNode to ensure correct rendering in Safari. #26
v0.2.3
- Implicitly case-correct SVG spread attributes. #7
- Implicitly apply namespaces to foreign SVG spread attributes. #8
v0.2.2
- Fix interpolation of empty strings into unquoted attribute values.
v0.2.1
- 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
- Switch to raw input; backslashes no longer need to be escaped.
v0.1.0
- 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