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.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
16
16
17
17
-->
18
18
19
+
# 6.5.1
20
+
21
+
## Dev / docs / playground
22
+
23
+
- Updated peer dependencies to 6.5.x
24
+
19
25
# 6.5.0
20
26
21
27
## @rjsf/antd
@@ -60,6 +66,7 @@ should change the heading of the (upcoming) version to include a major version b
60
66
61
67
- Added `key={label}` to key input in `WrapIfAdditionalTemplate` to reset input value after duplicate key rename ([#4999](https://github.com/rjsf-team/react-jsonschema-form/issues/4999))
62
68
- Added opt-in `optionValueFormat: 'realValue'` support to `SelectWidget`, `RadioWidget`, and `CheckboxesWidget` ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
69
+
- Added support for passing MUI-specific props (e.g., `sx`, `rjsfSlotProps`, `variant`) directly through `uiSchema` for all templates and widgets, fixing [#4996](https://github.com/rjsf-team/react-jsonschema-form/issues/4996)
63
70
64
71
## @rjsf/primereact
65
72
@@ -81,10 +88,6 @@ should change the heading of the (upcoming) version to include a major version b
81
88
- Added `key={label}` to key input in `WrapIfAdditionalTemplate` to reset input value after duplicate key rename ([#4999](https://github.com/rjsf-team/react-jsonschema-form/issues/4999))
82
89
- Added opt-in `optionValueFormat: 'realValue'` support to `SelectWidget`, `RadioWidget`, and `CheckboxesWidget` ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
83
90
84
-
## @rjsf/mui
85
-
86
-
- Added support for passing MUI-specific props (e.g., `sx`, `rjsfSlotProps`, `variant`) directly through `uiSchema` for all templates and widgets, fixing [#4996](https://github.com/rjsf-team/react-jsonschema-form/issues/4996)
87
-
88
91
## @rjsf/utils
89
92
90
93
- Added `removeOptionalEmptyObjects` utility function to recursively strip fully empty optional objects based on their parent's `required` properties, fixing [#4954](https://github.com/rjsf-team/react-jsonschema-form/issues/4954)
@@ -103,9 +106,6 @@ should change the heading of the (upcoming) version to include a major version b
103
106
- Updated References playground sample to demonstrate `oneOf` with `ui:title` at recursive depth, related to [#4986](https://github.com/rjsf-team/react-jsonschema-form/issues/4986)
104
107
- Updated the building of the `mantine` theme to properly support ESM, fixing [#5025](https://github.com/rjsf-team/react-jsonschema-form/issues/5025)
105
108
- Updated the `validator-ajv8.md` and `validation.md` documetation for the new `suppressDuplicateFiltering` configuration prop
106
-
107
-
## Dev / Docs / Playground
108
-
109
109
- Added comprehensive documentation for `@rjsf/mui` customization via `uiSchema` (including `rjsfSlotProps` usage).
0 commit comments