diff --git a/.changeset/clever-pens-smell.md b/.changeset/clever-pens-smell.md deleted file mode 100644 index 37338f504..000000000 --- a/.changeset/clever-pens-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -add `inputmode` attribute to Typescript typings diff --git a/.changeset/five-wasps-hunt.md b/.changeset/five-wasps-hunt.md deleted file mode 100644 index ff71cfcac..000000000 --- a/.changeset/five-wasps-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': minor ---- - -Add missing on\* events on select jsx element type definition diff --git a/.changeset/large-cheetahs-matter.md b/.changeset/large-cheetahs-matter.md deleted file mode 100644 index 1e003a5b0..000000000 --- a/.changeset/large-cheetahs-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Fixed bug where fallback resolved after children in Suspense components diff --git a/.changeset/makes_tsx_happy.md b/.changeset/makes_tsx_happy.md deleted file mode 100644 index c301daa6a..000000000 --- a/.changeset/makes_tsx_happy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Makes [tsx](https://www.npmjs.com/package/tsx) and the underling -[esbuild](https://esbuild.github.io/) ecosystem happy by exporting the `Fragment`, `jsx` -and `jsxs` from `@kitajs/html/jsx-runtime` diff --git a/.changeset/neat-walls-listen.md b/.changeset/neat-walls-listen.md deleted file mode 100644 index 5d369c938..000000000 --- a/.changeset/neat-walls-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Deprecated type extensions import diff --git a/.changeset/polite-rivers-run.md b/.changeset/polite-rivers-run.md deleted file mode 100644 index 0016948fa..000000000 --- a/.changeset/polite-rivers-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Removed Html.compile support diff --git a/.changeset/slimy-ducks-run.md b/.changeset/slimy-ducks-run.md deleted file mode 100644 index ea4fab929..000000000 --- a/.changeset/slimy-ducks-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': minor ---- - -Added `role` attribute types diff --git a/.changeset/smart-garlics-shop.md b/.changeset/smart-garlics-shop.md deleted file mode 100644 index 32885e007..000000000 --- a/.changeset/smart-garlics-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/ts-html-plugin': patch ---- - -Improved xss-scan cli errors diff --git a/.changeset/tame-dancers-change.md b/.changeset/tame-dancers-change.md deleted file mode 100644 index e524615b8..000000000 --- a/.changeset/tame-dancers-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch -'@kitajs/html': patch ---- - -Fixed resolveHtmlStream error handling diff --git a/.changeset/ten-pandas-impress.md b/.changeset/ten-pandas-impress.md deleted file mode 100644 index 96acb6c98..000000000 --- a/.changeset/ten-pandas-impress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch -'@kitajs/html': patch ---- - -Added ESM support diff --git a/.changeset/three-plants-raise.md b/.changeset/three-plants-raise.md deleted file mode 100644 index 11c2b805e..000000000 --- a/.changeset/three-plants-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Add `popover` attribute typings diff --git a/.changeset/tough-coats-drum.md b/.changeset/tough-coats-drum.md deleted file mode 100644 index a558aa901..000000000 --- a/.changeset/tough-coats-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Custom ErrorBoundary error support diff --git a/.changeset/tough-waves-float.md b/.changeset/tough-waves-float.md deleted file mode 100644 index 881fd753c..000000000 --- a/.changeset/tough-waves-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch ---- - -Correct content-length value diff --git a/.changeset/witty-pans-fix.md b/.changeset/witty-pans-fix.md deleted file mode 100644 index e0a501f37..000000000 --- a/.changeset/witty-pans-fix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch -'@kitajs/ts-html-plugin': patch -'@kitajs/html': patch ---- - -Updated dependencies diff --git a/packages/fastify-html-plugin/CHANGELOG.md b/packages/fastify-html-plugin/CHANGELOG.md index 1214dc0ff..5e1548e2f 100644 --- a/packages/fastify-html-plugin/CHANGELOG.md +++ b/packages/fastify-html-plugin/CHANGELOG.md @@ -1,5 +1,40 @@ # @kitajs/fastify-html-plugin +## 4.1.1 + +### Patch Changes + +- [`1b1aaf0`](https://github.com/kitajs/html/commit/1b1aaf0bbdefa6b2592e479c648251eb6e317330) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed resolveHtmlStream + error handling + +- [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added ESM support + +- [`715205a`](https://github.com/kitajs/html/commit/715205ac20fc12537fd90d0a55cf406084236e11) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Correct content-length + value + +- [`88ea4f4`](https://github.com/kitajs/html/commit/88ea4f4e405a96b95103fe000a2d157cbad5b806) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Updated dependencies + +- Updated dependencies + [[`aa57511`](https://github.com/kitajs/html/commit/aa57511644f2a082739da65591964e34482df2b0), + [`af06ac8`](https://github.com/kitajs/html/commit/af06ac88a066c61cf66c0a0667a942a7bf2c5dd9), + [`b587b1a`](https://github.com/kitajs/html/commit/b587b1afc4cdc2d6b1d9580ca3a289e1e49edb3d), + [`d0f51bc`](https://github.com/kitajs/html/commit/d0f51bcf1ecc6bd57b16247a18415f220fb3082b), + [`d529ec0`](https://github.com/kitajs/html/commit/d529ec009041bbf9c88f86eedbe2c9c39973f8ee), + [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1), + [`b42e517`](https://github.com/kitajs/html/commit/b42e517fdd33f87668bfb8dd84e9d5221273b8f5), + [`391f315`](https://github.com/kitajs/html/commit/391f3157bb7b7e624c4c2bf061dc464046937fec), + [`1b1aaf0`](https://github.com/kitajs/html/commit/1b1aaf0bbdefa6b2592e479c648251eb6e317330), + [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1), + [`e575ef8`](https://github.com/kitajs/html/commit/e575ef8a23b73ff05599d791fb0355f6c8c75386), + [`19fe101`](https://github.com/kitajs/html/commit/19fe1019068d2d7b1af52b654e270851ffd38622), + [`88ea4f4`](https://github.com/kitajs/html/commit/88ea4f4e405a96b95103fe000a2d157cbad5b806)]: + - @kitajs/html@4.2.0 + - @kitajs/ts-html-plugin@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/fastify-html-plugin/package.json b/packages/fastify-html-plugin/package.json index 1eef78c11..d796edc7f 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.1.0", + "version": "4.1.1", "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", @@ -35,8 +35,8 @@ "tslib": "^2.6.3" }, "peerDependencies": { - "@kitajs/html": "workspace:^4.1.0", - "@kitajs/ts-html-plugin": "workspace:^4.0.1" + "@kitajs/html": "workspace:^4.2.0", + "@kitajs/ts-html-plugin": "workspace:^4.0.2" }, "peerDependenciesMeta": { "@kitajs/ts-html-plugin": { diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 59bfa2695..df4579346 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -1,5 +1,63 @@ # @kitajs/html +## 4.2.0 + +### Minor Changes + +- [#191](https://github.com/kitajs/html/pull/191) + [`af06ac8`](https://github.com/kitajs/html/commit/af06ac88a066c61cf66c0a0667a942a7bf2c5dd9) + Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Add missing on\* events + on select jsx element type definition + +- [#237](https://github.com/kitajs/html/pull/237) + [`b42e517`](https://github.com/kitajs/html/commit/b42e517fdd33f87668bfb8dd84e9d5221273b8f5) + Thanks [@AugustinSorel](https://github.com/AugustinSorel)! - Added `role` attribute + types + +### Patch Changes + +- [#202](https://github.com/kitajs/html/pull/202) + [`aa57511`](https://github.com/kitajs/html/commit/aa57511644f2a082739da65591964e34482df2b0) + Thanks [@Jeaciaz](https://github.com/Jeaciaz)! - add `inputmode` attribute to Typescript + typings + +- [`b587b1a`](https://github.com/kitajs/html/commit/b587b1afc4cdc2d6b1d9580ca3a289e1e49edb3d) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed bug where fallback + resolved after children in Suspense components + +- [#200](https://github.com/kitajs/html/pull/200) + [`d0f51bc`](https://github.com/kitajs/html/commit/d0f51bcf1ecc6bd57b16247a18415f220fb3082b) + Thanks [@douglasduteil](https://github.com/douglasduteil)! - Makes + [tsx](https://www.npmjs.com/package/tsx) and the underling + [esbuild](https://esbuild.github.io/) ecosystem happy by exporting the `Fragment`, `jsx` + and `jsxs` from `@kitajs/html/jsx-runtime` + +- [`d529ec0`](https://github.com/kitajs/html/commit/d529ec009041bbf9c88f86eedbe2c9c39973f8ee) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Deprecated type + extensions import + +- [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Removed Html.compile + support + +- [`1b1aaf0`](https://github.com/kitajs/html/commit/1b1aaf0bbdefa6b2592e479c648251eb6e317330) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed resolveHtmlStream + error handling + +- [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added ESM support + +- [#229](https://github.com/kitajs/html/pull/229) + [`e575ef8`](https://github.com/kitajs/html/commit/e575ef8a23b73ff05599d791fb0355f6c8c75386) + Thanks [@garrappachc](https://github.com/garrappachc)! - Add `popover` attribute typings + +- [`19fe101`](https://github.com/kitajs/html/commit/19fe1019068d2d7b1af52b654e270851ffd38622) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Custom ErrorBoundary + error support + +- [`88ea4f4`](https://github.com/kitajs/html/commit/88ea4f4e405a96b95103fe000a2d157cbad5b806) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Updated dependencies + ## 4.1.0 ### Minor Changes diff --git a/packages/html/package.json b/packages/html/package.json index 90e8d42b7..6db5d212f 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@kitajs/html", - "version": "4.1.0", + "version": "4.2.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 2001e0113..f88b9006e 100644 --- a/packages/ts-html-plugin/CHANGELOG.md +++ b/packages/ts-html-plugin/CHANGELOG.md @@ -1,5 +1,31 @@ # @kitajs/ts-html-plugin +## 4.0.2 + +### Patch Changes + +- [`391f315`](https://github.com/kitajs/html/commit/391f3157bb7b7e624c4c2bf061dc464046937fec) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Improved xss-scan cli + errors + +- [`88ea4f4`](https://github.com/kitajs/html/commit/88ea4f4e405a96b95103fe000a2d157cbad5b806) + Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Updated dependencies + +- Updated dependencies + [[`aa57511`](https://github.com/kitajs/html/commit/aa57511644f2a082739da65591964e34482df2b0), + [`af06ac8`](https://github.com/kitajs/html/commit/af06ac88a066c61cf66c0a0667a942a7bf2c5dd9), + [`b587b1a`](https://github.com/kitajs/html/commit/b587b1afc4cdc2d6b1d9580ca3a289e1e49edb3d), + [`d0f51bc`](https://github.com/kitajs/html/commit/d0f51bcf1ecc6bd57b16247a18415f220fb3082b), + [`d529ec0`](https://github.com/kitajs/html/commit/d529ec009041bbf9c88f86eedbe2c9c39973f8ee), + [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1), + [`b42e517`](https://github.com/kitajs/html/commit/b42e517fdd33f87668bfb8dd84e9d5221273b8f5), + [`1b1aaf0`](https://github.com/kitajs/html/commit/1b1aaf0bbdefa6b2592e479c648251eb6e317330), + [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1), + [`e575ef8`](https://github.com/kitajs/html/commit/e575ef8a23b73ff05599d791fb0355f6c8c75386), + [`19fe101`](https://github.com/kitajs/html/commit/19fe1019068d2d7b1af52b654e270851ffd38622), + [`88ea4f4`](https://github.com/kitajs/html/commit/88ea4f4e405a96b95103fe000a2d157cbad5b806)]: + - @kitajs/html@4.2.0 + ## 4.0.1 ### Patch Changes diff --git a/packages/ts-html-plugin/package.json b/packages/ts-html-plugin/package.json index e8e7ffd4d..8c888c3d2 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.1", + "version": "4.0.2", "homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme", "bugs": "https://github.com/kitajs/html/issues", "repository": { @@ -40,7 +40,7 @@ "self": "file:." }, "peerDependencies": { - "@kitajs/html": "workspace:^4.1.0", + "@kitajs/html": "workspace:^4.2.0", "typescript": "^5.3.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a907d8fb7..baac80cd5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -203,10 +203,10 @@ importers: packages/fastify-html-plugin: dependencies: '@kitajs/html': - specifier: workspace:^4.1.0 + specifier: workspace:^4.2.0 version: link:../html '@kitajs/ts-html-plugin': - specifier: workspace:^4.0.1 + specifier: workspace:^4.0.2 version: link:../ts-html-plugin fastify-plugin: specifier: ^4.0.0 @@ -274,7 +274,7 @@ importers: packages/ts-html-plugin: dependencies: '@kitajs/html': - specifier: workspace:^4.1.0 + specifier: workspace:^4.2.0 version: link:../html chalk: specifier: ^4.1.2 @@ -446,7 +446,7 @@ packages: resolution: {directory: packages/ts-html-plugin, type: directory} hasBin: true peerDependencies: - '@kitajs/html': workspace:^4.1.0 + '@kitajs/html': workspace:^4.2.0 typescript: ^5.3.3 '@manypkg/find-root@1.1.0':