CHANGELOG.md in react_on_rails-12.2.0 vs CHANGELOG.md in react_on_rails-12.3.0

- old
+ new

@@ -15,15 +15,23 @@ ### [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +### [12.3.0] - 2021-07-26 +#### Added + +- Ability to use with Turbo (@hotwired/turbo), as Turbolinks gets obsolete. [PR 1374](https://github.com/shakacode/react_on_rails/pull/1374) by [pgruener](https://github.com/pgruener) and [PR 1377](https://github.com/shakacode/react_on_rails/pull/1377) by [mdesantis](https://github.com/mdesantis). + + To configure turbo the following option can be set: + `ReactOnRails.setOptions({ turbo: true })` + ### [12.2.0] - 2021-03-25 #### Added - Ability to configure server react rendering to throw rather than just logging the error. Useful for React on Rails Pro Node rendering [PR 1365](https://github.com/shakacode/react_on_rails/pull/1365) by [justin808](https://github.com/justin808). - + ### [12.1.0] - 2021-03-23 #### Added - Added the ability to assign a module with a `call` method to `config.build_production_command`. See [the configuration docs](./docs/basics/configuration.md). [PR 1362: Accept custom module for config.build_production_command](https://github.com/shakacode/react_on_rails/pull/1362). #### Fixed @@ -41,11 +49,11 @@ [PR 1327](https://github.com/shakacode/react_on_rails/pull/1327) by [justin808](https://github.com/justin808). Loadable-Components is supported by [React on Rails Pro](https://www.shakacode.com/react-on-rails-pro). ### [12.0.2] - 2020-07-09 #### Fixed -- Remove dependency upon Redux for Typescript types. [PR 1323](https://github.com/shakacode/react_on_rails/pull/1306) by [justin808](https://github.com/justin808). +- Remove dependency upon Redux for Typescript types. [PR 1323](https://github.com/shakacode/react_on_rails/pull/1323) by [justin808](https://github.com/justin808). ### [12.0.1] - 2020-07-09 #### Fixed - Changed invocation of webpacker:clean to use a very large number of versions so it does not acidentally delete the server-bundle.js. [PR 1306](https://github.com/shakacode/react_on_rails/pull/1306) by By [justin808](https://github.com/justin808). @@ -65,11 +73,11 @@ set JavaScript property `renderFunction` on the function for which you want to return to be invoked to return the React component. In that case, you won't need to pass any unused params. [PR 1268](https://github.com/shakacode/react_on_rails/pull/1268) by [justin808](https://github.com/justin808) See [docs/basics/upgrading-react-on-rails](./docs/basics/upgrading-react-on-rails.md#upgrading-to-v12) -for details. +for details. #### Other Updates * `react_on_rails` fully supports `rails/webpacker`. The example test app in `spec/dummy` was recently converted over to use rails/webpacker v4+. It's a good example of how to leverage rails/webpacker's webpack configuration for server-side rendering. * Changed the precompile task to use the rails/webpacker one by default * Updated generators to use React hooks @@ -957,10 +965,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.2.0...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.3.0...master +[12.3.0]: https://github.com/shakacode/react_on_rails/compare/12.2.0...12.3.0 [12.2.0]: https://github.com/shakacode/react_on_rails/compare/12.1.0...12.2.0 [12.1.0]: https://github.com/shakacode/react_on_rails/compare/12.0.4...12.1.0 [12.0.4]: https://github.com/shakacode/react_on_rails/compare/12.0.3...12.0.4 [12.0.3]: https://github.com/shakacode/react_on_rails/compare/12.0.2...12.0.3 [12.0.2]: https://github.com/shakacode/react_on_rails/compare/12.0.1...12.0.2