diff --git a/CHANGELOG.md b/CHANGELOG.md index 97538e3e71..f7094fa625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 15.0.1 (April 8, 2016) + +### React +- Restore `React.__spread` API to unbreak code compiled with some tools making use of this undocumented API. It is now officially deprecated. ([@zpao](https://github.com/zpao) in [#6444](https://github.com/facebook/react/pull/6444)) + +### ReactDOM +- Fixed issue resulting in loss of cursor position in controlled inputs. ([@spicyj](https://github.com/spicyj) in [#6449](https://github.com/facebook/react/pull/6449)) + + ## 15.0.0 (April 7, 2016) ### Major changes diff --git a/README.md b/README.md index 5d8c75626f..a483539d71 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab ```html - + - + ``` -We've also built a [starter kit](https://facebook.github.io/react/downloads/react-15.0.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. +We've also built a [starter kit](https://facebook.github.io/react/downloads/react-15.0.1.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. If you'd like to use [bower](http://bower.io), it's as easy as: