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

3.17.0

Compare
Choose a tag to compare
@developit developit released this 06 Aug 05:57
· 54 commits to master since this release
  • Add context for callback function in renderSubtreeIntoContainer() to match React (#399, @lsroman)
  • Make Children.toArray() always return a new array (#395, @ustccjw)
  • bugfix: array data children were converted to an object (#384, @luolonghao)
  • Improve render parent check in render (#387, @silverlight513)
  • props.className is now an alias of props.class (#412)
  • Add vectorEffect to the list of camel case properties (#409, @icewind1991)
  • Add React.__spread export since it's already available (#407, @gnarf)
  • PureComponent prototype now includes isPureReactComponent: true