Skip to content

Commit 4cba056

Browse files
Merge branch 'main' into freeze-docs-v5
2 parents 373358d + e171966 commit 4cba056

File tree

22 files changed

+510
-238
lines changed

22 files changed

+510
-238
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,18 @@ should change the heading of the (upcoming) version to include a major version b
2626

2727
- Restricted the chakra-react-select peerDependency to <6.0.0, fixing [#4539](https://github.com/rjsf-team/react-jsonschema-form/issues/4539)
2828

29+
## @rjsf/core
30+
31+
- Do not display input field in MultiSchemaField with null type
32+
2933
## @rjsf/mui
3034

3135
- Fixed issue in BaseInputTemplate where input props were passed to `slotProps.htmlInput`, which does not work in MUI v5.
3236

37+
## @rjsf/utils
38+
39+
- Fixed issue with schema combinators(allOf, anyOf, oneOf) could not be modified when defaults were set, fixing [#4555](https://github.com/rjsf-team/react-jsonschema-form/issues/4555)
40+
3341
## Dev / docs / playground
3442

3543
- Updated docs for ArrayFieldItemTemplate to include prop `onCopyIndexClick`, fixing [#4507](https://github.com/rjsf-team/react-jsonschema-form/issues/4507)

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.24.8",
3+
"version": "5.24.9",
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.24.8",
3+
"version": "5.24.9",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -84,10 +84,10 @@
8484
"@babel/preset-env": "^7.23.9",
8585
"@babel/preset-react": "^7.23.3",
8686
"@babel/preset-typescript": "^7.23.3",
87-
"@rjsf/core": "^5.24.8",
88-
"@rjsf/snapshot-tests": "^5.24.8",
89-
"@rjsf/utils": "^5.24.8",
90-
"@rjsf/validator-ajv8": "^5.24.8",
87+
"@rjsf/core": "^5.24.9",
88+
"@rjsf/snapshot-tests": "^5.24.9",
89+
"@rjsf/utils": "^5.24.9",
90+
"@rjsf/validator-ajv8": "^5.24.9",
9191
"@rollup/plugin-replace": "^5.0.5",
9292
"@types/jest": "^29.5.12",
9393
"@types/lodash": "^4.14.202",

packages/bootstrap-4/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/bootstrap-4",
3-
"version": "5.24.8",
3+
"version": "5.24.9",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -76,10 +76,10 @@
7676
"@babel/preset-env": "^7.23.9",
7777
"@babel/preset-react": "^7.23.3",
7878
"@babel/preset-typescript": "^7.23.3",
79-
"@rjsf/core": "^5.24.8",
80-
"@rjsf/snapshot-tests": "^5.24.8",
81-
"@rjsf/utils": "^5.24.8",
82-
"@rjsf/validator-ajv8": "^5.24.8",
79+
"@rjsf/core": "^5.24.9",
80+
"@rjsf/snapshot-tests": "^5.24.9",
81+
"@rjsf/utils": "^5.24.9",
82+
"@rjsf/validator-ajv8": "^5.24.9",
8383
"@types/jest": "^29.5.12",
8484
"@types/react": "^18.2.58",
8585
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)