diff --git a/.changeset/calm-games-lay.md b/.changeset/calm-games-lay.md deleted file mode 100644 index 6f10432c..00000000 --- a/.changeset/calm-games-lay.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch -'@kitajs/html': patch ---- - -Simplified html stream generation diff --git a/.changeset/calm-pants-call.md b/.changeset/calm-pants-call.md deleted file mode 100644 index 060c1c7f..00000000 --- a/.changeset/calm-pants-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Added support for react-jsx runtime diff --git a/.changeset/four-weeks-drum.md b/.changeset/four-weeks-drum.md deleted file mode 100644 index 0e4a9204..00000000 --- a/.changeset/four-weeks-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Added vhtml to benchmarks diff --git a/.changeset/gold-islands-brake.md b/.changeset/gold-islands-brake.md deleted file mode 100644 index 55cd006d..00000000 --- a/.changeset/gold-islands-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Fixed triple slash directives for jsx-runtime diff --git a/.changeset/hot-meals-beam.md b/.changeset/hot-meals-beam.md deleted file mode 100644 index 9f81d34e..00000000 --- a/.changeset/hot-meals-beam.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': major -'@kitajs/html': major -'@kitajs/ts-html-plugin': major ---- - -Ported to ReactJSX runtime. diff --git a/.changeset/kind-elephants-learn.md b/.changeset/kind-elephants-learn.md deleted file mode 100644 index afd2bd28..00000000 --- a/.changeset/kind-elephants-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Added support for Alpine.js by @B-R-P diff --git a/.changeset/long-elephants-work.md b/.changeset/long-elephants-work.md deleted file mode 100644 index 54c1237b..00000000 --- a/.changeset/long-elephants-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch ---- - -Updated Dependencies diff --git a/.changeset/lovely-timers-beg.md b/.changeset/lovely-timers-beg.md deleted file mode 100644 index e2672515..00000000 --- a/.changeset/lovely-timers-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Updated changeset setup diff --git a/.changeset/mighty-kids-camp.md b/.changeset/mighty-kids-camp.md deleted file mode 100644 index 59c5c913..00000000 --- a/.changeset/mighty-kids-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Reserved 'key' attribute to prevent use of it diff --git a/.changeset/ninety-panthers-collect.md b/.changeset/ninety-panthers-collect.md deleted file mode 100644 index 795921ed..00000000 --- a/.changeset/ninety-panthers-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Added dialog tag definition diff --git a/.changeset/odd-panthers-occur.md b/.changeset/odd-panthers-occur.md deleted file mode 100644 index 49898b9a..00000000 --- a/.changeset/odd-panthers-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kitajs/ts-html-plugin": patch ---- - -Correctly handle self closing jsx elements diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 1c1afad5..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@kitajs/fastify-html-plugin": "3.1.2", - "@kitajs/html": "3.1.2", - "@kitajs/ts-html-plugin": "3.1.2", - "@kitajs/bench-html-kitajs": "1.0.0", - "@kitajs/bench-html-preact": "1.0.0", - "@kitajs/bench-html-react": "1.0.0", - "@kitajs/bench-html-reactjsx": "1.0.0", - "@kitajs/bench-html-runner": "1.0.0", - "@kitajs/bench-html-templates": "1.0.0", - "@kitajs/bench-html-typed-html": "1.0.0", - "@kitajs/bench-html-vhtml": "1.0.0" - }, - "changesets": [ - "calm-games-lay", - "calm-pants-call", - "four-weeks-drum", - "gold-islands-brake", - "hot-meals-beam", - "kind-elephants-learn", - "long-elephants-work", - "lovely-timers-beg", - "mighty-kids-camp", - "ninety-panthers-collect", - "odd-panthers-occur", - "soft-chairs-explain", - "stupid-owls-think" - ] -} diff --git a/.changeset/soft-chairs-explain.md b/.changeset/soft-chairs-explain.md deleted file mode 100644 index cc20f9b1..00000000 --- a/.changeset/soft-chairs-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@kitajs/ts-html-plugin': patch -'@kitajs/html': patch ---- - -Avoid hijacking fastify reply diff --git a/.changeset/stupid-owls-think.md b/.changeset/stupid-owls-think.md deleted file mode 100644 index 8d176498..00000000 --- a/.changeset/stupid-owls-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kitajs/html": patch ---- - -Added jsx-dev-runtime to re-enable Bun support in development mode. diff --git a/packages/fastify-html-plugin/CHANGELOG.md b/packages/fastify-html-plugin/CHANGELOG.md index f5bdbdc8..64938039 100644 --- a/packages/fastify-html-plugin/CHANGELOG.md +++ b/packages/fastify-html-plugin/CHANGELOG.md @@ -1,5 +1,40 @@ # @kitajs/fastify-html-plugin +## 4.0.0 + +### Major Changes + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX + runtime. + +### Patch Changes + +- [`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Simplified html stream + generation + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Updated Dependencies + +- Updated dependencies + [[`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37), + [`d458335`](https://github.com/kitajs/html/commit/d458335a2988a3f9a758afc9e6b29ed91d35eb69), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37), + [`f00a024`](https://github.com/kitajs/html/commit/f00a024b7c289ae5543442c3c6cd4d1d0373e386), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)]: + - @kitajs/html@4.0.0 + - @kitajs/ts-html-plugin@4.0.0 + ## 4.0.0-next.3 ### Patch Changes diff --git a/packages/fastify-html-plugin/package.json b/packages/fastify-html-plugin/package.json index ed81e443..07096095 100644 --- a/packages/fastify-html-plugin/package.json +++ b/packages/fastify-html-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kitajs/fastify-html-plugin", - "version": "4.0.0-next.3", + "version": "4.0.0", "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", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 74affd10..91e6f058 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -1,5 +1,65 @@ # @kitajs/html +## 4.0.0 + +### Major Changes + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX + runtime. + +### Patch Changes + +- [`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Simplified html stream + generation + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Added support for + react-jsx runtime + +- [`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added vhtml to benchmarks + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Fixed triple slash + directives for jsx-runtime + +- [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for + Alpine.js by @B-R-P + +- [`d458335`](https://github.com/kitajs/html/commit/d458335a2988a3f9a758afc9e6b29ed91d35eb69) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Updated changeset setup + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Reserved 'key' attribute + to prevent use of it + +- [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added dialog tag + definition + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Avoid hijacking fastify + reply + +- [#166](https://github.com/kitajs/html/pull/166) + [`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693) + Thanks [@aralroca](https://github.com/aralroca)! - Added jsx-dev-runtime to re-enable + Bun support in development mode. + +- Updated dependencies + [[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`f00a024`](https://github.com/kitajs/html/commit/f00a024b7c289ae5543442c3c6cd4d1d0373e386), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)]: + - @kitajs/ts-html-plugin@4.0.0 + ## 4.0.0-next.3 ### Patch Changes diff --git a/packages/html/package.json b/packages/html/package.json index 3d98bbae..de5c7f0a 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@kitajs/html", - "version": "4.0.0-next.3", + "version": "4.0.0", "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", diff --git a/packages/ts-html-plugin/CHANGELOG.md b/packages/ts-html-plugin/CHANGELOG.md index 28ec4a7a..eb561a82 100644 --- a/packages/ts-html-plugin/CHANGELOG.md +++ b/packages/ts-html-plugin/CHANGELOG.md @@ -1,5 +1,40 @@ # @kitajs/ts-html-plugin +## 4.0.0 + +### Major Changes + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX + runtime. + +### Patch Changes + +- [#158](https://github.com/kitajs/html/pull/158) + [`f00a024`](https://github.com/kitajs/html/commit/f00a024b7c289ae5543442c3c6cd4d1d0373e386) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Correctly handle self + closing jsx elements + +- [#129](https://github.com/kitajs/html/pull/129) + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Avoid hijacking fastify + reply + +- Updated dependencies + [[`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37), + [`d458335`](https://github.com/kitajs/html/commit/d458335a2988a3f9a758afc9e6b29ed91d35eb69), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37), + [`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca), + [`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)]: + - @kitajs/html@4.0.0 + ## 4.0.0-next.3 ### Patch Changes diff --git a/packages/ts-html-plugin/package.json b/packages/ts-html-plugin/package.json index 3fd8fc1b..971bde10 100644 --- a/packages/ts-html-plugin/package.json +++ b/packages/ts-html-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kitajs/ts-html-plugin", - "version": "4.0.0-next.3", + "version": "4.0.0", "homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme", "bugs": "https://github.com/kitajs/html/issues", "repository": {