Skip to content

Commit 1d3d791

Browse files
committed
Updating CHANGELOG.md for 16.1.0 release
1 parent 7d9b4ba commit 1d3d791

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Changes that have landed in master but are not yet released.
55
Click to see more.
66
</summary>
7+
</details>
8+
9+
## 16.1.0 (November 9, 2017)
710

811
### Discontinuing Bower Releases
912

@@ -46,6 +49,7 @@ Starting with 16.1.0, we will no longer be publishing new releases on Bower. You
4649

4750
### React DOM Server
4851

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))
4953
* Fix markup generation when components return strings. ([@gaearon](http://github.com/gaearon) in [#11109](https://github.com/facebook/react/pull/11109))
5054
* Fix obscure error message when passing an invalid style value. ([@iamdustan](https://github.com/iamdustan) in [#11173](https://github.com/facebook/react/pull/11173))
5155
* 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
7377

7478
* 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))
7579

76-
</details>
77-
7880
## 16.0.0 (September 26, 2017)
7981

8082
### New JS Environment Requirements

0 commit comments

Comments
 (0)