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

Changelog History
Page 10

  • v6.3.3 Changes

    December 25, 2016
    ๐Ÿ›  Fixed
    • By using the hook on turbolinks:before-visit to unmount the components, we can ensure that components are unmounted even when Turbolinks cache is disabled. Previously, we used turbolinks:before-cache event hook. #644 by volkanunsal.
    • Added support for Ruby 2.0 #651 by bbonamin.
  • v6.3.2 Changes

    ๐Ÿ›  Fixed
    • ๐Ÿš… The react_component method was raising a NameError when ReactOnRailsHelper was included in a plain object. #636 by jtibbertsma.
    • "Node parse error" for node server rendering. #641 by alleycat-at-git and rocLv
    • Better error handling when the react-on-rails node package entry is missing.#602 by benjiwheeler.
  • v6.3.1 Changes

    November 30, 2016
    ๐Ÿ”„ Changed
    • Improved generator post-install help messages. #631 by justin808.
  • v6.3.0 Changes

    November 30, 2016
    ๐Ÿ”„ Changed
    • Modified register API to allow registration of renderers, allowing a user to manually render their app to the DOM. This allows for code splitting and deferred loading. #581 by jtibbertsma.

    • Updated Basic Generator & Linters. Examples are simpler. #624 by Judahmeek.

    • Slight improvement to the 'no hydrated stores' error. #605 by cookiefission.

    • Don't assume ActionMailer is available. #608 by tuzz.

  • v6.2.1 Changes

    November 19, 2016
    • Removed unnecesary passing of context in the HelloWorld Container example and basic generator. #612 by justin808

    • Turbolinks 5 bugfix to use before-cache, not before-render. #611 by volkanunsal.

  • v6.2.0 Changes

    November 19, 2016
    ๐Ÿ”„ Changed
    • Updated the generator templates to reflect current best practices, especially for the redux version. #584 by nostophilia.
  • v6.1.2 Changes

    October 24, 2016
    ๐Ÿ›  Fixed
    • Added compatibility with older manifest.yml files produced by Rails 3 Sprockets when symlinking digested assets during precompilation #566 by etripier.
  • v6.1.1 Changes

    September 09, 2016
    ๐Ÿ›  Fixed
    • React on Rails was incorrectly failing to create symlinks when a file existed in the location for the new symlink. #491 by robwise and justin808.
  • v6.1.0 Changes

    August 21, 2016
    โž• Added
    • Node option for installer added as alternative for server rendering #469 by jbhatab.
    • Server rendering now supports contexts outside of browser rendering, such as ActionMailer templates #486 by eacaps.
    • Added authenticityToken() and authenticityHeaders() javascript helpers for easier use when working with CSRF protection tag generated by Rails #517 by dzirtusss.
    • Updated JavaScript error handling on the client side. Errors in client rendering now pass through to the browser #521 by dzirtusss.
    ๐Ÿ›  Fixed
    • React on Rails now correctly parses single-digit version strings from package.json #491 by samphilipd .
    • Fixed assets symlinking to correctly use filenames with spaces. Begining in #510, ending in #513 by dzirtusss.
    • Check encoding of request's original URL and force it to UTF-8 #527 by lucke84
  • v6.0.5 Changes

    July 11, 2016
    โž• Added
    • Added better error messages to avoid issues with shared redux stores #470 by by justin808.