Skip to content

Commit b2050f4

Browse files
Version Packages (#410)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0a698f6 commit b2050f4

File tree

5 files changed

+12
-17
lines changed

5 files changed

+12
-17
lines changed

.changeset/friendly-numbers-hang.md

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

.changeset/little-rocks-doubt.md

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

.changeset/mighty-keys-admire.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# preact-render-to-string
22

3+
## 6.5.13
4+
5+
### Patch Changes
6+
7+
- [#408](https://github.com/preactjs/preact-render-to-string/pull/408) [`8e8e8ac`](https://github.com/preactjs/preact-render-to-string/commit/8e8e8acc588436938ad036cea7982ba5c4728e8a) Thanks [@f0x52](https://github.com/f0x52)! - Ensure that the `_parent` is kept around across multiple suspensions and avoid circular references.
8+
In doing so our `useId` hook should always output unique ids during renderingToString.
9+
10+
* [#409](https://github.com/preactjs/preact-render-to-string/pull/409) [`2afaf31`](https://github.com/preactjs/preact-render-to-string/commit/2afaf31c0093549c6a6519be0e3c026648a9338a) Thanks [@f0x52](https://github.com/f0x52)! - Ensure the renderToStream types of `/stream` and `/stream-node` accept a generic for the props of the passed in VNode
11+
12+
- [#405](https://github.com/preactjs/preact-render-to-string/pull/405) [`0a698f6`](https://github.com/preactjs/preact-render-to-string/commit/0a698f68daf2aee2fa6ea07481dc1980ec5d1de3) Thanks [@f0x52](https://github.com/f0x52)! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream
13+
314
## 6.5.12
415

516
### 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.12",
4+
"version": "6.5.13",
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)