react-on-rails
Advanced tools
Changelog
[12.5.0] - 2021-12-26
Changelog
[12.4.0] - 2021-09-22
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!
Added the ability to have render functions return a promise to be awaited by React on Rails Pro Node Renderer. PR 1380 by judahmeek
Changelog
[12.1.0] - 2021-03-23
call
method to config.build_production_command
. See the configuration docs. PR 1362: Accept custom module for config.build_production_command.