Releases: preactjs/preact-render-to-string
v6.6.0
Minor Changes
- #376
81e7da3
Thanks @JoviDeCroock! - Insert comment markers for suspended trees, only in renderToStringAsync
Patch Changes
-
#425
e750ba1
Thanks @rschristian! - Expand semver range to support the upcoming v11 beta release -
#413
27f340b
Thanks @f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary -
#424
e7d241c
Thanks @JoviDeCroock! - Fix support for signals, we need to detect and unwrap the signal -
#423
ec0b614
Thanks @JoviDeCroock! - Add support for new component bits -
#417
441dea2
Thanks @rschristian! - Only abort/report errors fromrenderToPipeableStream()
if the stream hasn't already been closed
v6.5.13
Patch Changes
-
#408
8e8e8ac
Thanks @f0x52! - Ensure that the_parent
is kept around across multiple suspensions and avoid circular references.
In doing so ouruseId
hook should always output unique ids during renderingToString. -
#409
2afaf31
Thanks @f0x52! - Ensure the renderToStream types of/stream
and/stream-node
accept a generic for the props of the passed in VNode -
#405
0a698f6
Thanks @f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream
v6.5.12
Patch Changes
-
#403
ed720ef
Thanks @JoviDeCroock! - Improve performance by pre-allocating arrays -
#397
6db4f95
Thanks @rschristian! - SwitchHTML_LOWER_CASE
regex to match all from line start for a marginal perf benefit.
v6.5.11
Patch Changes
- #393
62ade27
Thanks @rschristian! - Fixspellcheck={false}
not rendering asspellcheck="false"
v6.5.10
Patch Changes
- #391
d80e4dc
Thanks @marvinhagemeister! - Allow any value forclass
+className
as long as it's stringified to match browser behavior.
v6.5.9
Patch Changes
- #388
4621fa3
Thanks @marvinhagemeister! - FixspellCheck={false}
not rendering asspellcheck="false"
v6.5.8
Patch Changes
-
#386
220ad45
Thanks @JoviDeCroock! - Add async benchmarks and iterate on perf improvements -
#383
883e02b
Thanks @JoviDeCroock! - General performance optimisations -
#385
45b8e8b
Thanks @JoviDeCroock! - Improve perf a bit by hoisting the typeof check to reduce calling typeof
v6.5.7
Patch Changes
- #381
481b4f3
Thanks @rschristian! - SupportdangerouslySetInnerHTML={undefined}
withrenderToStringAsync
v6.5.6
v6.5.5
Patch Changes
- #372
bebe4bf
Thanks @jacob-ebey! - fix: stop client runtime from being corrupted
fix: insert ooo chunks in the proper order