This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
3.14.0
- Refs/render() should return inner instance for
renderSubtreeIntoContainer()
(#296, thanks @windyGex) - Fix a duplication bug when re-rendering root components that swap their
base
(#301) - Allow
children
in the props argument ofcloneElement()
(#317, thanks @tkh44) - Update
preact-render-to-string
to 3.6.0, adjusting self-closing tag SSR for XHTML (#302) - We now ship an ES Modules build without ES2015 to make Webpack 2 users happy 🌈