8000 Readme + Changelog for 0.12.2 · gitcommituser/react@2eb6cf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2eb6cf6

Browse files
committed
Readme + Changelog for 0.12.2
(cherry picked from commit 7468f09)
1 parent 3c2fc64 commit 2eb6cf6

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.12.2 (December 18, 2014)
2+
3+
### React Core
4+
5+
* Added support for more HTML attributes: `formAction`, `formEncType`, `formMethod`, `formTarget`, `marginHeight`, `marginWidth`
6+
* Added `strokeOpacity` to the list of unitless CSS properties
7+
* Removed trailing commas (allows npm module to be bundled and used in IE8)
8+
* Fixed bug resulting in error when passing `undefined` to `React.createElement` - now there is a useful warning
9+
10+
### React Tools
11+
12+
* JSX-related transforms now always use double quotes for props and `displayName`
13+
14+
115
## 0.12.1 (November 18, 2014)
216

317
### React Tools

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
3535

3636
```html
3737
<!-- The core React library -->
38-
<script src="http://fb.me/react-0.12.1.js"></script>
38+
<script src="http://fb.me/react-0.12.2.js"></script>
3939
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
40-
<script src="http://fb.me/JSXTransformer-0.12.1.js"></script>
40+
<script src="http://fb.me/JSXTransformer-0.12.2.js"></script>
4141
```
4242

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

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

0 commit comments

Comments
 (0)
0