Skip to content

v1.4.0

Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 13 Dec 10:19
· 36 commits to master since this release
5c86562

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>