Skip to content

Commit 879bdfb

Browse files
Version Packages
1 parent 441dea2 commit 879bdfb

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/happy-peas-type.md

-5
This file was deleted.

.changeset/long-ties-brake.md

-5
This file was deleted.

.changeset/yellow-hounds-jog.md

-5
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# preact-render-to-string
22

3+
## 6.6.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
* [#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
14+
315
## 6.5.13
416

517
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-render-to-string",
33
"amdName": "preactRenderToString",
4-
"version": "6.5.13",
4+
"version": "6.6.0",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.umd.js",

0 commit comments

Comments
 (0)