forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGELOG at the root, remove from downloads page
- Loading branch information
Showing
2 changed files
with
38 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## 0.3.3 (June 20, 2013) | ||
|
||
### react-tools | ||
|
||
* 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`. | ||
* Upgraded our dependencies on Commoner and Recast so they use a different directory for their cache. | ||
* Freeze our esprima dependency. | ||
|
||
### React | ||
|
||
* Allow reusing the same DOM node to render different components. e.g. `React.renderComponent(<div/>, domNode); React.renderComponent(<span/>, domNode);` will work now. | ||
|
||
### JSX | ||
|
||
* 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. | ||
|
||
|
||
## 0.3.2 (May 31, 2013) | ||
|
||
### react-tools | ||
|
||
* 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). | ||
|
||
### JSX | ||
|
||
* Improved compatability with other coding styles (specifically, multiple assignments with a single `var`). | ||
|
||
|
||
## 0.3.1 (May 30, 2013) | ||
|
||
### react-tools | ||
|
||
* Fix bug in packaging resulting in broken module. | ||
|
||
|
||
## 0.3.0 (May 29, 2013) | ||
|
||
* Initial public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters