CHANGELOG.md in react-rails-2.7.0 vs CHANGELOG.md in react-rails-2.7.1

- old
+ new

@@ -7,34 +7,24 @@ ## Unreleased Changes since last non-beta release. _Please add entries here for your pull requests that are not yet released._ -## [2.7.0.rc.0] - TBD +## [2.7.1] - 2023-05-19 +#### Bug Fixes +- Fix ReactDomClient initialization error during SSR. #1278 + +## [2.7.0] - 2023-05-06 + #### New Features - Camelizes keys with primitive values, in addition to hashes #946 - Expose alternative implementations for `ReactUJS.getConstructor` #1050 - Include turbolinks in dev and update webdrivers #1174 - Add support for multiple `require.context` with addition of `useContexts` #1144 -- Update dependencies +- Update many dependencies -#### Update dependencies - - react to 17.0.2 #1218 - - webpack to 5.74.0 - - webpack-dev-server to 2.11.5 #1150 - - Node-sass to 7.0.0 #1158 - - url-parse to 1.5.10 #1167 - - minimist to 1.2.6 #1169 - - async to 2.6.4 #1178 - - rack to 2.2.3.1 #1182 - - eventsource to 1.1.1 #1183 - - rails-html-sanitizer to 1.4.3 #1188 - - tzinfo to 1.2.10 #1190 - -#### Deprecation - #### Bug Fixes - Fix installation crash caused by absolute path for `source_entry_path` in default `config/webpacker.yml` coming from `shakapacker` version 6.x - #1216 - Fix warning for loading `react-dom` in React 18 - #1269 ## 2.6.2 @@ -554,7 +544,8 @@ - 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.0...master +[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