react-on-rails
Advanced tools
Changelog
[11.0.0] - 2018-04-21
server_render_method
was removed from the configuration. If you want to use a custom renderer, contact justin@shakacode.com. We have a custom node rendering solution in production for egghead.io.config.trace
setting that defaults to true for development and false otherwise.railsContext
when server logging.Changelog
[10.1.4] - 2018-04-11
Changed i18n parsing to convert ruby i18n argument syntax into FormatJS argument syntax. PR 1046 by sepehr500.
Fixed an issue where the spec compiler check would fail if the project path contained spaces. PR 1045 by andrewmarkle.
Updated the default build_production_command
that caused production assets to be built with development settings. PR 1053 by Roman Kushnir.
Changelog
[10.1.0] - 2018-01-23
Utils.bundle_js_file_path
generating the incorrect path for manifest.json
in webpacker projects: Issue #1011 by elstgavChangelog
[10.0.2] - 2017-11-10
Changelog
[10.0.1] - 2017-10-28
react_component_hash
functionality in cases of prerendering errors: PR 960 by Judahmeek.Changelog
[10.0.0] - 2017-10-08
react_component_hash
method for react_helmet support.