Skip to content

Commit c021895

Browse files
Add support for Antd 6 (#5035)
Update packages/antd/src/templates/ErrorList/index.tsx Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
1 parent e744e73 commit c021895

10 files changed

Lines changed: 8186 additions & 8827 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ should change the heading of the (upcoming) version to include a major version b
2424
- Updated `ErrorList` and `IconButton` to destructure icons imported from `@ant-design/icons`, fixing [#4953](https://github.com/rjsf-team/react-jsonschema-form/issues/4953)
2525
- 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))
2626
- Updated `BaseInputTemplate` to destructure and guard `min`/`max` before spreading onto `InputNumber`, fixing a build error caused by the widened `InputPropsType` (`number | string`)
27+
- Added support for Antd v6, addressing [#4995](https://github.com/rjsf-team/react-jsonschema-form/issues/4995)
2728

2829
## @rjsf/chakra-ui
2930

0 commit comments

Comments
 (0)