Skip to content

Commit 65548db

Browse files
committed
Re-order entries in changelog
React is more important than react-tools so put it first!
1 parent 894bb03 commit 65548db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
## 0.3.3 (June 20, 2013)
22

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-
93
### React
104

115
* 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 @@
148

159
* 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.
1610

11+
### react-tools
1712

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.
1916

20-
### react-tools
2117

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)
2319

2420
### JSX
2521

2622
* Improved compatability with other coding styles (specifically, multiple assignments with a single `var`).
2723

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).
27+
2828

2929
## 0.3.1 (May 30, 2013)
3030

0 commit comments

Comments
 (0)