Changelog & Readme for v0.14.6

(cherry picked from commit 06cad05d49)
(cherry picked from commit 44e90c040d)
This commit is contained in:
Paul O’Shannessy 2016-01-06 15:09:00 -08:00
parent 19db8e13bc
commit 5597873d7c
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## 0.14.6 (January 6, 2016)
### React
- Updated `fbjs` dependency to pick up change affecting handling of undefined document.
## 0.14.5 (December 29, 2015)
### 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.5.js"></script>
<script src="https://fb.me/react-0.14.6.js"></script>
<!-- The ReactDOM Library -->
<script src="https://fb.me/react-dom-0.14.5.js"></script>
<script src="https://fb.me/react-dom-0.14.6.js"></script>
```
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.5.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.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.
If you'd like to use [bower](http://bower.io), it's as easy as: