@kdesignable/formily-antd
v1.0.0
Published
### Install
Downloads
9
Readme
@kdesignable/formily-antd
Install
npm install --save @kdesignable/formily-antdPeer dependencies
| Package | Range |
| ------------------------ | -------- |
| antd | ^6.0.0 |
| react / react-dom | >=18.0.0 |
| @potop/formily-antd-v6 | ^2.0.1 |
| @formily/react | ^2.3.7 |
| @formily/reactive | ^2.3.7 |
| @formily/shared | ^2.3.7 |
Migration from v5
This package now targets Ant Design v6 and React 18+.
Key changes:
@formily/antd-v5has been replaced by@potop/formily-antd-v6.@ant-design/v5-patch-for-react-19is no longer required.- All
antd/lib/*deep imports have been removed. Tabs.TabPaneandCollapse.Panelhave been migrated to theitemsAPI.- Deprecated schema props (
bordered,dropdownMatchSelectWidth,tooltipVisible,tooltipPlacement) have been updated to their v6 equivalents in the built-in schema definitions.
Legacy schema support
Pass migrateV5Schema: true to createDesigner() to automatically normalize v5 prop keys when loading schemas created by the previous editor version. See the root README for the full normalization table.
