react-on-rails v10.1.0 Release Notes

Release Date: 2018-01-23 // over 6 years ago
  • ➕ Added

    • Added 2 cache helpers: ReactOnRails::Utils.bundle_file_name(bundle_name) and ReactOnRails::Utils.server_bundle_file_name for easy access to the hashed filenames for use in cache keys. PR 1018 by justin808.

    🛠 Fixed

    • Use redux component in generated redux Hello World example: PR 1006 by lewaabahmad.
    • Fixed Utils.bundle_js_file_path generating the incorrect path for manifest.json in webpacker projects: Issue #1011 by elstgav