React: v16.5.1 Release

Release date:
September 13, 2018
Previous version:
v16.4.0-alpha.94a255d (released February 27, 2018)
Magnitude:
52,634 Diff Delta
Contributors:
115 total committers
Data confidence:
Commits:

440 Features Released with v16.5.1

Top Contributors in v16.5.1

gaearon
bvaughn
acdlite
philipp-spiess
flarnie
sebmarkbage
nhunzaker
SimenB
acusti
cyan33

Directory Browser for v16.5.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

16.5.1 (September 13, 2018)

React

  • Improve the warning when React.forwardRef receives an unexpected number of arguments. (@andresroberto in #13636)

React DOM

  • Fix a regression in unstable exports used by React Native Web. (@aweary in #13598)
  • Fix a crash when component defines a method called isReactComponent. (@gaearon in #13608)
  • Fix a crash in development mode in IE9 when printing a warning. (@link-alex in #13620)
  • Provide a better error message when running react-dom/profiling with schedule/tracking. (@bvaughn in #13605)
  • If a ForwardRef component defines a displayName, use it in warnings. (@probablyup in #13615)

Schedule (Experimental)

  • Add a separate profiling entry point at schedule/tracking-profiling. (@bvaughn in #13605)