react-on-rails v12.5.0 Release Notes

Release Date: 2021-12-26 // over 2 years ago
  • โž• Added

    • Support for React 18, including the changed SSR API. PR 1409 by kylemellander.
    • Added webpack configuration files as part of the generator and updated webpacker to version 6. PR 1404 by gscarv13.
    • ๐Ÿ‘Œ Supports Rails 7.

    ๐Ÿ”„ Changed

    • Changed logic of determining the usage of the default rails/webpacker webpack config or a custom command to only check if the config.build_production_command is defined. PR 1402 by justin808 and gscarv13.
    • โœ… Minimimum required Ruby is 2.7 to match lastest rails/webpacker.