Skip to content

Commit d8e3779

Browse files
committed
Update everything for v0.5.1
Cherry-picked from f3db000, excluding version changes.
1 parent 280eff4 commit d8e3779

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Ben Alpert <spicyjalapeno@gmail.com>
55
Ben Newman <bn@cs.stanford.edu>
66
Brian Rue <brian@rollbar.com>
77
Cam Spiers <camspiers@gmail.com>
8+
Cat Chen <catchen@fb.com>
89
Cheng Lou <chenglou92@gmail.com>
910
Christian Roman <chroman16@gmail.com>
1011
Clay Allsopp <clay.allsopp@gmail.com>
@@ -18,6 +19,7 @@ Eric Clemmons <eric@smarterspam.com>
1819
Greg Roodt <groodt@gmail.com>
1920
Harry Hull <harry.hull1@gmail.com>
2021
Hugo Jobling <me@thisishugo.com>
22+
Ian Obermiller <iano@fb.com>
2123
Isaac Salier-Hellendag <isaac@fb.com>
2224
Jakub Malinowski <jakubmal@gmail.com>
2325
James Ide <ide@fb.com>

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.5.1 (October 29, 2013)
2+
3+
### React
4+
5+
* Fixed bug with `<input type="range">` and selection events.
6+
* Fixed bug with selection and focus.
7+
* Made it possible to unmount components from the document root.
8+
* Fixed bug for `disabled` attribute handling on non-`<input>` elements.
9+
10+
### React with Addons
11+
12+
* Fixed bug with transition and animation event detection.
13+
14+
115
## 0.5.0 (October 16, 2013)
216

317
### React

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
3636

3737
```html
3838
<!-- The core React library -->
39-
<script src="http://fb.me/react-0.5.0.js"></script>
39+
<script src="http://fb.me/react-0.5.1.js"></script>
4040
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
41-
<script src="http://fb.me/JSXTransformer-0.5.0.js"></script>
41+
<script src="http://fb.me/JSXTransformer-0.5.1.js"></script>
4242
```
4343

44-
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.5.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.
44+
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.5.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.
4545

4646
If you'd like to use [bower](http://bower.io), it's as easy as:
4747

0 commit comments

Comments
 (0)