All Versions
130
Latest Version
Avg Release Cycle
61 days
Latest Release
614 days ago

Changelog History
Page 6

  • v10.0.0 Changes

    October 08, 2017

    Created

    • Created react_component_hash method for react_helmet support. #### ๐Ÿ—„ Deprecated
    • Deprecated react_component functionality for react_helmet support. To clarify, the method itself is not deprecated, only certain functionality which has been moved to react_component_hash PR 951 by Judahmeek.
  • v9.0.3 Changes

    September 20, 2017

    ๐Ÿ‘Œ Improved

  • v9.0.2 Changes

    September 10, 2017

    ๐Ÿ›  Fixed

  • v9.0.1 Changes

    September 10, 2017

    ๐Ÿ›  Fixed

  • v9.0.0 Changes

    September 06, 2017

    Updated React on Rails to depend on rails/webpacker. PR 908 by justin808.

  • v8.0.7 Changes

    August 16, 2017

    ๐Ÿ›  Fixed

    • Fixes generator bug by keeping blank line at top in case existing .gitignore does not end in a newline. #916 by justin808.
  • v8.0.6 Changes

    July 19, 2017

    ๐Ÿ›  Fixed

    • โšก๏ธ Fixes server rendering when using a CDN. Server rendering would try to fetch a file with the "asset_host". This change updates the webpacker_lite dependency to 2.1.0 which has a new helper pack_path. #901 by justin808. Be sure to update webpacker_lite to 2.1.0.
    • The package.json file created by the generator now creates minified javascript production builds by default. This was done by adding the -p flag to webpack on the build:production script. #895 by serodriguez68
    • ๐Ÿ”„ Fixes GitUtils.uncommitted_changes? throwing an error when called in an environment without Git, and allows install generator to be run successfully with --ignore-warnings #878 by jasonblalock.
  • v8.0.5 Changes

    July 04, 2017

    ๐Ÿ›  fixed

    • Corrects devBuild value for webpack production build from webpackConfigLoader. #877 by chenqingspring.
    • Remove contentBase deprecation warning message. #878 by ened .
    • Removes invalid reference to _railsContext in the generated files. #886 by justin808.
    • All tests run against Rails 5.1.2

    Note: 8.0.4 skipped.

  • v8.0.3 Changes

    June 19, 2017

    ๐Ÿ›  Fixed

  • v8.0.2 Changes

    June 04, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ— Any failure in webpack to build test files quits tests.
    • ๐Ÿ›  Fixed a Ruby 2.4 potential crash which could cause a crash due to pathname change in Ruby 2.4.
    • CI Improvements:
      • Switched to yarn link and removed relative path install of react-on-rails
      • Removed testing of Turbolinks 2
      • All tests run against Rails 5.1.1
      • Fixed test failures against Ruby 2.4
    • #862 by justin808