Browse Source

v0.3.2

Also some tweaks to package.json details.
main
Paul O’Shannessy 12 years ago
parent
commit
ba7b42766b
  1. 2
      _config.yml
  2. 4
      downloads.md

2
_config.yml

@ -4,7 +4,7 @@ name: React
redcarpet:
extensions:
- fenced_code_blocks
react_version: 0.3.1
react_version: 0.3.2
pygments: true
exclude:
- Gemfile

4
downloads.md

@ -37,6 +37,10 @@ $ npm install -g react-tools
## Release Notes
**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
**0.3** Initial public release.
**0.2** Standardize API & refactor component lifecycle. Normalize DOM interactions.

Loading…
Cancel
Save