Skip to content

Commit b26110f

Browse files
authored
Merge branch 'main' into feat/custom-template-per-field
2 parents c772a6b + 8c4e726 commit b26110f

File tree

26 files changed

+317
-144
lines changed

26 files changed

+317
-144
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ 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.2
31+
32+
## @rjsf/core
33+
34+
- Fix an issue where only the first file was uploaded when users selected multiple files for upload.
35+
- Fixed validation regression Form not revalidating after formData change, fixing [#4343](https://github.com/rjsf-team/react-jsonschema-form/issues/4343)
36+
37+
## @rjsf/validator-ajv8
38+
39+
- Fixed `AJV8Validator#transformRJSFValidationErrors` to replace the error message field with either the `uiSchema`'s `ui:title` field if one exists or the `parentSchema` title if one exists. Fixes [#4348](https://github.com/rjsf-team/react-jsonschema-form/issues/4348)
40+
41+
# 5.22.1
42+
43+
## Dev / docs / playground
44+
45+
- Bumped peer dependencies to 5.22.x due to updated type definition and API changes in @rjsf/utils
46+
3047
# 5.22.0
3148

3249
## @rjsf/core

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.1",
3+
"version": "5.22.2",
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.1",
3+
"version": "5.22.2",
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.1",
60-
"@rjsf/snapshot-tests": "^5.22.1",
61-
"@rjsf/utils": "^5.22.1",
62-
"@rjsf/validator-ajv8": "^5.22.1",
59+
"@rjsf/core": "^5.22.2",
60+
"@rjsf/snapshot-tests": "^5.22.2",
61+
"@rjsf/utils": "^5.22.2",
62+
"@rjsf/validator-ajv8": "^5.22.2",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

0 commit comments

Comments
 (0)