You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improves the documentation for precompiled validators based on rjsf-team#4618 feedback
- Updated `validation.md` to improve the documentation
- Updated `CHANGELOG.md` to reflect this change
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ should change the heading of the (upcoming) version to include a major version b
27
27
- Added `getChakra` to package exports
28
28
- Restored the `ui:options` customization
29
29
30
+
## Dev / docs / playground
31
+
32
+
- Updated precompiled schemas documentation in `validation.md` based on v6 changes, addressingg [#4618](https://github.com/rjsf-team/react-jsonschema-form/issues/4618)
If you are currently using the `customizeValidator()` function to provide `additionalMetaSchemas`, `customFormats`, `ajvOptionsOverrides` and/or `ajvFormatOptions` then you can pass those in as the optional third parameter to the `compileSchemaValidators()` function in a manner similar to:
41
+
If you are currently using the `customizeValidator()` function to provide `additionalMetaSchemas`, `customFormats`,
42
+
`ajvOptionsOverrides` and/or `ajvFormatOptions` then you can pass those in as the optional third parameter to the
43
+
`compileSchemaValidators()` function in a manner similar to:
0 commit comments