Performance
- Avoid re-inserting children during bailout (#4890, thanks @vasylenkoval)
Types
- add missing React.Key (#4864, thanks @shyguy1412)
- make React.SVGAttributes generic (#4863, thanks @shyguy1412)
Fixes
- Add
.render
property referencing original render function (#4870, thanks @upupming) - Add
.type
property referencing original component (#4869, thanks @upupming)
Maintenance
- Fix benchmarks for v10.x (#4891, thanks @rschristian)
- Correct contributing docs (#4861, thanks @JoviDeCroock)