Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff188d6

Browse files
authored
Add React 16.8.2 changelog (facebook#14851)
1 parent c4d8ef6 commit ff188d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
</summary>
77
</details>
88

9+
## 16.8.2 (February 14, 2019)
10+
11+
### React DOM
12+
13+
* Fix `ReactDOM.render` being ignored inside `useEffect`. ([@gaearon](https://github.com/gaearon) in [#14799](https://github.com/facebook/react/pull/14799))
14+
* Fix a crash when unmounting empty portals. ([@gaearon](https://github.com/gaearon) in [#14820](https://github.com/facebook/react/pull/14820))
15+
* Fix `useImperativeHandle` to work correctly when no deps are specified. ([@gaearon](https://github.com/gaearon) in [#14801](https://github.com/facebook/react/pull/14801))
16+
* Fix `crossOrigin` attribute to work in SVG `image` elements. ([@aweary](https://github.com/aweary) in [#14832](https://github.com/facebook/react/pull/14832))
17+
* Fix a false positive warning when using Suspense with Hooks. ([@gaearon](https://github.com/gaearon) in [#14821](https://github.com/facebook/react/pull/14821))
18+
919
## 16.8.1 (February 6, 2019)
1020

1121
### React DOM and React Test Renderer

0 commit comments

Comments
 (0)