Skip to content

Releases: kitajs/html

@kitajs/fastify-html-plugin@4.0.0-next.2

25 Mar 12:49
363deeb

Choose a tag to compare

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

25 Mar 12:40
0695f93

Choose a tag to compare

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

20 Mar 13:38
beae543

Choose a tag to compare

Pre-release

Major Changes

Patch Changes

@kitajs/html@4.0.0-next.0

20 Mar 13:38
beae543

Choose a tag to compare

Pre-release

Major Changes

Patch Changes

@kitajs/fastify-html-plugin@4.0.0-next.0

20 Mar 13:38
beae543

Choose a tag to compare

Major Changes

Patch Changes

v3.1.2

05 Feb 15:38
9ca8cdf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

28 Jan 13:59
8963016

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Jan 19:12
95b7b12

Choose a tag to compare

What's Changed

  • Initial support for fastify-html-plugin.
  • Added attrs attribute to enable attributes with custom syntax.
  • Improved error messages.
  • Updated dependencies.
  • Support for strings in renderToStream request id.
  • Added pipeHtml method 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

11 Jan 22:30
fe8a802

Choose a tag to compare

What's Changed

  • Fixed htmx tags typing

Full Changelog: v3.0.10...v3.0.11

v3.0.10

19 Nov 03:34
5fe8825

Choose a tag to compare

What's Changed

  • Added support for nested <Suspense />.
  • Fixed multiple number attributes.
  • Updated Html namespace declaration to a modern one.
  • Support for conditional classes.

Full Changelog: v3.0.8...v3.0.10