Releases: alibaba-fusion/next
Releases · alibaba-fusion/next
build/1.26.0
1.26.0-beta.4 (2022-06-30)
Bug Fixes
- Table: prevent loading crash, fix #3369 (#3973) (aaa332c)
- cellDomRef is undefined (654dcae)
- some pc h5 cross issue (bbf871c)
- CascaderSelect: could pass menuProps={{focusable: true}} to cascader fix #3685 (3a5c056)
- CascaderSelect: focus to input after select (#3712) (bd1d44f)
- Core: division deprecation warning when using dart-sass (001a21f)
- DatePicker2: fix selected value display when disabled (#3706), close #3705 (ca84bc9)
- Dialog: could custom margin-bottom when no footer fix #3799 (#3809) (a407931)
- Dialog: height type can be either number or string (#3807) (600efaf)
- Dialog: rollback body style while unmount fix #3725 (2447585)
- Dialog: style higher than props fix #3797 (a7ee53c)
- Drawer: rollback body style while unmount fix #3725 (#3829) (9155964)
- Field: fix field.validate function signature (#3723) (96f36ef)
- Input: 修复密码输入框在禁用态的时候仍然可以点击右侧的眼睛来切换显隐的问题 (44a2d12)
- Menu: keys of more, close #3733 (189b21f)
- NumberPicker: repair field setValues 0 numberPicker unread, clos… (#3752) (47462eb)
- NumberPicker: repair numberPicker log string, close #3768 (#3769) (d68df7f)
- Overlay: onTouchEnd stopPropagation by default (#3714) (8b0735a)
- Overlay: ts add placement (#3753) (504cca5)
- Range: fix onChange/onProgress types (3eb78e3)
- Range: onProcess&onChange props type error fix #2769 (#3816) (3768a0d)
- Range: repair browser count float issue, close #3652 (59c8d08)
- Select: could select item already selected fix #3791 (a2640b0)
- Select: make highlight color configurable (fce8a91)
- Select: make width stable (2962edf)
- Select: optimize controlled highlightKey question, close #3795 (#3798) (dfbd657)
- Switch: set children text size to form-element-font-size, fix #3710 (#3711) (5e63dc5)
- Tab: config active line padding (b818e6e)
- Tab: style compile fail (d266f85)
- Table: data should be mutable for async load (3653a02)
- Table: do not change dataSource (#3811) (0a52fc3)
- Table: fix memory leak (c04fb68)
- Table: hidden to __hidden (6c3e54a)
- Table: tree table support virtual (5e7c865)
- Table: virtual table with selection should tell all records, fix #3792 (62b4591)
- 修复从只读态切换到输入态时无法删除已上传的问题 (7f889d5)
- TimePicker2: fix RangePicker wrong minutes and seconds disabled (#3771), close #3766 (ecfc2d6)
- use Set to avoid duplication keys (#3772),close #3773 (2877a88)
- Transfer: fix some wrong prop-types of transfer (f1a5209)
- TreeSelect: clear search value when select, close #3738 (f47e25e)
- Upload: card add ts (b0e66af)
Features
- Avatar: theme support config border (#3967) (c83fffc)
- Badge: theme support config border, close #3963 (#3966) (812e0f2)
- Dialog: add api wrapperClassName for v2 fix #3703 (266d55f)
- Dialog: new api noPadding for Dialog body padding fix #3892 (#3893) (ffb274f)
- Search: theme support config focus status, close #3965 (#3970) (f16f16f)
- use big.js instead of bignumber.js, for smaller bundle size (#3946) (88147bd)
- Drawer: v2 version fix #3330, fix #3258, fix #3045, fix #2618, fix #2419 (23309cd)
- Message: can remove icon by iconType: false (b0f732e)
- Tab: add api showAdd fix #3632, fix #3661, fix #2869, fix #2848 (44bd710)
- Transfer: transfer support different search config between panels (#3724), close #3664 (3a3e4ed)
- optimize id-ID language copy writer (3847b6b)
build/1.25.51
1.25.51 (2022-08-25)
Bug Fixes
- ConfigProvider: add type definition for defaultPropsConfig (#4060) (2c24cc0)
- Core: use '0px' as zero unit to prevent css error (#4056) (2d2656e)
- Nav: increase css priotiry, close #4050 (3953968)
- SplitButton: fix typescript type error , close #4037 #4047 (#4048) (a2232bf), closes #40337 #4044 #40337 #4044
- Table: not modify columns props passed from outside, close #4062 (e2e6581)
build/1.26.0-beta.8
1.26.0-beta.4 (2022-06-30)
Bug Fixes
- Table: prevent loading crash, fix #3369 (#3973) (aaa332c)
- cellDomRef is undefined (654dcae)
- some pc h5 cross issue (bbf871c)
- CascaderSelect: could pass menuProps={{focusable: true}} to cascader fix #3685 (3a5c056)
- CascaderSelect: focus to input after select (#3712) (bd1d44f)
- Core: division deprecation warning when using dart-sass (001a21f)
- DatePicker2: fix selected value display when disabled (#3706), close #3705 (ca84bc9)
- Dialog: could custom margin-bottom when no footer fix #3799 (#3809) (a407931)
- Dialog: height type can be either number or string (#3807) (600efaf)
- Dialog: rollback body style while unmount fix #3725 (2447585)
- Dialog: style higher than props fix #3797 (a7ee53c)
- Drawer: rollback body style while unmount fix #3725 (#3829) (9155964)
- Field: fix field.validate function signature (#3723) (96f36ef)
- Input: 修复密码输入框在禁用态的时候仍然可以点击右侧的眼睛来切换显隐的问题 (44a2d12)
- Menu: keys of more, close #3733 (189b21f)
- NumberPicker: repair field setValues 0 numberPicker unread, clos… (#3752) (47462eb)
- NumberPicker: repair numberPicker log string, close #3768 (#3769) (d68df7f)
- Overlay: onTouchEnd stopPropagation by default (#3714) (8b0735a)
- Overlay: ts add placement (#3753) (504cca5)
- Range: fix onChange/onProgress types (3eb78e3)
- Range: onProcess&onChange props type error fix #2769 (#3816) (3768a0d)
- Range: repair browser count float issue, close #3652 (59c8d08)
- Select: could select item already selected fix #3791 (a2640b0)
- Select: make highlight color configurable (fce8a91)
- Select: make width stable (2962edf)
- Select: optimize controlled highlightKey question, close #3795 (#3798) (dfbd657)
- Switch: set children text size to form-element-font-size, fix #3710 (#3711) (5e63dc5)
- Tab: config active line padding (b818e6e)
- Tab: style compile fail (d266f85)
- Table: data should be mutable for async load (3653a02)
- Table: do not change dataSource (#3811) (0a52fc3)
- Table: fix memory leak (c04fb68)
- Table: hidden to __hidden (6c3e54a)
- Table: tree table support virtual (5e7c865)
- Table: virtual table with selection should tell all records, fix #3792 (62b4591)
- 修复从只读态切换到输入态时无法删除已上传的问题 (7f889d5)
- TimePicker2: fix RangePicker wrong minutes and seconds disabled (#3771), close #3766 (ecfc2d6)
- use Set to avoid duplication keys (#3772),close #3773 (2877a88)
- Transfer: fix some wrong prop-types of transfer (f1a5209)
- TreeSelect: clear search value when select, close #3738 (f47e25e)
- Upload: card add ts (b0e66af)
Features
- Avatar: theme support config border (#3967) (c83fffc)
- Badge: theme support config border, close #3963 (#3966) (812e0f2)
- Dialog: add api wrapperClassName for v2 fix #3703 (266d55f)
- Dialog: new api noPadding for Dialog body padding fix #3892 (#3893) (ffb274f)
- Search: theme support config focus status, close #3965 (#3970) (f16f16f)
- use big.js instead of bignumber.js, for smaller bundle size (#3946) (88147bd)
- Drawer: v2 version fix #3330, fix #3258, fix #3045, fix #2618, fix #2419 (23309cd)
- Message: can remove icon by iconType: false (b0f732e)
- Tab: add api showAdd fix #3632, fix #3661, fix #2869, fix #2848 (44bd710)
- Transfer: transfer support different search config between panels (#3724), close #3664 (3a3e4ed)
- optimize id-ID language copy writer (3847b6b)
build/1.25.50
build/1.25.49
build/1.26.0-beta.7
1.26.0-beta.4 (2022-06-30)
Bug Fixes
- Table: prevent loading crash, fix #3369 (#3973) (aaa332c)
- cellDomRef is undefined (654dcae)
- some pc h5 cross issue (bbf871c)
- CascaderSelect: could pass menuProps={{focusable: true}} to cascader fix #3685 (3a5c056)
- CascaderSelect: focus to input after select (#3712) (bd1d44f)
- Core: division deprecation warning when using dart-sass (001a21f)
- DatePicker2: fix selected value display when disabled (#3706), close #3705 (ca84bc9)
- Dialog: could custom margin-bottom when no footer fix #3799 (#3809) (a407931)
- Dialog: height type can be either number or string (#3807) (600efaf)
- Dialog: rollback body style while unmount fix #3725 (2447585)
- Dialog: style higher than props fix #3797 (a7ee53c)
- Drawer: rollback body style while unmount fix #3725 (#3829) (9155964)
- Field: fix field.validate function signature (#3723) (96f36ef)
- Input: 修复密码输入框在禁用态的时候仍然可以点击右侧的眼睛来切换显隐的问题 (44a2d12)
- Menu: keys of more, close #3733 (189b21f)
- NumberPicker: repair field setValues 0 numberPicker unread, clos… (#3752) (47462eb)
- NumberPicker: repair numberPicker log string, close #3768 (#3769) (d68df7f)
- Overlay: onTouchEnd stopPropagation by default (#3714) (8b0735a)
- Overlay: ts add placement (#3753) (504cca5)
- Range: fix onChange/onProgress types (3eb78e3)
- Range: onProcess&onChange props type error fix #2769 (#3816) (3768a0d)
- Range: repair browser count float issue, close #3652 (59c8d08)
- Select: could select item already selected fix #3791 (a2640b0)
- Select: make highlight color configurable (fce8a91)
- Select: make width stable (2962edf)
- Select: optimize controlled highlightKey question, close #3795 (#3798) (dfbd657)
- Switch: set children text size to form-element-font-size, fix #3710 (#3711) (5e63dc5)
- Tab: config active line padding (b818e6e)
- Tab: style compile fail (d266f85)
- Table: data should be mutable for async load (3653a02)
- Table: do not change dataSource (#3811) (0a52fc3)
- Table: fix memory leak (c04fb68)
- Table: hidden to __hidden (6c3e54a)
- Table: tree table support virtual (5e7c865)
- Table: virtual table with selection should tell all records, fix #3792 (62b4591)
- 修复从只读态切换到输入态时无法删除已上传的问题 (7f889d5)
- TimePicker2: fix RangePicker wrong minutes and seconds disabled (#3771), close #3766 (ecfc2d6)
- use Set to avoid duplication keys (#3772),close #3773 (2877a88)
- Transfer: fix some wrong prop-types of transfer (f1a5209)
- TreeSelect: clear search value when select, close #3738 (f47e25e)
- Upload: card add ts (b0e66af)
Features
- Avatar: theme support config border (#3967) (c83fffc)
- Badge: theme support config border, close #3963 (#3966) (812e0f2)
- Dialog: add api wrapperClassName for v2 fix #3703 (266d55f)
- Dialog: new api noPadding for Dialog body padding fix #3892 (#3893) (ffb274f)
- Search: theme support config focus status, close #3965 (#3970) (f16f16f)
- use big.js instead of bignumber.js, for smaller bundle size (#3946) (88147bd)
- Drawer: v2 version fix #3330, fix #3258, fix #3045, fix #2618, fix #2419 (23309cd)
- Message: can remove icon by iconType: false (b0f732e)
- Tab: add api showAdd fix #3632, fix #3661, fix #2869, fix #2848 (44bd710)
- Transfer: transfer support different search config between panels (#3724), close #3664 (3a3e4ed)
- optimize id-ID language copy writer (3847b6b)