Skip to content

Releases: reactjs/react-rails

v1.5.0

25 Nov 19:37
Compare
Choose a tag to compare
Version 1.5.0

v1.4.2

05 Nov 18:27
Compare
Choose a tag to compare

Update React.js to 0.14.2

v1.4.1

23 Oct 22:17
Compare
Choose a tag to compare

Minify & optimize React.js production version

1.4.0

22 Oct 19:35
Compare
Choose a tag to compare

Build custom JS bundles with Webpack, include React 0.14.

v1.3.3

21 Oct 13:02
Compare
Choose a tag to compare

Fix for view helper, fix for unmountComponents + React 0.14

v1.3.2

13 Oct 17:13
Compare
Choose a tag to compare

Support DOM nodes in UJs, support React 0.14.0 in UJS

v1.3.1

18 Sep 18:34
Compare
Choose a tag to compare

Fix for ActionController::TestCase not running middleware (use before_filter instead)

v1.3.0

15 Sep 21:12
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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!