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
Copy file name to clipboardExpand all lines: CHANGELOG_v6.md
-34Lines changed: 0 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,37 +33,3 @@ should change the heading of the (upcoming) version to include a major version b
33
33
- IconButton: Remove deprecated `block` prop
34
34
- RangeWidget: Use `FormRange` component
35
35
- SelectWidget: Use new FormSelect component, remove `bsPrefix` prop to achieve correct styling
36
-
37
-
# 5.15.1
38
-
39
-
## @rjsf/core
40
-
41
-
- fix `getFieldNames`. Now correctly defines an array of primitives.
42
-
43
-
## @rjsf/validator-ajv6
44
-
45
-
- Updated the `AJV6Validator` class to expose the internal `ajv` object, allowing access to support a fix related to [#3972](https://github.com/rjsf-team/react-jsonschema-form/issues/3972)
46
-
47
-
## @rjsf/validator-ajv8
48
-
49
-
- Updated the `AJV8Validator` class to expose the internal `ajv` object, allowing access to support a fix related to [#3972](https://github.com/rjsf-team/react-jsonschema-form/issues/3972)
50
-
51
-
## Dev / docs / playground
52
-
53
-
- Updated the documentation to describe how to use the newly exposed `ajv` variable
54
-
55
-
# 5.15.0
56
-
57
-
## @rjsf/mui
58
-
59
-
- fix gap in text and select widget outlines when `"ui:label": false` is specified.
60
-
61
-
## @rjsf/utils
62
-
63
-
- Updated `resolveAllReferences()` to use own recurse list for each object properties, fixing [#3961](https://github.com/rjsf-team/react-jsonschema-form/issues/3961)
64
-
- 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)
65
-
66
-
## Dev / playground
67
-
68
-
- add missing typescript project reference for `utils` in `validator-ajv6` and `validator-ajv8` packages tsconfigs
69
-
- Added a dropdown for changing the `experimental_defaultFormStateBehavior.allOf` behaviour in the playground
0 commit comments