Releases: preactjs/preact-render-to-string
v6.5.3
Patch Changes
-
#362
3044ac2
Thanks @rschristian! - Correct stream exports -
#367
8c7e08f
Thanks @rschristian! - Add types for/stream
and/stream-node
exports
v6.5.2
Patch Changes
- #360
689e88d
Thanks @JoviDeCroock! - Correctly rendernull
as an__html
value as an empty string
v6.5.1
Patch Changes
- #356
4430ecf
Thanks @JoviDeCroock! - Add back publish with provenance
v6.5.0
Minor Changes
- #354
a004914
Thanks @JoviDeCroock! - Introduce a streaming renderer which can be imported frompreact-render-to-string/stream
andpreact-render-to-string/stream-node
Patch Changes
-
#354
a004914
Thanks @JoviDeCroock! - EnsurepopoverTarget
andpopoverTargetAction
are serialized to lower case -
#354
a004914
Thanks @immitsu! - Fix for shallow rendering incorrectly transforming Fragments into other nodes -
#354
a004914
Thanks @JoviDeCroock! - EnsurecellPadding
,cellSpacing
, anduseMap
are serialized to lower case -
#354
a004914
Thanks @JoviDeCroock! - streaming rendering with Suspense boundaries as flush trigger
v6.4.2
Patch Changes
-
#347
7bc77a3
Thanks @marvinhagemeister! - Fix JSX template being detected as a top level Fragment when Deno's jsxprecompile
option is used -
#348
303b8c0
Thanks @marvinhagemeister! - Perf: Remove unnecessary closure when rendering child nodes
v6.4.1
Patch Changes
-
#344
27a8b0e
Thanks @JoviDeCroock! - Ensure commonjs also has the async export -
#336
c46fb59
Thanks @marvinhagemeister! - Fix error thrown after suspending not being rethrown. -
#339
4462822
Thanks @marvinhagemeister! - Fix invalid parent pointer empty value when rendering a suspended vnode
6.4.0
6.4.0
Minor Changes
- #333
6acc97a
Thanks @JoviDeCroock and @dios-david! - Allow prepass like behavior where a Promise
will be awaited and then continued, this is done with the newrenderToStringAsync
export
Patch Changes
6.3.1
What's Changed
- fix: mapped precompile children by @marvinhagemeister in #324
Full Changelog: v6.3.0...v6.3.1
6.3.0
Features
- feat: add support for precompiled JSX by @marvinhagemeister in #322
Maintenance
- chore: update test dependencies by @marvinhagemeister in #321
Full Changelog: 6.2.2...v6.3.0
6.2.2
Patch Changes
- #315
f1d81be
Thanks @JoviDeCroock! - avoid adding double colon for namespaced attributes