ReactOnRails v11.0.8 Release Notes

Release Date: 2018-06-15 // almost 6 years ago
  • ๐Ÿ›  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.