Skip to content

Commit

Permalink
Release 5.6.0 (#3601)
Browse files Browse the repository at this point in the history
* Release 5.6.0

- Bumped minor and patch versions of packages, major bump for rimraf
- Updated mui snapshots due to minor package update

* v5.6.0
  • Loading branch information
heath-freenome committed Apr 13, 2023
1 parent 59bfe88 commit 300dc66
Show file tree
Hide file tree
Showing 34 changed files with 12,068 additions and 35,730 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.13.0
18.16.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ should change the heading of the (upcoming) version to include a major version b

## @rjsf/core

- Switched `Form` to use the new `validatorDataMerge()` and `toErrorList()` functions instead of the new deprecated `schemaUtils.mergeValidatorData()` and `schemaUtils.getValidator().toErrorList()`
- Switched `Form` to use the new `validatorDataMerge()` and `toErrorList()` functions instead of the now deprecated `schemaUtils.mergeValidatorData()` and `schemaUtils.getValidator().toErrorList()`
- Added option to provide a callback function to `focusOnFirstError` ([3590](https://github.com/rjsf-team/react-jsonschema-form/pull/3590))
- Updated `MultiSchemaField` to handle the OpenAPI `discriminator` extension on `anyOf/oneOf` fields by passing it into `getClosestMatchingOption()` if it exists, fixing [#3512](https://github.com/rjsf-team/react-jsonschema-form/issues/3512)
- Updated `SchemaField` function to use `getSchemaType` rather than `schema.type` to set the proper class name.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.5.2",
"version": "5.6.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": false
Expand Down
220 changes: 110 additions & 110 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"@types/prettier": "^2.7.2",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"dts-cli": "^1.6.3",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest-environment-jsdom": "^27.5.1",
"lerna": "^6.6.1",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.1",
"nx": "^15.9.2",
"prettier": "^2.8.7",
"ts-jest": "^27.1.5",
Expand Down

0 comments on commit 300dc66

Please sign in to comment.