Releases: preactjs/preact-render-to-string
Releases · preactjs/preact-render-to-string
3.6.1
- Prevent stateful re-rendering from being triggered during String rendering (preactjs/preact#524).
3.6.0
3.5.0
- Add SVG
xlink
prop support with respect forforeignObject
(thanks @wildlyinaccurate!)
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
- Add support for disabling function and/or function name comparison in JSX mode
{ functionNames:false }
just serializes all function props asprop={Function}
{ functions:false }
turns off function serialization entirely
- Add
skipFalseAttributes
option - when set tofalse
, turns off DOM attribute skipping (#4)