Skip to content

Commit d5f6028

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-custom-validation-regression
2 parents aec420a + 1238e0a commit d5f6028

File tree

19 files changed

+154
-164
lines changed

19 files changed

+154
-164
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ should change the heading of the (upcoming) version to include a major version b
1717
-->
1818
# 5.24.3
1919

20+
## @rjsf/utils
21+
22+
- Rollback [4446](https://github.com/rjsf-team/react-jsonschema-form/pull/4446) due to regression
23+
2024
## Dev / docs / playground
2125
- Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. [#4472](https://github.com/rjsf-team/react-jsonschema-form/pull/4472)
2226

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.2",
3+
"version": "5.24.3",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

Lines changed: 68 additions & 78 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.2",
3+
"version": "5.24.3",
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.24.2",
60-
"@rjsf/snapshot-tests": "^5.24.2",
61-
"@rjsf/utils": "^5.24.2",
62-
"@rjsf/validator-ajv8": "^5.24.2",
59+
"@rjsf/core": "^5.24.3",
60+
"@rjsf/snapshot-tests": "^5.24.3",
61+
"@rjsf/utils": "^5.24.3",
62+
"@rjsf/validator-ajv8": "^5.24.3",
6363
"@rollup/plugin-replace": "^5.0.5",
6464
"@types/jest": "^29.5.12",
6565
"@types/lodash": "^4.14.202",

0 commit comments

Comments
 (0)