Releases: reactjs/react-rails
Releases · reactjs/react-rails
v1.5.0
25 Nov 19:37
Compare
Sorry, something went wrong.
No results found
v1.4.2
05 Nov 18:27
Compare
Sorry, something went wrong.
No results found
Update React.js to 0.14.2
v1.4.1
23 Oct 22:17
Compare
Sorry, something went wrong.
No results found
Minify & optimize React.js production version
1.4.0
22 Oct 19:35
Compare
Sorry, something went wrong.
No results found
Build custom JS bundles with Webpack, include React 0.14.
v1.3.3
21 Oct 13:02
Compare
Sorry, something went wrong.
No results found
Fix for view helper, fix for unmountComponents
+ React 0.14
v1.3.2
13 Oct 17:13
Compare
Sorry, something went wrong.
No results found
Support DOM nodes in UJs, support React 0.14.0 in UJS
v1.3.1
18 Sep 18:34
Compare
Sorry, something went wrong.
No results found
Fix for ActionController::TestCase
not running middleware (use before_filter
instead)
v1.3.0
15 Sep 21:12
Compare
Sorry, something went wrong.
No results found
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
19 Aug 23:30
Compare
Sorry, something went wrong.
No results found
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
09 Jul 17:27
Compare
Sorry, something went wrong.
No results found
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 !