CHANGELOG.md in react_on_rails-12.5.2 vs CHANGELOG.md in react_on_rails-12.6.0
- old
+ new
@@ -14,10 +14,16 @@
## Versions
### [Unreleased]
Changes since last non-beta release.
*Please add entries here for your pull requests that are not yet released.*
+
+### [12.6.0] - 2022-01-22
+
+### Added
+- A `rendering_props_extension` configuration which takes a module with an `adjust_props_for_client_side_hydration` method, which is used to process props differently for server/client if `prerender` is set to `true`. [PR 1413](https://github.com/shakacode/react_on_rails/pull/1413) by [gscarv13](https://github.com/gscarv13) & [judahmeek](https://github.com/judahmeek).
+
### [12.5.2] - 2021-12-29
### Fixed
- Usage of config.build_production_command for custom command for production builds fixed. [PR 1415](https://github.com/shakacode/react_on_rails/pull/1415) by [judahmeek](https://github.com/judahmeek).
### [12.5.1] - 2021-12-27
@@ -991,10 +997,11 @@
- Turbolinks support.
##### Fixed
- Fix several generator related issues.
-[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.5.2...master
+[Unreleased]: https://github.com/shakacode/react_on_rails/compare/12.6.0...master
+[12.6.0]: https://github.com/shakacode/react_on_rails/compare/12.5.2...12.6.0
[12.5.2]: https://github.com/shakacode/react_on_rails/compare/12.5.1...12.5.2
[12.5.1]: https://github.com/shakacode/react_on_rails/compare/12.5.0...12.5.1
[12.5.0]: https://github.com/shakacode/react_on_rails/compare/12.4.0...12.5.0
[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