ReactOnRails v11.0.4 Release Notes

  • ๐Ÿ”„ Changed

    • ๐Ÿฑ Throw if configuration.generated_assets_dir specified, and using webpacker, and if that doesn't match the public_output_path. Otherwise, warn if generated_assets_dir is specified
    • ๐Ÿ›  Fix the setup for tests for spec/dummy so they automatically rebuild by correctly setting the source_path in the webpacker.yml
    • ๐Ÿ“š Updated documentation for the testing setup.
    • Above in PR 1072 by justin808.
    • react_component_hash has implicit prerender: true because it makes no sense to have react_component_hash not use prerrender. Improved docs on react_component_hash. Also, fixed issue where checking gem existence. PR 1077 by justin808.