Skip to content

Commit

Permalink
chore: Bump peerDependencies to ^5.8.x (#3726)
Browse files Browse the repository at this point in the history
* chore: Bump peerDependencies to >=5.8.x
- Updated the `bump-peer-deps.js` file to add a `>=` to the peer dependencies string
- Ran the script and then manually updated the `package-lock.json` files
- Updated the `CHANGELOG.md` file accordingly

* - Fix build (hopefully)

* - rollback the package-lock.json for playground to fix the build
  • Loading branch information
heath-freenome authored Jun 6, 2023
1 parent 3cf37b3 commit d48e49e
Show file tree
Hide file tree
Showing 23 changed files with 374,414 additions and 64,088 deletions.
34 changes: 20 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,13 @@ should change the heading of the (upcoming) version to include a major version b
-->

# 5.8.0

## @rjsf/validator-ajv8
# 5.8.1

- Updated `AJV8PrecompiledValidator.rawValidation()` to use resolve root schema when comparing input schema, fixing [#3708](https://github.com/rjsf-team/react-jsonschema-form/issues/3708)
## Dev / docs / playground

## @rjsf/utils
- Updated peer dependencies in all packages to `^5.8.x`

- Updated `getClosestMatchingOption` to return selected option if all options score the same, fixing [#3693](https://github.com/rjsf-team/react-jsonschema-form/issues/3693) and [#3705](https://github.com/rjsf-team/react-jsonschema-form/issues/3705)
- Updated `resolveCondition` to default formData as empty object when evaluating if expression, fixing [#3706](https://github.com/rjsf-team/react-jsonschema-form/issues/3706)
- Updated `retrieveSchemaInternal` to return failed merged allOf sub schemas for expandAllBranches flag, fixing [#3689](https://github.com/rjsf-team/react-jsonschema-form/issues/3700)
- Updated `hashForSchema` to sort schema fields in consistent order before stringify to prevent different hash ids for the same schema
- Updated `enumOptionsSelectValue` to allow picking falsy enumOptions, fixing [#3716](https://github.com/rjsf-team/react-jsonschema-form/issues/3716)
# 5.8.0

## @rjsf/bootstrap-4

Expand All @@ -38,6 +32,12 @@ should change the heading of the (upcoming) version to include a major version b

- Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

## @rjsf/core

- Updated SchemaField to be able to render markdown in the description field
- Updated `MultiSchemaField.getMatchingOption` to use option index from `getClosestMatchingOption`, fixing [#3693](https://github.com/rjsf-team/react-jsonschema-form/issues/3693) and
[#3705](https://github.com/rjsf-team/react-jsonschema-form/issues/3705)

## @rjsf/fluent-ui

- Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes
Expand All @@ -54,11 +54,17 @@ should change the heading of the (upcoming) version to include a major version b

- Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

## @rjsf/core
## @rjsf/utils

- Updated SchemaField to be able to render markdown in the description field
- Updated `MultiSchemaField.getMatchingOption` to use option index from `getClosestMatchingOption`, fixing [#3693](https://github.com/rjsf-team/react-jsonschema-form/issues/3693) and
[#3705](https://github.com/rjsf-team/react-jsonschema-form/issues/3705)
- Updated `getClosestMatchingOption` to return selected option if all options score the same, fixing [#3693](https://github.com/rjsf-team/react-jsonschema-form/issues/3693) and [#3705](https://github.com/rjsf-team/react-jsonschema-form/issues/3705)
- Updated `resolveCondition` to default formData as empty object when evaluating if expression, fixing [#3706](https://github.com/rjsf-team/react-jsonschema-form/issues/3706)
- Updated `retrieveSchemaInternal` to return failed merged allOf sub schemas for expandAllBranches flag, fixing [#3689](https://github.com/rjsf-team/react-jsonschema-form/issues/3700)
- Updated `hashForSchema` to sort schema fields in consistent order before stringify to prevent different hash ids for the same schema
- Updated `enumOptionsSelectValue` to allow picking falsy enumOptions, fixing [#3716](https://github.com/rjsf-team/react-jsonschema-form/issues/3716)

## @rjsf/validator-ajv8

- Updated `AJV8PrecompiledValidator.rawValidation()` to use resolve root schema when comparing input schema, fixing [#3708](https://github.com/rjsf-team/react-jsonschema-form/issues/3708)

## Dev / docs / playground

Expand Down
Loading

0 comments on commit d48e49e

Please sign in to comment.