Skip to content

Releases: preactjs/preact-render-to-string

5.1.20

21 Feb 13:40
936f71d
Compare
Choose a tag to compare

Patch Changes

5.1.19

05 Apr 10:49
Compare
Choose a tag to compare

5.1.18

30 Mar 00:07
Compare
Choose a tag to compare
  • Prevent possible memory leak in 5.1.17.

5.1.17

28 Mar 09:38
Compare
Choose a tag to compare

This release contains a few minor performance improvements.

  • Skip effect checks during rendering (#193, thanks @JoviDeCroock)
  • Add encodeEntities fast path for inputs that don't need anything replaced (#194, thanks @jviide)
  • Add fast path for Fragments and improve encodeEntities performance on Intel CPUs (#192, thanks @developit)

Maintenance

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