Skip to content

Releases: kitajs/html

v3.0.9

19 Nov 01:40
f5c8292
Compare
Choose a tag to compare
v3.0.9 Pre-release
Pre-release
tag: v3.0.9

v3.0.8

08 Nov 22:44
9419997
Compare
Choose a tag to compare

What's Changed

  • Fixed many boolean attributes

Full Changelog: v3.0.7...v3.0.8

v3.0.7

05 Nov 05:12
e63d94c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.6...v3.0.7

v3.0.6

05 Nov 00:01
f34e1fb
Compare
Choose a tag to compare

Important Changes

  • dialog element (#58)
  • React-like object styles (#60)

Full Changelog: v3.0.5...v3.0.6

v3.0.5

30 Oct 02:38
d797e10
Compare
Choose a tag to compare

Important Changes

  • Improved performance
  • Added react benchmarks
  • meta property tag
  • More iframe attributes

Full Changelog: v3.0.4...v3.0.5

v3.0.4

17 Oct 15:29
f993aca
Compare
Choose a tag to compare

Important Changes

  • Added triple slash directives for error-boundary and suspense, allowing tools to detect and autoimport them.

Full Changelog: v3.0.3...v3.0.4

v3.0.3

13 Oct 18:09
d9f2f62
Compare
Choose a tag to compare

Important Changes

  • Added boolean selected for option tags in #47.
  • Fixed input minlength and maxlength.
  • Added decoding, srcset and loading for img tags.

Full Changelog: v3.0.2...v3.0.3

v3.0.2

07 Oct 16:08
c39aa72
Compare
Choose a tag to compare

Important Changes

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

02 Oct 20:56
a6f1221
Compare
Choose a tag to compare

Important changes

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

29 Sep 16:53
37b4e85
Compare
Choose a tag to compare

Breaking changes

Important Changes

  • Added Async Components, Suspense rendering and Error Boundary, read their respective documentation to learn more.
  • Added all SVG properties by @tpguy825 in #27.
  • Added Hotwire Turbo elements by @deriegle in #33.
  • Improved documentation almost everywhere.
  • Html.escapeHtml is a proxy for Bun.escapeHTML when using bun.
  • Fixed img height and width attributes type.
  • Fixed bun's bundle problem in #32.
  • Added 100% test coverage.
  • Improved performance of JSX in general and Fragments of around +20%.

New Contributors

Full Changelog: v2.2.2...v3.0.0