Releases: choojs/nanohtml
Releases · choojs/nanohtml
v1.9.1
- Fix readme to use nanohtml/dom (@saschanaz in #166)
- Export to
window
in minified bundle (@goto-bus-stop in e87a5e2)
v1.9.0
- Add TypeScript types for
nanohtml/raw
(@JacobEvelyn in #159) - Add
nanohtml/dom
API to allow custom document object (@saschanaz in #165)
v1.7.0
- Support Typescript synthetic default imports (#153)
Thanks @hugueschabot!
v1.6.3
v1.6.0
v1.4.0
Allow multiple elements in root with DocumentFragments (@finnp in #118)
Now:
html`
<div>Hallo</div>
<div>Welt</div>
`
…returns a DocumentFragment with the children <div>Hello</div>
and <div>Welt</div>
v1.3.1
v1.3.0
- Add custom built-in element support (@AndyOGo in #137)
This allows using<p is="custom-element">
syntax for custom elements thatextend
the builtin element. See also: https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements