react v16.5.1 Release Notes

Release Date: 2018-09-13 // over 5 years ago
  • 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)