Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,24 @@
},
"changesets": [
"add-express-html-plugin",
"automatic-suspense-request-ids",
"calm-bears-remain",
"eighty-taxes-jam",
"fix-delayed-suspense-boundary",
"fix-double-escape-self-closing",
"fix-tsconfig-absolute-path",
"hip-trams-roll",
"metal-corners-type",
"metal-hairs-juggle",
"remove-identity-value",
"remove-suspense-root-global",
"require-node-20-ts-plugin",
"sharp-wombats-stay",
"slimy-wolves-buy",
"stale-shrimps-spend",
"tender-regions-cough",
"update-suspense-script-protocol"
"update-suspense-script-protocol",
"use-native-cli-utils",
"wet-weeks-grow"
]
}
20 changes: 20 additions & 0 deletions packages/express-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @kitajs/express-html-plugin

## 5.0.0-next.1

### Minor Changes

- [#515](https://github.com/kitajs/html/pull/515)
[`a7b48fd`](https://github.com/kitajs/html/commit/a7b48fdc1738ec6492d9a9d5691b710da772b505)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Add opt-in automatic
request-ID propagation for Suspense boundaries

### Patch Changes

- Updated dependencies
[[`a7b48fd`](https://github.com/kitajs/html/commit/a7b48fdc1738ec6492d9a9d5691b710da772b505),
[`50becad`](https://github.com/kitajs/html/commit/50becad88dd03990c7bb9c0b05d755ae8ddf4ecd),
[`299af57`](https://github.com/kitajs/html/commit/299af57d3bba4f8de30cdefa40afefe5c3937c73),
[`299af57`](https://github.com/kitajs/html/commit/299af57d3bba4f8de30cdefa40afefe5c3937c73),
[`4c4223e`](https://github.com/kitajs/html/commit/4c4223eff3afcf72e9a3d8b8326abf38e9debcfa)]:
- @kitajs/html@5.0.0-next.2
- @kitajs/ts-html-plugin@5.0.0-next.3

## 5.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/express-html-plugin",
"version": "5.0.0-next.0",
"version": "5.0.0-next.1",
"description": "An Express middleware to add support for @kitajs/html",
"homepage": "https://github.com/kitajs/html/tree/master/packages/express-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
Expand Down
20 changes: 20 additions & 0 deletions packages/fastify-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @kitajs/fastify-html-plugin

## 5.0.0-next.3

### Minor Changes

- [#515](https://github.com/kitajs/html/pull/515)
[`a7b48fd`](https://github.com/kitajs/html/commit/a7b48fdc1738ec6492d9a9d5691b710da772b505)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Add opt-in automatic
request-ID propagation for Suspense boundaries

### Patch Changes

- Updated dependencies
[[`a7b48fd`](https://github.com/kitajs/html/commit/a7b48fdc1738ec6492d9a9d5691b710da772b505),
[`50becad`](https://github.com/kitajs/html/commit/50becad88dd03990c7bb9c0b05d755ae8ddf4ecd),
[`299af57`](https://github.com/kitajs/html/commit/299af57d3bba4f8de30cdefa40afefe5c3937c73),
[`299af57`](https://github.com/kitajs/html/commit/299af57d3bba4f8de30cdefa40afefe5c3937c73),
[`4c4223e`](https://github.com/kitajs/html/commit/4c4223eff3afcf72e9a3d8b8326abf38e9debcfa)]:
- @kitajs/html@5.0.0-next.2
- @kitajs/ts-html-plugin@5.0.0-next.3

## 5.0.0-next.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/fastify-html-plugin",
"version": "5.0.0-next.2",
"version": "5.0.0-next.3",
"description": "A Fastify plugin to add support for @kitajs/html",
"homepage": "https://github.com/kitajs/html/tree/master/packages/fastify-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
Expand Down
18 changes: 18 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @kitajs/html

## 5.0.0-next.2

### Minor Changes

- [#515](https://github.com/kitajs/html/pull/515)
[`a7b48fd`](https://github.com/kitajs/html/commit/a7b48fdc1738ec6492d9a9d5691b710da772b505)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Add opt-in automatic
request-ID propagation for Suspense boundaries

### Patch Changes

- [`50becad`](https://github.com/kitajs/html/commit/50becad88dd03990c7bb9c0b05d755ae8ddf4ecd)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Stream Suspense
boundaries created after an async render factory yields

- [`4c4223e`](https://github.com/kitajs/html/commit/4c4223eff3afcf72e9a3d8b8326abf38e9debcfa)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Allow literal 0 as `rid`

## 5.0.0-next.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
"version": "5.0.0-next.1",
"version": "5.0.0-next.2",
"description": "Fast and type safe HTML templates using TypeScript.",
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
"bugs": "https://github.com/kitajs/html/issues",
Expand Down
20 changes: 20 additions & 0 deletions packages/ts-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @kitajs/ts-html-plugin

## 5.0.0-next.3

### Major Changes

- [`299af57`](https://github.com/kitajs/html/commit/299af57d3bba4f8de30cdefa40afefe5c3937c73)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Require Node.js 20.12 or
newer

### Patch Changes

- [`299af57`](https://github.com/kitajs/html/commit/299af57d3bba4f8de30cdefa40afefe5c3937c73)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Replace Chalk and Yargs
with Node.js native CLI utilities

- Updated dependencies
[[`a7b48fd`](https://github.com/kitajs/html/commit/a7b48fdc1738ec6492d9a9d5691b710da772b505),
[`50becad`](https://github.com/kitajs/html/commit/50becad88dd03990c7bb9c0b05d755ae8ddf4ecd),
[`4c4223e`](https://github.com/kitajs/html/commit/4c4223eff3afcf72e9a3d8b8326abf38e9debcfa)]:
- @kitajs/html@5.0.0-next.2

## 5.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/ts-html-plugin",
"version": "5.0.0-next.2",
"version": "5.0.0-next.3",
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
Expand Down