This repository was archived by the owner on Dec 16, 2021. It is now read-only.
3.17.0
- 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.classNameis now an alias ofprops.class(#412)- Add
vectorEffectto the list of camel case properties (#409, @icewind1991) - Add
React.__spreadexport since it's already available (#407, @gnarf) PureComponentprototype now includesisPureReactComponent: true