You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
Changes that have landed in master but are not yet released.
5
5
Click to see more.
6
6
</summary>
7
+
</details>
8
+
9
+
## 16.1.0 (November 9, 2017)
7
10
8
11
### Discontinuing Bower Releases
9
12
@@ -46,6 +49,7 @@ Starting with 16.1.0, we will no longer be publishing new releases on Bower. You
46
49
47
50
### React DOM Server
48
51
52
+
* Add a new `suppressHydrationWarning` attribute for intentional client/server text mismatches. ([@sebmarkbage](http://github.com/sebmarkbage) in [#11126](https://github.com/facebook/react/pull/11126))
49
53
* Fix markup generation when components return strings. ([@gaearon](http://github.com/gaearon) in [#11109](https://github.com/facebook/react/pull/11109))
50
54
* Fix obscure error message when passing an invalid style value. ([@iamdustan](https://github.com/iamdustan) in [#11173](https://github.com/facebook/react/pull/11173))
51
55
* Include the `autoFocus` attribute into SSR markup. ([@gaearon](http://github.com/gaearon) in [#11192](https://github.com/facebook/react/pull/11192))
@@ -73,8 +77,6 @@ Starting with 16.1.0, we will no longer be publishing new releases on Bower. You
73
77
74
78
* First release of the [new experimental package](https://github.com/facebook/react/tree/master/packages/react-call-return) for parent-child communication. ([@gaearon](https://github.com/gaearon) in [#11364](https://github.com/facebook/react/pull/11364))
0 commit comments