Skip to content

Commit bae9c8c

Browse files
Releasing 6.5.1
- Bumped peerDeps to 6.5.x - Updated `CHANGELOG.md` - Bumped version tags
1 parent f6a3e90 commit bae9c8c

19 files changed

Lines changed: 202 additions & 201 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19+
# 6.5.1
20+
21+
## Dev / docs / playground
22+
23+
- Updated peer dependencies to 6.5.x
24+
1925
# 6.5.0
2026

2127
## @rjsf/antd
@@ -60,6 +66,7 @@ should change the heading of the (upcoming) version to include a major version b
6066

6167
- 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))
6268
- 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)
6370

6471
## @rjsf/primereact
6572

@@ -81,10 +88,6 @@ should change the heading of the (upcoming) version to include a major version b
8188
- 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))
8289
- Added opt-in `optionValueFormat: 'realValue'` support to `SelectWidget`, `RadioWidget`, and `CheckboxesWidget` ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
8390

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-
8891
## @rjsf/utils
8992

9093
- 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
103106
- 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)
104107
- Updated the building of the `mantine` theme to properly support ESM, fixing [#5025](https://github.com/rjsf-team/react-jsonschema-form/issues/5025)
105108
- Updated the `validator-ajv8.md` and `validation.md` documetation for the new `suppressDuplicateFiltering` configuration prop
106-
107-
## Dev / Docs / Playground
108-
109109
- Added comprehensive documentation for `@rjsf/mui` customization via `uiSchema` (including `rjsfSlotProps` usage).
110110

111111
# 6.4.2

0 commit comments

Comments
 (0)