File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Changes since last non-beta release.
9
9
10
10
_ Please add entries here for your pull requests that are not yet released._
11
11
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
+
12
15
## [ 3.0.0] - 2023-08-14
13
16
14
17
### Breaking Changes
@@ -17,9 +20,6 @@ _Please add entries here for your pull requests that are not yet released._
17
20
- Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
18
21
- If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285
19
22
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
-
23
23
#### Changed
24
24
- The ` react:component ` generator now generates a function component by default #1271
25
25
You can’t perform that action at this time.
0 commit comments