Skip to content

2.8.0

Choose a tag to compare

@developit developit released this 29 Jul 20:47
· 577 commits to main since this release

Fixes

  • #7 - Serialize object style attributes to style strings. Thanks @rmales!

Preact 5.2+ started passing Object style props through to the DOM better rendering performance, but that broke renderToString(). This fixes it!

Features

  • #6 - Invoke componentWillMount() for stateful components just before render(). Thanks @mikestead!