Skip to content

Releases: preactjs/preact-render-to-string

v6.4.2

10 Apr 07:17
f510fa5
Compare
Choose a tag to compare

Patch Changes

v6.4.1

20 Mar 07:00
Compare
Choose a tag to compare

Patch Changes

6.4.0

21 Feb 07:56
797c82f
Compare
Choose a tag to compare

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 new renderToStringAsync export

Patch Changes

6.3.1

13 Nov 14:55
f4aff9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.3.1

6.3.0

13 Nov 14:55
fd43550
Compare
Choose a tag to compare

Features

Maintenance

Full Changelog: 6.2.2...v6.3.0

6.2.2

03 Oct 06:51
Compare
Choose a tag to compare

Patch Changes

6.2.1

09 Aug 18:32
bd818dc
Compare
Choose a tag to compare

Patch Changes

6.2.0

10 Jul 09:14
e02629e
Compare
Choose a tag to compare

Minor Changes

  • #305 568f139 Thanks @marvinhagemeister! - Add support for error boundaries via componentDidCatch and getDerivedStateFromError

    This feature is disabled by default and can be enabled by toggling the errorBoundaries option:

    import { options } from 'preact';
    
    // Enable error boundaries
    options.errorBoundaries = true;

6.1.0

09 Jun 07:46
cbe881a
Compare
Choose a tag to compare

Minor Changes

  • #301 659b456 Thanks @marvinhagemeister! - Add experimental ability to render HTML comments via <Fragment UNSTABLE_comment="my-comment" />. When the UNSTABLE_comment prop is present all children of that Fragment will be ignored and a HTML comment will be rendered instead. This feature is added to allow framework authors to experiment with marking DOM for hydration in the client. Note that it's marked as unstable and might change in the future.

6.0.3

01 May 17:18
bf95755
Compare
Choose a tag to compare

Patch Changes