Skip to content

Commit e3ef4ca

Browse files
Version Packages
1 parent 3defa9d commit e3ef4ca

File tree

6 files changed

+20
-26
lines changed

6 files changed

+20
-26
lines changed

.changeset/bright-ligers-jam.md

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

.changeset/fluffy-poets-happen.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
- [#283](https://github.com/preactjs/preact-render-to-string/pull/283) [`3defa9d`](https://github.com/preactjs/preact-render-to-string/commit/3defa9dab48cc7379c9135d92273fbb7f886cab0) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Follow up fixes to #278
12+
13+
* [#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
14+
15+
- [#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
16+
17+
- storing the void_elements in a Set
18+
- hoisting the `x-link` regex
19+
- remove case-insensitive from regexes and calling `.toLowerCase()` instead
20+
- caching suffixes for css-props
21+
322
## 5.2.6
423

524
### 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)