Skip to content

Commit

Permalink
Blogpost & changelog for v0.3.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 1835209)
  • Loading branch information
zpao committed Jun 21, 2013
1 parent df17c7e commit 65c3942
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/_posts/2013-06-21-react-v0-3-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "React v0.3.3"
layout: post
author: Paul O'Shannessy
---

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 small issues people were having and simplifies our tools to make them easier to use.


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


## JSXTransformer

* 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.
2 changes: 2 additions & 0 deletions docs/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ $ npm install -g react-tools

## Release Notes

**0.3.3** Upgrade `react-tools` dependencies, improve in-browser JSX transformer, make `React.renderComponent` more versatile. [Details...](blog/2013/06/20/react-v0-3-3.html)

**0.3.2** Improve compatibility of JSX Transformer; make `react-tools` compatible with [browserify](https://github.com/substack/node-browserify)

**0.3.1** Fix `react-tools` module
Expand Down

0 comments on commit 65c3942

Please sign in to comment.