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>
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>