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.
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
You can’t perform that action at this time.
0 commit comments