Skip to content

Releases: preactjs/preact-render-to-string

5.0.7

13 Oct 19:40
4234f34

Choose a tag to compare

5.0.6

15 Jul 13:33

Choose a tag to compare

  • Fix each text node printed on a separate line. Adjacent text nodes are now combined together as a single text block. Note that you may need to update your snapshot tests if you're using preact-render-to-string with jest.

5.0.5

11 Jul 21:03
b39103a

Choose a tag to compare

5.0.4

22 Jun 05:44
0b239cf

Choose a tag to compare

5.0.3

07 May 17:06
a102ba8

Choose a tag to compare

5.0.2

25 Mar 17:39

Choose a tag to compare

5.0.1

14 Mar 19:33

Choose a tag to compare

5.0.0

07 Mar 15:52

Choose a tag to compare

Support for Preact 10+.

This release contains only the backwards-incompatible changes necessary to move to Preact's new VNode format.

4.1.0

17 Aug 02:37

Choose a tag to compare

  • 🎉 Adds support for getDerivedStateFromProps() (#63, thanks @johnhaitas!)

Update: 4.1.0 is now the official latest release (no longer a prerelease)!

4.0.1

17 Aug 02:33

Choose a tag to compare

4.0.1 Pre-release
Pre-release
  • Fix transpiled code for preact-render-to-string/jsx containing arrow functions in 4.0.0.