Skip to main content

React on Rails 17.0.1 Release Notes

Upgrading from 17.0.0 to 17.0.1

Update your gem and npm package versions:

# Gemfile
gem "react_on_rails", "17.0.1"
// package.json
{
"dependencies": {
"react-on-rails": "17.0.1"
}
}

Pro users: Use react-on-rails-pro instead of react-on-rails in package.json, and react_on_rails_pro instead of react_on_rails in your Gemfile. See the Pro upgrade guide for details.

Then run bundle install and your package manager's install command.

Fix

  • Corrected the OSS npm package license metadata and packed license: react-on-rails now declares MIT, includes a package-local MIT license in the published tarball, and verifies the packed artifact cannot inherit React on Rails Pro commercial terms. PR 4792 by justin808.