Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

3.14.0

Compare
Choose a tag to compare
@developit developit released this 12 Mar 16:12
· 81 commits to master since this release
  • 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 of cloneElement() (#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 🌈