Skip to content

Commit e4c9626

Browse files
Version Packages
1 parent 449c455 commit e4c9626

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/neat-books-remain.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.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+
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.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)