Releases: reactjs/react-rails
Releases · reactjs/react-rails
v1.4.2
Update React.js to 0.14.2
v1.4.1
Minify & optimize React.js production version
1.4.0
Build custom JS bundles with Webpack, include React 0.14.
v1.3.3
Fix for view helper, fix for unmountComponents
+ React 0.14
v1.3.2
Support DOM nodes in UJs, support React 0.14.0 in UJS
v1.3.1
Fix for ActionController::TestCase
not running middleware (use before_filter
instead)
v1.3.0
Breaking Changes
New Features
- Render components directly from the controller with
render component: ...
#329
- Provide a custom view helper with
config.react.view_helper_implementation
#346
Deprecation
Bug Fixes
- Allow
react-rails
configs to be set in initializers #347
v1.2.0
New Features
- Support
--es6
option in component generator #332
- Support Sprockets 3 #322
Bug Fixes
- Don't bother unmounting components
onBeforeUnload
#318
- Include
React::Rails::VERSION
in the gem #335
v1.1.0
Notable changes:
BabelTransformer
as default JSX transformer (breaking, you'll need to update some configs, see changelog)
- To serve different React.js builds, don't copy React.js into the local filesystem, instead add different directories to the asset pipeline
- Can provide custom implementations of server rendering & transforming JSX
See everything in the changelog!