react-on-rails v8.0.0 Release Notes

Release Date: 2017-05-29 // almost 7 years ago
    • Generators and full support for webpacker_lite
    • No breaking changes to move to 8.0.0 other than the default for this setting changed to nil. If you depended on the default of this setting and are using the asset pipeline (and not webpacker_lite), then add this to your config/initializers/react_on_rails.rb: symlink_non_digested_assets_regex: /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/,
    • 👀 For an example of migration, see: react-webpack-rails-tutorial PR #395
    • For a simple example of the webpacker_lite setup, run the basic generator.