Skip to content

Commit 91b888e

Browse files
Version Packages
1 parent 005230b commit 91b888e

6 files changed

Lines changed: 13 additions & 18 deletions

File tree

.changeset/clever-peaches-brush.md

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

.changeset/gentle-eyes-trade.md

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

.changeset/tidy-ravens-render.md

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

CHANGELOG.md

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

3+
## 6.7.1
4+
5+
### Patch Changes
6+
7+
- [#464](https://github.com/preactjs/preact-render-to-string/pull/464) [`455daf5`](https://github.com/preactjs/preact-render-to-string/commit/455daf5093ebfe9ee577ec738ee5c3a5edc05b29) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Call `options._root` before the render-to-string invocation
8+
9+
* [#444](https://github.com/preactjs/preact-render-to-string/pull/444) [`e5ff19f`](https://github.com/preactjs/preact-render-to-string/commit/e5ff19f53d5941c69e7c6c7d507be77131181928) Thanks [@dsherret](https://github.com/dsherret)! - fix: use cjs types instead of esm for jsx export to fix default export from esm
10+
11+
- [#471](https://github.com/preactjs/preact-render-to-string/pull/471) [`0ce2b84`](https://github.com/preactjs/preact-render-to-string/commit/0ce2b84fa709d0ea958b19b807bbb40bff8b1045) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Keep Preact option hooks isolated for the lifetime of asynchronous renders.
12+
313
## 6.7.0
414

515
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.0",
4+
"version": "6.7.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)