Skip to content

Commit 58e3109

Browse files
authored
Update changelog for version 3 (#1296)
* Update changelog for version 3 entry * Update links
1 parent 91060d0 commit 58e3109

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Changes since last non-beta release.
99

1010
_Please add entries here for your pull requests that are not yet released._
1111

12+
## [3.0.0] - 2023-08-14
13+
1214
### Breaking Changes
1315
- 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
1416
- 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
@@ -555,6 +557,7 @@ _Please add entries here for your pull requests that are not yet released._
555557
- Server rendering with `prerender: true`
556558
- Transform `.jsx` in the asset pipeline
557559

558-
[Unreleased]: https://github.com/reactjs/react-rails/compare/v2.7.1...master
559-
[2.7.1]: https://github.com/shakacode/shakapacker/compare/v2.7.0...v2.7.1
560-
[2.7.0]: https://github.com/shakacode/shakapacker/compare/v2.6.2...v2.7.0
560+
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.0.0...master
561+
[3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0
562+
[2.7.1]: https://github.com/reactjs/react-rails/compare/v2.7.0...v2.7.1
563+
[2.7.0]: https://github.com/reactjs/react-rails/compare/v2.6.2...v2.7.0

0 commit comments

Comments
 (0)