Skip to content

Commit 2595cbc

Browse files
committed
Update materials for 0.8.0
1 parent 6a8542a commit 2595cbc

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 0.8.0 (December 19, 2013)
2+
3+
### React
4+
5+
* Added support for more attributes:
6+
* `rows` & `cols` for `<textarea>`
7+
* `defer` & `async` for `<script>`
8+
* `loop` for `<audio>` & `<video>`
9+
* `autoCorrect` for form fields (a non-standard attribute only supported by mobile WebKit)
10+
* Improved error messages
11+
* Fixed Selection events in IE11
12+
* Added `onContextMenu` events
13+
14+
### React with Addons
15+
16+
* Fixed bugs with TransitionGroup when children were undefined
17+
* Added support for `onTransition`
18+
19+
### react-tools
20+
21+
* Upgraded `jstransform` and `esprima-fb`
22+
23+
### JSXTransformer
24+
25+
* Added support for use in IE8
26+
* Upgraded browserify, which reduced file size by ~65KB (16KB gzipped)
27+
28+
129
## 0.5.2, 0.4.2 (December 18, 2013)
230

331
### React

README.md

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

4141
```html
4242
<!-- The core React library -->
43-
<script src="http://fb.me/react-0.5.2.js"></script>
43+
<script src="http://fb.me/react-0.8.0.js"></script>
4444
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
45-
<script src="http://fb.me/JSXTransformer-0.5.2.js"></script>
45+
<script src="http://fb.me/JSXTransformer-0.8.0.js"></script>
4646
```
4747

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

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

0 commit comments

Comments
 (0)