next

🦍 A configurable component library for web built on React.

MIT License

Downloads
52K
Stars
4.6K
Committers
179

Bot releases are hidden (Show)

next - build/1.26.0-beta.8

Published by lakerswgq about 2 years ago

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

next - build/1.25.50

Published by lakerswgq about 2 years ago

1.25.50 (2022-08-11)

Bug Fixes

  • Table: optimize expandedRowIndent type hints (#4039) (9d80631)
next - build/1.25.49

Published by lakerswgq about 2 years ago

1.25.49 (2022-08-04)

Features

  • Dialog: add wrapperClassName to Dialog v2 (ddb7bc2)
next - build/1.26.0-beta.7

Published by lakerswgq about 2 years ago

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

next - build/1.25.47

Published by lakerswgq about 2 years ago

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)
next - build/1.25.46

Published by lakerswgq about 2 years ago

1.25.46 (2022-07-25)

Bug Fixes

next - build/1.26.0-beta.6

Published by lakerswgq over 2 years ago

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)
next - build/1.26.0-beta.5

Published by lakerswgq over 2 years ago

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

Bug Fixes

  • Slider: activeIndex changes while rerender fix #3722 (76b8284)
next - build/1.26.0-beta.4

Published by lakerswgq over 2 years ago

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

next - build/1.25.45

Published by lakerswgq over 2 years ago

1.25.45 (2022-06-28)

Bug Fixes

  • CascaderSelect: filter duplicated non-existent value, close #3921 (#3968) (7b8ab75)
next - build/1.25.44

Published by lakerswgq over 2 years ago

1.25.44 (2022-06-21)

Bug Fixes

  • Table: table d.ts add wordBreak props (#3960) (5163641)
  • Tree: not calculate all checked value when checkedStrategy is child (#3961) (5e2c577)
  • TreeSelect: support turn off local filter, close #3939 (#3959) (6f6b3f1)
next - build/1.25.43

Published by lakerswgq over 2 years ago

1.25.43 (2022-06-16)

Bug Fixes

next - build/1.25.42

Published by lakerswgq over 2 years ago

1.25.42 (2022-06-14)

Bug Fixes

  • Menu: focuseKey type contain obj, close #3929 (086937b)
  • Slider: add pauseOnHover on d.ts (#3950) (fc8d20f)
  • TreeSelect: calculate all checked value only when treeCheckedStrategy=all, close#3936 (35ff149)
  • TreeSelect: fix treeCheckedStrategy issue (2558ce7)

Features

  • Form: new api errorMessageName for replace validate name fix #3937 (ed0915d)
next - build/1.25.41

Published by lakerswgq over 2 years ago

1.25.41 (2022-06-02)

Bug Fixes

  • TimePicker2: fix FooterPanel ok button locale, close #3932 (1086b4b)
next - build/1.25.40

Published by lakerswgq over 2 years ago

1.25.40 (2022-05-31)

Bug Fixes

  • DatePicker2: fix defaultPanelValue default value, close #3803 (1491c51)
next - build/1.25.39

Published by lakerswgq over 2 years ago

1.25.39 (2022-05-26)

Bug Fixes

  • Core: remove s-auto for sass-build error (41b5f84)
  • Menu: repair menu focusedKey type warning, close #3817 (a673175)
next - build/1.25.39-beta

Published by lakerswgq over 2 years ago

1.25.39-beta (2022-05-24)

Bug Fixes

  • Cascader: optimize render performance, fix #3903 (8f31be2)
  • Core: remove s-auto for sass-build error (41b5f84)
next - build/1.25.38

Published by lakerswgq over 2 years ago

1.25.38 (2022-05-19)

Bug Fixes

next - build/1.25.37

Published by lakerswgq over 2 years ago

1.25.37 (2022-05-19)

Bug Fixes

next - build/1.25.36

Published by lakerswgq over 2 years ago

1.25.36 (2022-05-10)

Bug Fixes

  • TimePicker2: value under control on RangePicker (9a4a517)