Skip to content

Commit 1f23e7a

Browse files
Version Packages
1 parent 180565b commit 1f23e7a

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.changeset/neat-books-remain.md

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

.changeset/witty-goats-repair.md

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

CHANGELOG.md

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

3+
## 6.7.0
4+
5+
### Minor Changes
6+
7+
- [#453](https://github.com/preactjs/preact-render-to-string/pull/453) [`70356f1`](https://github.com/preactjs/preact-render-to-string/commit/70356f113cfdc843aa6e0e0c5de6e504ba843bb5) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add support for `dangerouslySetInnerHTML` on Fragments. This allows you to insert unsafe raw HTML content without a wrapping container element.
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 6.6.6
414

515
### Patch Changes
@@ -240,7 +250,7 @@
240250
This feature is disabled by default and can be enabled by toggling the `errorBoundaries` option:
241251

242252
```js
243-
import { options } from 'preact';
253+
import { options } from "preact";
244254

245255
// Enable error boundaries
246256
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.7.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)