Skip to content

Commit feeacb4

Browse files
committed
Reorganize changelog
1 parent f1417e7 commit feeacb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS pa
88
Changes since last non-beta release.
99

1010
_Please add entries here for your pull requests that are not yet released._
11-
- Add option to replace `null`s in props with `undefined` via `ReactRailsUJS.setOptions` #1273
1211

1312
### Breaking Changes
1413
- 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
1514
- 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
1615
- Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
1716
- If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285
1817

18+
#### Added
19+
- Added option to replace `null`s in props with `undefined` via `ReactRailsUJS.setOptions` #1273
20+
1921
#### Changed
2022
- The `react:component` generator now generates a function component by default #1271
2123

0 commit comments

Comments
 (0)