Skip to content

Commit d7b397e

Browse files
Version Packages
1 parent a911cec commit d7b397e

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/dirty-oranges-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-peas-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-ties-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-dragons-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-buttons-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-hounds-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- [#425](https://github.com/preactjs/preact-render-to-string/pull/425) [`e750ba1`](https://github.com/preactjs/preact-render-to-string/commit/e750ba1fc2e5f37c0ee25d303f71d70e8d82e2f9) Thanks [@rschristian](https://github.com/rschristian)! - Expand semver range to support the upcoming v11 beta release
12+
13+
* [#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
14+
15+
- [#424](https://github.com/preactjs/preact-render-to-string/pull/424) [`e7d241c`](https://github.com/preactjs/preact-render-to-string/commit/e7d241ceae0fc1f3793ec9de941bcfb436acbc6c) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix support for signals, we need to detect and unwrap the signal
16+
17+
* [#423](https://github.com/preactjs/preact-render-to-string/pull/423) [`ec0b614`](https://github.com/preactjs/preact-render-to-string/commit/ec0b614a3692bf0cfe3fd20bc330b263dd457def) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add support for new component bits
18+
19+
- [#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
20+
321
## 6.5.13
422

523
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
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)