Releases: kitajs/html
Releases · kitajs/html
v3.0.9
tag: v3.0.9
v3.0.8
v3.0.7
What's Changed
- Fix for
style
prop type. Resolves #60. by @nsaunders in #61
New Contributors
- @nsaunders made their first contribution in #61
Full Changelog: v3.0.6...v3.0.7
v3.0.6
Important Changes
Full Changelog: v3.0.5...v3.0.6
v3.0.5
Important Changes
- Improved performance
- Added react benchmarks
meta
property tag- More
iframe
attributes
Full Changelog: v3.0.4...v3.0.5
v3.0.4
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
Important Changes
- Added boolean
selected
for option tags in #47. - Fixed input
minlength
andmaxlength
. - Added
decoding
,srcset
andloading
for img tags.
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Important Changes
- fix typo by @shakdoesgithub in #44
- Add hyperscript tag by @adicco in #45
New Contributors
- @shakdoesgithub made their first contribution in #44
- @adicco made their first contribution in #45
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Important changes
- Added
as
attribute forlink
tags. - Typo in README by @Eejit43 in #38
- Added htmx's
disable-element
by @danielo515 in #40
New Contributors
- @Eejit43 made their first contribution in #38
- @danielo515 made their first contribution in #40
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking changes
- Due to the implementation of async components, the
JSX.Element
type is nowstring | Promise<string>
, which may emit type errors, learn more.
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