Skip to content

Releases: preactjs/preact-render-to-string

5.1.16

11 Mar 19:04
Compare
Choose a tag to compare

Whilst the memoization in #184 does improve runtime scores it has no limit on how much it caches. This could lead to a memory leak for content heavy sites. Let this be a lesson for myself to always put limits on all the things!

Bug Fixes

5.1.15

10 Mar 10:22
Compare
Choose a tag to compare

Maintenance

5.1.4

08 Mar 08:25
Compare
Choose a tag to compare

5.1.13

07 Mar 14:12
Compare
Choose a tag to compare

Maintenance

5.1.12

14 Nov 20:12
Compare
Choose a tag to compare
  • Fix options.diffed and options._commit never being called (#175, thanks @marvinhagemeister)
  • Prevent to self-close if dangerouslySetInnerHTML is set (#174, thanks @clomie)
  • Prefer ESM over CJS in package exports (#173, thanks @developit)

5.1.11

21 Oct 20:26
Compare
Choose a tag to compare

Bug Fixes

Maintenance

5.1.10

14 Jul 11:45
fdb033e
Compare
Choose a tag to compare

5.1.9

29 May 20:13
864fc91
Compare
Choose a tag to compare
  • Remove the babel debug jsx properties to the stringified html (#152, thanks @JoviDeCroock )
  • Fix accidental camelCasing of CSS Variables (#153, thanks @developit)

5.1.8

08 May 10:18
18332cb
Compare
Choose a tag to compare
  • convert htmlFor to for (#147, thanks @lakshyaranganath)

5.1.7

04 May 20:23
f0e18b0
Compare
Choose a tag to compare