Skip to content

Commit

Permalink
Version Packages (#351)
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] authored May 22, 2024
1 parent 8d4dbd6 commit 64d923f
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.3.0

### Minor Changes

- [#296](https://github.com/preactjs/preact-render-to-string/pull/296) [`0faec39`](https://github.com/preactjs/preact-render-to-string/commit/0faec39b8193688edde058b574aa386b4374ec42) 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

- [#353](https://github.com/preactjs/preact-render-to-string/pull/353) [`05ef584`](https://github.com/preactjs/preact-render-to-string/commit/05ef58451e42fe313bf58b22421d15615ba95b25) Thanks [@rschristian](https://github.com/rschristian)! - Ensure `popoverTarget` and `popoverTargetAction` are serialized to lower case

* [#331](https://github.com/preactjs/preact-render-to-string/pull/331) [`714c90e`](https://github.com/preactjs/preact-render-to-string/commit/714c90e0f104f92645904a5bca9af5c406a60d75) Thanks [@immitsu](https://github.com/immitsu)! - Fix for shallow rendering incorrectly transforming Fragments into other nodes

- [#352](https://github.com/preactjs/preact-render-to-string/pull/352) [`62c16b7`](https://github.com/preactjs/preact-render-to-string/commit/62c16b760dafec55bd87c36c39c56e6495fea966) Thanks [@rschristian](https://github.com/rschristian)! - Ensure `cellPadding`, `cellSpacing`, and `useMap` are serialized to lower case

* [#296](https://github.com/preactjs/preact-render-to-string/pull/296) [`0faec39`](https://github.com/preactjs/preact-render-to-string/commit/0faec39b8193688edde058b574aa386b4374ec42) 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.2.1",
"version": "6.3.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 64d923f

Please sign in to comment.