Skip to content

Commit df713c5

Browse files
Merge pull request #454 from preactjs/changeset-release/main
Version Packages
2 parents 832163e + 39da545 commit df713c5

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/witty-goats-repair.md

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

CHANGELOG.md

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

3+
## 6.6.7
4+
5+
### Patch Changes
6+
7+
- [#457](https://github.com/preactjs/preact-render-to-string/pull/457) [`ce6ef71`](https://github.com/preactjs/preact-render-to-string/commit/ce6ef7153113af70c32ee952d0fbce01e0115de4) Thanks [@lemonmade](https://github.com/lemonmade)! - fix: renderToStringAsync produces commas for suspended components with complex children
8+
39
## 6.6.6
410

511
### Patch Changes
@@ -240,7 +246,7 @@
240246
This feature is disabled by default and can be enabled by toggling the `errorBoundaries` option:
241247

242248
```js
243-
import { options } from 'preact';
249+
import { options } from "preact";
244250

245251
// Enable error boundaries
246252
options.errorBoundaries = true;

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