Update CHANGELOG.md and README.md

(cherry picked from commit 741124548d)
This commit is contained in:
Scott Feeney 2016-01-28 11:27:13 -08:00 committed by Paul O’Shannessy
parent e9636b1f6a
commit 6ecf06ce60
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## 0.14.7 (January 28, 2016)
### React
- Fixed bug with `<option>` tags when using `dangerouslySetInnerHTML`
- Fixed memory leak in synthetic event system
### React TestUtils Add-on
- Fixed bug with calling `setState` in `componentWillMount` when using shallow rendering
## 0.14.6 (January 6, 2016)
### React

View File

@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
```html
<!-- The core React library -->
<script src="https://fb.me/react-0.14.6.js"></script>
<script src="https://fb.me/react-0.14.7.js"></script>
<!-- The ReactDOM Library -->
<script src="https://fb.me/react-dom-0.14.6.js"></script>
<script src="https://fb.me/react-dom-0.14.7.js"></script>
```
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.6.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-0.14.7.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: