1.1
- React version upgraded from 0.10.0 to 0.11.1.
- Fixed an access violation exception when running in Release mode. Thanks to Paul Irwin for reporting and jlchmura for fixing.
- Always transform JSX in bundles, even when the very first file doesn't have the
/** @jsx React.DOM */
directive. Thanks to Rick Beerendonk. - ES6 transforms are now turned off by default since they can conflict with other ES6 transpilers like Traceur. Check the documentation to see how to enable them. Thanks to Aleksander Heintz.