File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments