Skip to content

Commit ad3572b

Browse files
Version Packages
1 parent ebd308f commit ad3572b

File tree

5 files changed

+18
-21
lines changed

5 files changed

+18
-21
lines changed

.changeset/bright-ligers-jam.md

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

.changeset/soft-badgers-clap.md

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

.changeset/thick-islands-share.md

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

CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#241](https://github.com/preactjs/preact-render-to-string/pull/241) [`e8cbf66`](https://github.com/preactjs/preact-render-to-string/commit/e8cbf66b2620842671b5c95817454ff2ddb0e450) Thanks [@developit](https://github.com/developit)! - Improve performance by another 5-10% using `switch` and short-circuiting, and move pretty-printing from into `preact-render-to-string/jsx`.
8+
9+
### Patch Changes
10+
11+
- [#270](https://github.com/preactjs/preact-render-to-string/pull/270) [`5c6877d`](https://github.com/preactjs/preact-render-to-string/commit/5c6877d13d60b4cdd87632ac3052b006207568ff) Thanks [@developit](https://github.com/developit)! - improve unmount option hook call performance
12+
13+
* [#278](https://github.com/preactjs/preact-render-to-string/pull/278) [`8cf7cef`](https://github.com/preactjs/preact-render-to-string/commit/8cf7cef0e96b3e48ffea5fcf4f76db6410de8346) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Improve performance by
14+
15+
- storing the void_elements in a Set
16+
- hoisting the `x-link` regex
17+
- remove case-insensitive from regexes and calling `.toLowerCase()` instead
18+
- caching suffixes for css-props
19+
320
## 5.2.6
421

522
### 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": "5.2.6",
4+
"version": "6.0.0",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.js",

0 commit comments

Comments
 (0)