ReactOnRails v12.4.0 Release Notes

Release Date: 2021-09-22 // over 2 years ago
  • ➕ Added

    • ScoutAPM tracing support for server rendering PR 1379 by justin808.

    • Ability to stop React on Rails from modifying or creating the assets:precompile task. PR 1371 by justin808. Thanks to elstgav for the suggestion!

    • Ability to stop stubbing of setTimeout, setInterval, & clearTimeout conditional by setting ReactOnRailsPro.config.include_execjs_polyfills = false in the React on Rails Pro configuration file. Also, added the ability to have render functions return a promise to be awaited by React on Rails Pro Node Renderer. PR 1380 by judahmeek