Skip to content

Releases: alibaba-fusion/next

build/1.26.0

30 Aug 06:54
Compare
Choose a tag to compare

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

build/1.25.51

25 Aug 06:26
Compare
Choose a tag to compare

1.25.51 (2022-08-25)

Bug Fixes

build/1.26.0-beta.8

18 Aug 06:43
Compare
Choose a tag to compare

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

build/1.25.50

11 Aug 08:35
Compare
Choose a tag to compare

1.25.50 (2022-08-11)

Bug Fixes

  • Table: optimize expandedRowIndent type hints (#4039) (9d80631)

build/1.25.49

04 Aug 10:02
Compare
Choose a tag to compare

1.25.49 (2022-08-04)

Features

  • Dialog: add wrapperClassName to Dialog v2 (ddb7bc2)

build/1.26.0-beta.7

28 Jul 07:41
Compare
Choose a tag to compare

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

build/1.25.47

26 Jul 06:42
Compare
Choose a tag to compare

1.25.47 (2022-07-26)

Bug Fixes

  • Tree: fix select-all bug on parent node when treeCheckedStrategy set as "child", close #3984, #3936 (7a86713)

build/1.25.46

25 Jul 06:17
Compare
Choose a tag to compare

1.25.46 (2022-07-25)

Bug Fixes

build/1.26.0-beta.6

12 Jul 06:46
Compare
Choose a tag to compare

1.26.0-beta.6 (2022-07-12)

Bug Fixes

  • CascaderSelect: filter duplicated non-existent value, close #3921 (#3968) (a9960a2)

Features

  • TreeSelect: support not clear search value when choose item, close #3985 (3f09e6b)

build/1.26.0-beta.5

07 Jul 06:52
Compare
Choose a tag to compare

1.26.0-beta.5 (2022-07-07)

Bug Fixes

  • Slider: activeIndex changes while rerender fix #3722 (76b8284)