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

Changelog History
Page 8

  • v6.10.1 Changes

    April 23, 2017

    ๐Ÿ›  Fixed

  • v6.10.0 Changes

    April 13, 2017

    โž• Added

    • ๐Ÿ— Add an ability to return multiple HTML strings in a Hash as a result of react_component method call. Allows to build <head> contents with React Helmet. #800 by udovenko.

    ๐Ÿ›  Fixed

    • Fix PropTypes, createClass deprecation warnings for React 15.5.x. #804 by udovenko .
  • v6.9.3 Changes

    April 03, 2017

    ๐Ÿ›  Fixed

    • Removed call of to_json on strings when formatting props. #791 by justin808.
  • v6.9.2 Changes

    April 02, 2017

    ๐Ÿ”„ Changed

    • Update version_checker.rb to logger.error rather than logger.warn for gem/npm version mismatch. #788 by justin808.

    ๐Ÿ›  Fixed

    • Remove pretty formatting of JSON in development. #789 by justin808
    • Clear hydrated stores with each server rendered block. #785 by udovenko
  • v6.9.1 Changes

    March 30, 2017

    ๐Ÿ›  Fixed

    • Fixes Crash in Development for String Props. #784 by justin808.
  • v6.9.0 Changes

    March 29, 2017

    ๐Ÿ›  Fixed

    • Fixed error in the release script. #767 by isolo.

    ๐Ÿ”„ Changed

    โž• Added

    • Add option to specify i18n_yml_dir in order to include only subset of locale files when generating translations.js & default.js for react-intl. #777 by danijel.
  • v6.8.2 Changes

    March 24, 2017

    ๐Ÿ›  Fixed

    • Change webpack output path to absolute and update webpack to version 2.3.1. #771 by cheremukhin23.
  • v6.8.1 Changes

    March 21, 2017

    ๐Ÿ›  Fixed

    • Fixed error "The node you're attempting to unmount was rendered by another copy of React." #706 when navigating to cached page using Turbolinks #763 by szyablitsky.
  • v6.8.0

    March 06, 2017
  • v6.7.2 Changes

    March 05, 2017

    ๐Ÿ‘Œ Improved

    • Improve i18n Integration with a better error message if the value of the i18n directory is invalid. #748 by justin808.