CHANGELOG.md in react_on_rails-12.4.0 vs CHANGELOG.md in react_on_rails-12.5.0
- old
+ new
@@ -15,10 +15,20 @@
### [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests that are not yet released.*
+### [12.5.0] - 2021-12-26
+
+#### Added
+- Added webpack configuration files as part of the generator and updated webpacker to version 6 [PR 1404](https://github.com/shakacode/react_on_rails/pull/1404) by [gscarv13](https://github.com/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](https://github.com/shakacode/react_on_rails/pull/1402)by [justin808](https://github.com/justin808) and [gscarv13](https://github.com/gscarv13).
+- Minimimum required Ruby is 2.7 to match lastest rails/webpacker.
+
### [12.4.0] - 2021-09-22
#### Added
- ScoutAPM tracing support for server rendering [PR 1379](https://github.com/shakacode/react_on_rails/pull/1379) by [justin808](https://github.com/justin808).
- Ability to stop React on Rails from modifying or creating the `assets:precompile` task. [PR 1371](https://github.com/shakacode/react_on_rails/pull/1371) by [justin808](https://github.com/justin808). Thanks to [elstgav](https://github.com/elstgav) for [the suggestion](https://github.com/shakacode/react_on_rails/issues/1368)!
@@ -972,10 +982,11 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.3.0...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.4.0...master
+[12.4.0]: https://github.com/shakacode/react_on_rails/compare/12.3.0...12.4.0
[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