Skip to content

Commit

Permalink
Version Packages (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 22, 2024
1 parent a004914 commit 4639737
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
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

0 comments on commit 4639737

Please sign in to comment.