Releases: preactjs/preact-render-to-string
Releases · preactjs/preact-render-to-string
5.1.10
- Fix SSR for
<textarea value>
(#161, thanks @developit) - Add
voidElements
config option (#156, thanks @sventschui) - Keep state changes during
getDerivedStateFromProps
(#155, thanks @sventschui) - Export
renderToString
asrenderToStaticMarkup
(#157, thanks @sventschui) - Stringify boolean
aria-*
attributes (#158, thanks @sventschui)
5.1.9
- 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
5.1.7
- Add support for node
exports
(#134, thanks @marvinhagemeister)
5.1.6
5.1.5
- Add
setState()/forceUpdate()
no-op methods to prevent errors (#139, thanks @developit) - Update Travis CI org name to
preactjs
[skip ci] (#138, thanks @mbrukman)
5.1.4
- Add
package-lock
for pika (#132, thanks @JoviDeCroock) - Add TypeScript definitions for JSX renderer (#131, thanks @squidfunk)
5.1.3
Bug Fixes
- Fix support for default
context
value (#130, thanks @loklaan) - Always throw errors, not
strings
(#129, thanks @sventschui)
Maintenance
- Update Travis config (#128, thanks @marvinhagemeister)
5.1.2
- Fix exception when invoking
setState
incomponentWillMount
(#127, thanks @marvinhagemeister )
5.1.1
- Fix effects breaking in SSR due to missing
_renderCallbacks
(#124, thanks @developit, @marvinhagemeister ) - Fix correct type signature for
pretty
option (#123, thanks @dbushong)