You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
## 0.3.3 (June 20, 2013)
2
2
3
-
### react-tools
4
-
5
-
* Upgrade Commoner so `require` statements are no longer relativized when passing through the transformer. This was a feature needed when building React, but doesn't translate well for other consumers of `bin/jsx`.
6
-
* Upgraded our dependencies on Commoner and Recast so they use a different directory for their cache.
7
-
* Freeze our esprima dependency.
8
-
9
3
### React
10
4
11
5
* Allow reusing the same DOM node to render different components. e.g. `React.renderComponent(<div/>, domNode); React.renderComponent(<span/>, domNode);` will work now.
@@ -14,17 +8,23 @@
14
8
15
9
* Improved the in-browser transformer so that transformed scripts will execute in the expected scope. The allows components to be defined and used from separate files.
16
10
11
+
### react-tools
17
12
18
-
## 0.3.2 (May 31, 2013)
13
+
* Upgrade Commoner so `require` statements are no longer relativized when passing through the transformer. This was a feature needed when building React, but doesn't translate well for other consumers of `bin/jsx`.
14
+
* Upgraded our dependencies on Commoner and Recast so they use a different directory for their cache.
15
+
* Freeze our esprima dependency.
19
16
20
-
### react-tools
21
17
22
-
* Switch from using the browserified build to shipping individual modules. This allows react-tools to be used with [browserify](https://github.com/substack/node-browserify).
18
+
## 0.3.2 (May 31, 2013)
23
19
24
20
### JSX
25
21
26
22
* Improved compatability with other coding styles (specifically, multiple assignments with a single `var`).
27
23
24
+
### react-tools
25
+
26
+
* Switch from using the browserified build to shipping individual modules. This allows react-tools to be used with [browserify](https://github.com/substack/node-browserify).
0 commit comments