diff --git a/.changeset/happy-peas-type.md b/.changeset/happy-peas-type.md deleted file mode 100644 index fa929705..00000000 --- a/.changeset/happy-peas-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': minor ---- - -Insert comment markers for suspended trees, only in renderToStringAsync diff --git a/.changeset/long-ties-brake.md b/.changeset/long-ties-brake.md deleted file mode 100644 index 333694f3..00000000 --- a/.changeset/long-ties-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Fix async rendering of multiple suspended components in a single Suspense boundary diff --git a/.changeset/yellow-hounds-jog.md b/.changeset/yellow-hounds-jog.md deleted file mode 100644 index 2b3b40af..00000000 --- a/.changeset/yellow-hounds-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Only abort/report errors from `renderToPipeableStream()` if the stream hasn't already been closed diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b15ec1..0e755477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # preact-render-to-string +## 6.6.0 + +### Minor Changes + +- [#376](https://github.com/preactjs/preact-render-to-string/pull/376) [`81e7da3`](https://github.com/preactjs/preact-render-to-string/commit/81e7da321da925dbd8eba345ecbd46b1cf456b69) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Insert comment markers for suspended trees, only in renderToStringAsync + +### Patch Changes + +- [#413](https://github.com/preactjs/preact-render-to-string/pull/413) [`27f340b`](https://github.com/preactjs/preact-render-to-string/commit/27f340b6e7d77ec7775a49a78d105cad26fa0857) Thanks [@f0x52](https://github.com/f0x52)! - Fix async rendering of multiple suspended components in a single Suspense boundary + +* [#417](https://github.com/preactjs/preact-render-to-string/pull/417) [`441dea2`](https://github.com/preactjs/preact-render-to-string/commit/441dea2ad420607306610e6cb3f4697a495cc4a5) Thanks [@rschristian](https://github.com/rschristian)! - Only abort/report errors from `renderToPipeableStream()` if the stream hasn't already been closed + ## 6.5.13 ### Patch Changes diff --git a/package.json b/package.json index 9ea05263..6c3e9c21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.5.13", + "version": "6.6.0", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",