Skip to content

Commit 4148b05

Browse files
committed
Changelog
1 parent 1cfd256 commit 4148b05

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
</summary>
77
</details>
88

9+
## 16.8.6 (March 27, 2019)
10+
11+
### React DOM
12+
13+
* Fix an incorrect bailout in `useReducer()`. ([@acdlite](https://github.com/acdlite) in [#15124](https://github.com/facebook/react/pull/15124))
14+
* Fix iframe warnings in Safari DevTools. ([@renanvalentin](https://github.com/renanvalentin) in [#15099](https://github.com/facebook/react/pull/15099))
15+
* Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@aweary](https://github.com/aweary) in [#14831](https://github.com/facebook/react/pull/14831))
16+
* Warn if `contextType` is set to invalid values. ([@gaearon](https://github.com/gaearon) in [#15142](https://github.com/facebook/react/pull/15142))
17+
918
## 16.8.5 (March 22, 2019)
1019

1120
### React DOM

0 commit comments

Comments
 (0)