Skip to content

Commit aada3f2

Browse files
committed
Revert "Version Packages (#351)"
This reverts commit 64d923f.
1 parent 64d923f commit aada3f2

File tree

7 files changed

+26
-17
lines changed

7 files changed

+26
-17
lines changed

.changeset/blue-moons-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': patch
3+
---
4+
5+
Ensure `popoverTarget` and `popoverTargetAction` are serialized to lower case

.changeset/fast-rockets-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': patch
3+
---
4+
5+
Fix for shallow rendering incorrectly transforming Fragments into other nodes

.changeset/gorgeous-eyes-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': patch
3+
---
4+
5+
Ensure `cellPadding`, `cellSpacing`, and `useMap` are serialized to lower case

.changeset/grumpy-kings-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': minor
3+
---
4+
5+
Introduce a streaming renderer which can be imported from `preact-render-to-string/stream` and `preact-render-to-string/stream-node`

.changeset/twelve-candles-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"preact-render-to-string": patch
3+
---
4+
5+
streaming rendering with Suspense boundaries as flush trigger

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
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-
193
## 6.4.2
204

215
### 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.3.0",
4+
"version": "6.2.1",
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)