CHANGELOG.md in react-rails-3.0.0 vs CHANGELOG.md in react-rails-3.1.0
- old
+ new
@@ -3,14 +3,21 @@
If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS packages, contact justin@shakacode.com. The ShakaCode.com team is helping to maintain this Ruby gem. You also might want to consider the [react_on_rails](https://github.com/shakacode/react_on_rails) gem.
[#1209 2.7 Release Discussion](https://github.com/reactjs/react-rails/issues/1209)
## Unreleased
-Changes since last non-beta release.
+Changes since the last non-beta release.
_Please add entries here for your pull requests that are not yet released._
+## [3.1.0] - 2023-08-15
+
+#### Added
+- Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293
+
+## [3.0.0] - 2023-08-14
+
### Breaking Changes
- Requires separate compilations for server & client bundles if using Shakapacker (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack)) #1274
- Replaces WebpackManifestContainer, which searched for assets in the webpack manifest, with SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all. #1274
- Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
- If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285
@@ -553,8 +560,10 @@
- Component generator
- View helper and UJS for mounting components
- Server rendering with `prerender: true`
- Transform `.jsx` in the asset pipeline
-[Unreleased]: https://github.com/reactjs/react-rails/compare/v2.7.1...master
-[2.7.1]: https://github.com/shakacode/shakapacker/compare/v2.7.0...v2.7.1
-[2.7.0]: https://github.com/shakacode/shakapacker/compare/v2.6.2...v2.7.0
+[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.0...master
+[3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
+[3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0
+[2.7.1]: https://github.com/reactjs/react-rails/compare/v2.7.0...v2.7.1
+[2.7.0]: https://github.com/reactjs/react-rails/compare/v2.6.2...v2.7.0