Skip to content

Commit 6e231d3

Browse files
Merge branch 'main' into feat/custom-template-per-field
2 parents 804ba62 + 1e12bfe commit 6e231d3

File tree

22 files changed

+223
-145
lines changed

22 files changed

+223
-145
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,21 @@ should change the heading of the (upcoming) version to include a major version b
2727

2828
- Updated `advanced-customization/custom-templates` with the new feature.
2929

30+
# 5.22.4
31+
32+
## @rjsf/utils
33+
34+
- Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing [#4335](https://github.com/rjsf-team/react-jsonschema-form/issues/4335).
35+
36+
## Dev / docs / playground
37+
38+
- Fix issue 'Maximum call stack size exceeded' with playground share with large content.
39+
3040
# 5.22.3
3141

3242
## @rjsf/utils
3343

34-
- Fixed deep nested dependencies issue with assigning values to formData, fixing [[#4334](https://github.com/rjsf-team/react-jsonschema-form/issues/4334)]
44+
- Fixed deep nested dependencies issue with assigning values to formData, fixing [#4334](https://github.com/rjsf-team/react-jsonschema-form/issues/4334)
3545

3646
# 5.22.2
3747

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.22.3",
3+
"version": "5.22.4",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.22.3",
3+
"version": "5.22.4",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -56,10 +56,10 @@
5656
"@babel/preset-env": "^7.23.9",
5757
"@babel/preset-react": "^7.23.3",
5858
"@babel/preset-typescript": "^7.23.3",
59-
"@rjsf/core": "^5.22.3",
60-
"@rjsf/snapshot-tests": "^5.22.3",
61-
"@rjsf/utils": "^5.22.3",
62-
"@rjsf/validator-ajv8": "^5.22.3",
59+
"@rjsf/core": "^5.22.4",
60+
"@rjsf/snapshot-tests": "^5.22.4",
61+
"@rjsf/utils": "^5.22.4",
62+
"@rjsf/validator-ajv8": "^5.22.4",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

0 commit comments

Comments
 (0)