CHANGELOG.md in react-rails-3.1.1 vs CHANGELOG.md in react-rails-3.2.0

- old
+ new

@@ -7,10 +7,19 @@ ## Unreleased Changes since the last non-beta release. _Please add entries here for your pull requests that are not yet released._ +#### Changed +- Make es6 and ts usable at same time. #1299 +- Support other JS package managers using `package_json` gem #1306 + +## [3.1.1] - 2023-08-16 + +#### Removed +- Removed the replace-null functionality due a severe logic error added in 3.1.0 #1300 + ## [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 @@ -560,10 +569,11 @@ - 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/v3.1.0...master +[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.1...master +[3.1.1]: https://github.com/reactjs/react-rails/compare/v3.1.0...v3.1.1 [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