mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Changelog for 16.11.0
This commit is contained in:
parent
8075c8505b
commit
57b2fbb741
|
|
@ -6,6 +6,13 @@
|
|||
</summary>
|
||||
</details>
|
||||
|
||||
## 16.11.0 (October 22, 2019)
|
||||
|
||||
### React DOM
|
||||
|
||||
* Fix `mouseenter` handlers from firing twice inside nested React containers. [@yuanoook](https://github.com/yuanoook) in [#16928](https://github.com/facebook/react/pull/16928)
|
||||
* Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@acdlite](http://github.com/acdlite) in [#17088](https://github.com/facebook/react/pull/17088))
|
||||
|
||||
## 16.10.2 (October 3, 2019)
|
||||
|
||||
### React DOM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user