mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Changelog for 16.13.1
This commit is contained in:
parent
8311cb5d24
commit
8b48d52fb4
|
|
@ -1,3 +1,10 @@
|
|||
## 16.13.1 (March 19, 2020)
|
||||
|
||||
### 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](https://github.com/acdlite) in [#18238](https://github.com/facebook/react/pull/18238))
|
||||
* Revert warning for cross-component updates that happen inside class render lifecycles (`componentWillReceiveProps`, `shouldComponentUpdate`, and so on). ([@gaearon](https://github.com/gaearon) in [#18330](https://github.com/facebook/react/pull/18330))
|
||||
|
||||
## 16.13.0 (February 26, 2020)
|
||||
|
||||
### React
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user