Skip to content

Releases: reactjs/react-rails

v1.0.0

07 Apr 17:25
Compare
Choose a tag to compare

react-rails 1.0.0

Let's call it 1.0! This release includes:

  • JSX compilation in the Rails asset pipeline
  • React component mounting with a view helper & UJS
  • Support for different React builds in different environments
  • Server-side rendering
  • Component generator

v0.5.1.0

03 Dec 02:34
Compare
Choose a tag to compare

Changelog

  • Updated to React v0.5.1. See the React release notes for details: v0.5.0, v0.5.1.
  • Added support for the "add-ons" build of React (config.react.addons = true).
  • Added support for using therubyracer instead of Node.js to transform JSX.

Thanks to @quark-zju and @frantic for their contributions to this release!

v0.4.1.1

20 Aug 16:08
Compare
Choose a tag to compare

Changelog

  • Fixed bug in Rails 3.2
  • Using Appraisal to test multiple Rails versions
  • Added JRuby to test matrix to ensure compatibility

Thanks to @JakubMal for his contributions!