Skip to content

Commit d7fd679

Browse files
authored
Add 16.6.3 Changelog (#14223)
* Add 16.6.3 Changelog * Remove unreleased fix * Drop another unreleased fix
1 parent 3cd89da commit d7fd679

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

9+
## 16.6.3 (November 12, 2018)
10+
11+
### React DOM
12+
13+
* Fix bugs in `Suspense` and `lazy`. ([@acdlite](https://github.com/acdlite) in [#14133](https://github.com/facebook/react/pull/14133), [#14157](https://github.com/facebook/react/pull/14157), and [#14164](https://github.com/facebook/react/pull/14164))
14+
* Fix highlighting of `React.memo` updates in React DevTools. ([@bvaughn](https://github.com/bvaughn) in [#14141](https://github.com/facebook/react/pull/14141))
15+
* Fix interaction of Suspense with the React Profiler. ([@bvaughn](https://github.com/bvaughn) in [#14065](https://github.com/facebook/react/pull/14065))
16+
* Fix a false positive warning when using Suspense. ([@acdlite](https://github.com/acdlite) in [#14158](https://github.com/facebook/react/pull/14158))
17+
18+
### React DOM Server
19+
20+
* Fix incorrect sharing of context state between `renderToNodeStream()` calls. ([@sebmarkbage](https://github.com/sebmarkbage) in [#14182](https://github.com/facebook/react/pull/14182))
21+
* Add a warning about incorrect usage of the context API. ([@trueadm](https://github.com/trueadm) in [#14033](https://github.com/facebook/react/pull/14033))
22+
23+
## 16.6.2 (November 12, 2018)
24+
25+
This release was published in a broken state and should be skipped.
26+
927
## 16.6.1 (November 6, 2018)
1028

1129
### React DOM

0 commit comments

Comments
 (0)