Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #355

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-moons-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-rockets-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-eyes-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-kings-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-candles-walk.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# preact-render-to-string

## 6.5.0

### Minor Changes

- [#354](https://github.com/preactjs/preact-render-to-string/pull/354) [`a004914`](https://github.com/preactjs/preact-render-to-string/commit/a0049143e73b3710eeb4c4250c4e03b2a1ff6643) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Introduce a streaming renderer which can be imported from `preact-render-to-string/stream` and `preact-render-to-string/stream-node`

### Patch Changes

- [#354](https://github.com/preactjs/preact-render-to-string/pull/354) [`a004914`](https://github.com/preactjs/preact-render-to-string/commit/a0049143e73b3710eeb4c4250c4e03b2a1ff6643) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Ensure `popoverTarget` and `popoverTargetAction` are serialized to lower case

* [#354](https://github.com/preactjs/preact-render-to-string/pull/354) [`a004914`](https://github.com/preactjs/preact-render-to-string/commit/a0049143e73b3710eeb4c4250c4e03b2a1ff6643) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix for shallow rendering incorrectly transforming Fragments into other nodes

- [#354](https://github.com/preactjs/preact-render-to-string/pull/354) [`a004914`](https://github.com/preactjs/preact-render-to-string/commit/a0049143e73b3710eeb4c4250c4e03b2a1ff6643) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Ensure `cellPadding`, `cellSpacing`, and `useMap` are serialized to lower case

* [#354](https://github.com/preactjs/preact-render-to-string/pull/354) [`a004914`](https://github.com/preactjs/preact-render-to-string/commit/a0049143e73b3710eeb4c4250c4e03b2a1ff6643) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - streaming rendering with Suspense boundaries as flush trigger

## 6.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-render-to-string",
"amdName": "preactRenderToString",
"version": "6.4.2",
"version": "6.5.0",
"description": "Render JSX to an HTML string, with support for Preact components.",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down