Skip to content

Commit 643d444

Browse files
committed
entry for #1290
1 parent c8a7c99 commit 643d444

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ Changes since last non-beta release.
99

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

12-
### Breaking Changes
13-
- Remove support & testing for Webpacker 3/4.
14-
- Add support & testing for Shakapacker v6
12+
## Breaking Changes
13+
### Removed
14+
- Support & testing for Webpacker 3/4.
15+
- WebpackManifestContainer, which searched for assets in the webpack manifest
16+
### Added
17+
- Support & testing for Shakapacker v6
18+
- SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all.
19+
### Usage
1520
- Requires separate compilations for server & client bundles (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack))
16-
- 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.
1721
- All in one PR! #1274
22+
### Dependencies
23+
- Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
1824

1925
#### Changed
2026
- The `react:component` generator now generates a function component by default #1271

0 commit comments

Comments
 (0)