v1 Changelog
1.0.0
Version 1.0 achieves comprehensive test coverage with over 90% code coverage and 85% branch coverage.
For migration from v0, please pay attention to the changes below.
New 🆕
- Added internationalization (i18n) support to the component library.
- Added SSR support to the component library.
- Added utils methods utils-tree.
- SchemaForm component added read-only table mode.
- ProTable component added
delSuccessPropsproperty.
Changes 💥
- ProTable component property changes (
modalPropsandformPropsmerged intomodalFormProps). - ProTable component property name changed (
confirmModelTypechanged todelConfirmType). - ProTable component property changes (
confirmModalPropsremoved, changed todelPopconfirmPropsanddelModalConfirmProps). - ProTable component property name changed (
optionColSpaceSizechanged tooptionColumnSpaceProps). - ProTable component export functionality changes:
- Removed the default dependency on the exceljs library, which helps reduce the bundle size of the component library.
- For pages that need export functionality, you need to install the exceljs library first, then call the related methods. Reference documentation
- FormUpload component removed the functionality of automatically injecting the loading property to children. Changed to provide the loading property to the children function.
Types
- ProForm component
submitterproperty now supports boolean type.