React: v16.13.1 Release

Release date:
March 19, 2020
Previous version:
v16.13.0 (released February 26, 2020)
Magnitude:
0 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v16.13.1

gaearon
JoviDeCroock

Directory Browser for v16.13.1

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

Release Notes Published

React DOM

  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@acdlite in #18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@gaearon in #18330)

Artifacts