I'm happy to announce the release of ReactJS.NET 1.1! This is a minor release and includes a number of changes and fixes since version 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.
Have fun, and as always, please feel free to send feedback or bug reports on GitHub.
— Daniel