Skip to content

Commit 4b67dd8

Browse files
heath-freenomeRozamo
authored andcommitted
Release 5.15.0 (rjsf-team#3986)
* - Fixup `CHANGELOG.md` to merge 5.14.4 into 5.15.0 * v5.15.0
1 parent 4ff1ff6 commit 4b67dd8

File tree

19 files changed

+143
-151
lines changed

19 files changed

+143
-151
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,13 @@ should change the heading of the (upcoming) version to include a major version b
2323

2424
## @rjsf/utils
2525

26+
- Updated `resolveAllReferences()` to use own recurse list for each object properties, fixing [#3961](https://github.com/rjsf-team/react-jsonschema-form/issues/3961)
2627
- Added an experimental flag `allOf` to `experimental_defaultFormStateBehavior` for populating defaults when using `allOf` schemas [#3969](https://github.com/rjsf-team/react-jsonschema-form/pull/3969)
2728

2829
## Dev / playground
2930

30-
- Added a dropdown for changing the `experimental_defaultFormStateBehavior.allOf` behaviour in the playground
31-
32-
# 5.14.4
33-
34-
## @rjsf/utils
35-
36-
- Updated `resolveAllReferences()` to use own recurse list for each object properties, fixing [#3961](https://github.com/rjsf-team/react-jsonschema-form/issues/3961)
37-
38-
## Dev
39-
4031
- add missing typescript project reference for `utils` in `validator-ajv6` and `validator-ajv8` packages tsconfigs
32+
- Added a dropdown for changing the `experimental_defaultFormStateBehavior.allOf` behaviour in the playground
4133

4234
# 5.14.3
4335

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.14.3",
3+
"version": "5.15.0",
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.14.3",
3+
"version": "5.15.0",
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.22.15",
5757
"@babel/preset-react": "^7.22.15",
5858
"@babel/preset-typescript": "^7.22.15",
59-
"@rjsf/core": "^5.14.3",
60-
"@rjsf/snapshot-tests": "^5.14.3",
61-
"@rjsf/utils": "^5.14.3",
62-
"@rjsf/validator-ajv8": "^5.14.3",
59+
"@rjsf/core": "^5.15.0",
60+
"@rjsf/snapshot-tests": "^5.15.0",
61+
"@rjsf/utils": "^5.15.0",
62+
"@rjsf/validator-ajv8": "^5.15.0",
6363
"@rollup/plugin-replace": "^5.0.2",
6464
"@types/jest": "^29.5.5",
6565
"@types/lodash": "^4.14.198",

0 commit comments

Comments
 (0)