Skip to content

Commit 4607fea

Browse files
committed
(Language) : Add some Vietnamese Language Page
1 parent 52bdfec commit 4607fea

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "React v0.3.3"
3+
author: [zpao]
4+
---
5+
6+
We have a ton of great stuff coming in v0.4, but in the meantime we're releasing v0.3.3. This release addresses some
7+
small issues people were having and simplifies our tools to make them easier to use.
8+
9+
## react-tools {#react-tools}
10+
11+
* Upgrade Commoner so `require` statements are no longer relativized when passing through the transformer. This was a
12+
feature needed when building React, but doesn't translate well for other consumers of `bin/jsx`.
13+
* Upgraded our dependencies on Commoner and Recast so they use a different directory for their cache.
14+
* Freeze our esprima dependency.
15+
16+
## React {#react}
17+
18+
* Allow reusing the same DOM node to render different components.
19+
e.g. `React.renderComponent(<div/>, domNode); React.renderComponent(<span/>, domNode);` will work now.
20+
21+
## JSXTransformer {#jsxtransformer}
22+
23+
* Improved the in-browser transformer so that transformed scripts will execute in the expected scope. The allows
24+
components to be defined and used from separate files.

0 commit comments

Comments
 (0)