preact-render-to-string
Advanced tools
Changelog
5.2.3
2d5ca74
Thanks @JoviDeCroock! - Performance enhancements7cdf4d6
Thanks @developit! - Fix the order of invocation for the "before diff" (__b
) and "diffed" options hooks.Changelog
5.2.2
2f6d6e8
Thanks @marvinhagemeister! - Remove duplicate type path in package.json
. Only one of types
or typings
is needed.e4fe799
Thanks @developit! - Improve string encoding performance by ~50%d83def7
Thanks @JoviDeCroock! - Split up hot paths and make separate path for opts.prettyChangelog
5.2.1
645f3cb
Thanks @rschristian! - Ensures defaultChecked
is serialized as checked
attribute31ac323
Thanks @JoviDeCroock! - Optimize perf by using smarter string builderChangelog
5.2.0
250c15f
Thanks @developit! - Implement hook state settling. Setting hook state during the execution of a function component (eg: in useMemo
) will now re-render the component and use the final result. Previously, these updates were dropped.Changelog
5.1.21
a8672db
Thanks @AleksandrHovhannisyan! - Don't add selected attribute to <option> elements if they already contain that attributeChangelog
5.1.20
298d05e
Thanks @rschristian! - On empty className w/ compat, class attribute will no longer be duplicated6d47c5a
Thanks @JoviDeCroock! - Fix serialize defaultValue as value attribute