Releases: kitajs/html
@kitajs/fastify-html-plugin@4.0.0-next.2
Patch Changes
- Updated dependencies
[d458335]:- @kitajs/html@4.0.0-next.2
- @kitajs/ts-html-plugin@4.0.0-next.2
@kitajs/fastify-html-plugin@4.0.0-next.1
Patch Changes
- Updated dependencies
[f00a024]:- @kitajs/ts-html-plugin@4.0.0-next.1
- @kitajs/html@4.0.0-next.1
@kitajs/ts-html-plugin@4.0.0-next.0
@kitajs/html@4.0.0-next.0
Major Changes
- #129
f6a8c11
Thanks @JacopoPatroclo! - Ported to ReactJSX
runtime.
Patch Changes
-
9b324af
Thanks @arthurfiorette! - Simplified html stream
generation -
#129
f6a8c11
Thanks @JacopoPatroclo! - Added support for
react-jsx runtime -
f16f99f
Thanks @arthurfiorette! - Added vhtml to benchmarks -
#129
f6a8c11
Thanks @JacopoPatroclo! - Fixed triple slash
directives for jsx-runtime -
35fc753
Thanks @arthurfiorette! - Added support for
Alpine.js by @B-R-P -
#129
f6a8c11
Thanks @JacopoPatroclo! - Reserved 'key' attribute
to prevent use of it -
35fc753
Thanks @arthurfiorette! - Added dialog tag
definition -
#129
f6a8c11
Thanks @JacopoPatroclo! - Avoid hijacking fastify
reply -
Updated dependencies
[f6a8c11,
f6a8c11]:- @kitajs/ts-html-plugin@4.0.0-next.0
@kitajs/fastify-html-plugin@4.0.0-next.0
Major Changes
- #129
f6a8c11
Thanks @JacopoPatroclo! - Ported to ReactJSX
runtime.
Patch Changes
-
9b324af
Thanks @arthurfiorette! - Simplified html stream
generation -
#129
f6a8c11
Thanks @JacopoPatroclo! - Updated Dependencies -
Updated dependencies
[9b324af,
f6a8c11,
f16f99f,
f6a8c11,
f6a8c11,
35fc753,
f6a8c11,
35fc753,
f6a8c11]:- @kitajs/html@4.0.0-next.0
- @kitajs/ts-html-plugin@4.0.0-next.0
v3.1.2
What's Changed
- add register.js to sideEffects by @wrapperup in #118
New Contributors
- @wrapperup made their first contribution in #118
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- docs: add section
no context apiby @JacopoPatroclo in #108 - feat: add escape tagged function to escape html by @JacopoPatroclo in #112
New Contributors
- @JacopoPatroclo made their first contribution in #108
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Initial support for
fastify-html-plugin. - Added
attrsattribute to enable attributes with custom syntax. - Improved error messages.
- Updated dependencies.
- Support for strings in
renderToStreamrequest id. - Added
pipeHtmlmethod to external runtimes.
Suspense and renderToStream internals were changed in favor to support fastify-html-plugin. You may have breaking changes if you were using SUSPENSE_ROOT global directly.
Full Changelog: v3.0.11...v3.1.0
v3.0.11
v3.0.10
What's Changed
- Added support for nested
<Suspense />. - Fixed multiple number attributes.
- Updated
Htmlnamespace declaration to a modern one. - Support for conditional classes.
Full Changelog: v3.0.8...v3.0.10