Skip to content

Commit 96413c6

Browse files
Version Packages
1 parent 8d4dbd6 commit 96413c6

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/blue-moons-behave.md

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

.changeset/fast-rockets-admire.md

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

.changeset/gorgeous-eyes-cheer.md

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

.changeset/grumpy-kings-flow.md

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

.changeset/twelve-candles-walk.md

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

CHANGELOG.md

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

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#296](https://github.com/preactjs/preact-render-to-string/pull/296) [`0faec39`](https://github.com/preactjs/preact-render-to-string/commit/0faec39b8193688edde058b574aa386b4374ec42) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Introduce a streaming renderer which can be imported from `preact-render-to-string/stream` and `preact-render-to-string/stream-node`
8+
9+
### Patch Changes
10+
11+
- [#353](https://github.com/preactjs/preact-render-to-string/pull/353) [`05ef584`](https://github.com/preactjs/preact-render-to-string/commit/05ef58451e42fe313bf58b22421d15615ba95b25) Thanks [@rschristian](https://github.com/rschristian)! - Ensure `popoverTarget` and `popoverTargetAction` are serialized to lower case
12+
13+
* [#331](https://github.com/preactjs/preact-render-to-string/pull/331) [`714c90e`](https://github.com/preactjs/preact-render-to-string/commit/714c90e0f104f92645904a5bca9af5c406a60d75) Thanks [@immitsu](https://github.com/immitsu)! - Fix for shallow rendering incorrectly transforming Fragments into other nodes
14+
15+
- [#352](https://github.com/preactjs/preact-render-to-string/pull/352) [`62c16b7`](https://github.com/preactjs/preact-render-to-string/commit/62c16b760dafec55bd87c36c39c56e6495fea966) Thanks [@rschristian](https://github.com/rschristian)! - Ensure `cellPadding`, `cellSpacing`, and `useMap` are serialized to lower case
16+
17+
* [#296](https://github.com/preactjs/preact-render-to-string/pull/296) [`0faec39`](https://github.com/preactjs/preact-render-to-string/commit/0faec39b8193688edde058b574aa386b4374ec42) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - streaming rendering with Suspense boundaries as flush trigger
18+
319
## 6.4.2
420

521
### 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.2.1",
4+
"version": "6.3.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)