Skip to content

Commit

Permalink
Fixes for #3228 (playground dev crash), #3213 (Ajv8 additionalPropert…
Browse files Browse the repository at this point in the history
…ies validation) (#3229)
  • Loading branch information
nickgros committed Nov 5, 2022
1 parent 914f0a1 commit 651bc02
Show file tree
Hide file tree
Showing 13 changed files with 1,231 additions and 137 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,17 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
should change the heading of the (upcoming) version to include a major version bump.
-->
# 5.0.0-beta.13

## @rjsf/playground
- Fix Vite development server [#3228](https://github.com/rjsf-team/react-jsonschema-form/issues/3228)

## @rjsf/validator-ajv8
- Fix additionalProperties validation [#3213](https://github.com/rjsf-team/react-jsonschema-form/issues/3213)
- Report all schema errors thrown by Ajv. Previously, we would only report errors thrown for a missing meta-schema. This behavior is unchanged for @rjsf/validator-ajv6.
- Disable Ajv strict mode by default.
- Add RJSF-specific additional properties keywords to Ajv to prevent errors from being reported in strict mode.

# 5.0.0-beta.12

## @rjsf/antd
Expand Down
1 change: 1 addition & 0 deletions packages/playground/index.html
Expand Up @@ -9,6 +9,7 @@
rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
/>
<script>window.global = globalThis</script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 651bc02

Please sign in to comment.