react-on-rails
Advanced tools
Changelog
[11.3.0] - 2019-05-24
Added method for retrieving any option from render_options
PR 1213
by ashgaliyev.
html_options has an option for 'tag' to set the html tag name like this: html_options: { tag: "span" }
.
PR 1208 by tahsin352.
Changelog
[11.2.2] - 2018-12-24
Changelog
[11.2.1] - 2018-12-06
To support React v16, updated API for manually calling ReactOnRails.render(name, props, domNodeId, hydrate)
. Added 3rd @param hydrate Pass truthy to update server rendered html. Default is falsey Any truthy values calls hydrate rather than render. PR 1159 by justin808 and coopersamuel.
Enabled the use of webpack-dev-server with Server-side rendering. PR 1173 by justin808 and judahmeek.