react-on-rails v5.1.0 Release Notes

Release Date: 2016-04-03 // almost 8 years ago
  • ➕ Added

    All 5.1.0 changes can be found in #362 by justin808.

    • Generator enhancements
      • Generator adds line to spec/rails_helper.rb so that running specs will ensure assets are compiled.
      • Other small changes to the generator including adding necessary npm scripts to allow React on Rails to build assets.
      • Npm modules updated for generator.
      • Added babel-runtime in to the client/package.json created.
    • Server rendering
      • Added more diagnostics for server rendering.
      • Calls to setTimeout and setInterval are not logged for server rendering unless env TRACE_REACT_ON_RAILS is set to YES.
    • ⚡️ Updated all project npm dependencies to latest.
    • ⚡️ Update to node 5.10.0 for CI.
    • ➕ Added babel-runtime as a peer dependency for the npm module.