Skip to content

Releases: choojs/nanohtml

v1.9.1

24 Feb 13:50
84d2f24
Compare
Choose a tag to compare

v1.9.0

25 Oct 10:11
bcef8fd
Compare
Choose a tag to compare

v1.7.0

12 Aug 10:21
16c41b4
Compare
Choose a tag to compare

v1.6.3

31 May 08:47
26b73fb
Compare
Choose a tag to compare
  • Fix #141, babel.js not passing through terser

v1.6.0

25 Apr 09:43
98b1ead
Compare
Choose a tag to compare

Support the hui component module by default (#146).

v1.4.0

13 Dec 10:19
5c86562
Compare
Choose a tag to compare

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

06 Dec 10:49
fd4aa0d
Compare
Choose a tag to compare
  • Pass filename to ast-transform for sourcemaps, fixes input.js being used as the file name in some cases (@mantoni in #140)

v1.3.0

16 Nov 12:46
9ac07ff
Compare
Choose a tag to compare

v1.2.4

25 Apr 14:17
f7c2c5f
Compare
Choose a tag to compare
  • Set indeterminate prop directly (#129)

v1.2.3

17 Apr 15:55
Compare
Choose a tag to compare
  • add server-side hyperscript support (#127)