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

Changelog History
Page 4

  • v11.1.1 Changes

    August 09, 2018

    ๐Ÿ›  Fixed

  • v11.1.0 Changes

    August 07, 2018

    โž• Added

    • ๐Ÿ”ง Add random dom id option. This new global and react_component helper option allows configuring whether or not React on Rails will automatically add a random id to the DOM node ID. PR 1121 by justin808
      • Added configuration option random_dom_id
      • Added method RenderOptions has_random_dom_id? #### ๐Ÿ›  Fixed
    • Fix invalid warn directive. PR 1123 by mustangostang.
  • v11.0.10 Changes

    July 22, 2018

    ๐Ÿ›  Fixed

    • Much better logging of rendering errors when there are lots of props. Only the a 1,000 chars are logged, and the center is indicated to be truncated. PR 1117 and PR 1118 by justin808.
    • Properly clearing hydrated stores when server rendering. PR 1120 by squadette.
  • v11.0.9 Changes

    June 24, 2018
  • v11.0.8 Changes

    June 15, 2018

    ๐Ÿ›  Fixed

    • HashWithIndifferent access for props threw if used for props. PR 1100 by justin808.
    • Test helper for detecting stale bundles did not properly handle the case of a server-bundle.js without a hash.PR 1102 by justin808.
    • Fix test helper determination of stale assets. PR 1093 by justin808.

    ๐Ÿ”„ Changed

    • Document how to manually rehydrate XHR-substituted components on client side. PR 1095 by hchevalier.
  • v11.0.7 Changes

    May 16, 2018

    ๐Ÿ›  Fixed

  • v11.0.6 Changes

    May 15, 2018

    ๐Ÿ”„ Changed

    • Even more detailed errors for Honeybadger and Sentry when there's a JSON parse error on server rendering. PR 1086 by justin808.
  • v11.0.5 Changes

    May 11, 2018

    ๐Ÿ”„ Changed

  • v11.0.4 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿฑ Throw if configuration.generated_assets_dir specified, and using webpacker, and if that doesn't match the public_output_path. Otherwise, warn if generated_assets_dir is specified
    • ๐Ÿ›  Fix the setup for tests for spec/dummy so they automatically rebuild by correctly setting the source_path in the webpacker.yml
    • ๐Ÿ“š Updated documentation for the testing setup.
    • Above in PR 1072 by justin808.
    • react_component_hash has implicit prerender: true because it makes no sense to have react_component_hash not use prerrender. Improved docs on react_component_hash. Also, fixed issue where checking gem existence. PR 1077 by justin808.
  • v11.0.3 Changes

    April 24, 2018

    ๐Ÿ›  Fixed

    • Fixed issue with component script initialization when using react_component_hash. PR 1071 by jblasco3.