Skip to content

Commit 4e7a1c6

Browse files
committed
Move the changelog entry out of v3
1 parent 01d0feb commit 4e7a1c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

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

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

12+
#### Added
13+
- Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293
14+
1215
## [3.0.0] - 2023-08-14
1316

1417
### Breaking Changes
@@ -17,9 +20,6 @@ _Please add entries here for your pull requests that are not yet released._
1720
- Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
1821
- If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285
1922

20-
#### Added
21-
- Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293
22-
2323
#### Changed
2424
- The `react:component` generator now generates a function component by default #1271
2525

0 commit comments

Comments
 (0)