From d89ca50a06a04db907143a8a1d9c62bfb90e4230 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 26 Feb 2020 13:10:49 -0800 Subject: [PATCH] Updated CHANGELOG to remove passive effects change from 16.13 release. (It wasn't part of that release.) --- content/blog/2020-03-02-react-v16.13.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/blog/2020-03-02-react-v16.13.0.md b/content/blog/2020-03-02-react-v16.13.0.md index dc94f208..931b59ea 100644 --- a/content/blog/2020-03-02-react-v16.13.0.md +++ b/content/blog/2020-03-02-react-v16.13.0.md @@ -188,7 +188,6 @@ Refer to the documentation for [detailed installation instructions](/docs/instal - Warn when changes in `style` may cause an unexpected collision ([@sophiebits](https://github.com/sophiebits) in [#14181](https://github.com/facebook/react/pull/14181), [#18002](https://github.com/facebook/react/pull/18002)) - Warn when a function component is updated during another component's render phase ([@acdlite](<(https://github.com/acdlite)>) in [#17099](https://github.com/facebook/react/pull/17099)) - Deprecate `unstable_createPortal` ([@trueadm](https://github.com/trueadm) in [#17880](https://github.com/facebook/react/pull/17880)) -- Flush all passive effect (`useEffect`) destroy functions before calling subsequent create functions ([@bvaughn](https://github.com/bvaughn) in [#17925](https://github.com/facebook/react/pull/17925), [#17947](https://github.com/facebook/react/pull/17947)) - Fix `onMouseEnter` being fired on disabled buttons ([@AlfredoGJ](https://github.com/AlfredoGJ) in [#17675](https://github.com/facebook/react/pull/17675)) - Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@bvaughn](https://github.com/bvaughn) in [#17942](https://github.com/facebook/react/pull/17942)) - Add `version` property to ReactDOM ([@ealush](https://github.com/ealush) in [#15780](https://github.com/facebook/react/pull/15780))