next

🦍 A configurable component library for web built on React.

MIT License

Downloads
52K
Stars
4.6K
Committers
179

Bot releases are visible (Hide)

next - build/1.26.15

Published by lakerswgq over 1 year ago

1.26.15 (2023-03-09)

Bug Fixes

next - build/1.26.14

Published by lakerswgq over 1 year ago

1.26.14 (2023-02-27)

next - build/1.26.13

Published by lakerswgq over 1 year ago

1.26.13 (2023-02-27)

Bug Fixes

next - build/1.26.13-beta

Published by lakerswgq over 1 year ago

1.26.13-beta (2023-02-23)

Bug Fixes

Performance Improvements

next - build/1.26.12

Published by lakerswgq almost 2 years ago

1.26.12 (2023-01-11)

Bug Fixes

  • Menu: fix hozInLine mode popup bug when subMenu has a specified key, close #4222 (#4226) (7c747b0)
next - build/1.26.11

Published by lakerswgq almost 2 years ago

1.26.11 (2022-12-27)

Bug Fixes

next - build/1.26.10

Published by lakerswgq almost 2 years ago

1.26.10 (2022-12-20)

Bug Fixes

next - build/1.26.9

Published by lakerswgq almost 2 years ago

1.26.9 (2022-12-06)

Bug Fixes

  • ConfigProvider: support using ref on function component, close #4203(#4204) (7f69703)
  • Dialog: add TS definition for wrapperClassName props, close #4155 (#4198) (2791f70)
next - build/1.26.8

Published by lakerswgq almost 2 years ago

1.26.8 (2022-11-17)

Bug Fixes

  • DatePicker2: support config state props, close #3750 (#4189) (6fc1474)
  • DatePicker2: update display value when toggle showTime props (#4190) (fe7f913)
  • Table: optimize cell props ts signature (#4188) (1a86a5b)
next - build/1.26.7

Published by lakerswgq almost 2 years ago

1.26.7 (2022-11-15)

Bug Fixes

next - build/1.26.6

Published by lakerswgq almost 2 years ago

1.26.6 (2022-11-01)

Bug Fixes

next - build/1.27.0-beta

Published by lakerswgq almost 2 years ago

1.27.0-beta (2022-10-28)

Features

  • Dialog: add delegateDom and ifStopBubbling for dialog-v2 and overlay, close #4098(#4145) (e31a1e8)
next - build/1.26.5

Published by lakerswgq almost 2 years ago

1.26.5 (2022-10-27)

Bug Fixes

  • Nav: optimize nav ts definition and update theme input-group style, close #4150 (#4166) (8b60f5e)
next - build/1.26.4

Published by lakerswgq about 2 years ago

1.26.4 (2022-10-18)

Bug Fixes

next - build/1.26.4-beta

Published by lakerswgq about 2 years ago

1.26.4-beta (2022-10-12)

Bug Fixes

  • Dialog: add useCapture props (3059116)
next - build/1.26.3

Published by lakerswgq about 2 years ago

1.26.3 (2022-10-11)

Bug Fixes

next - build/1.26.2

Published by lakerswgq about 2 years ago

1.26.2 (2022-09-20)

Bug Fixes

  • Balloon: update safeNode ts (b7b6bc6)

Features

next - build/1.26.1

Published by lakerswgq about 2 years ago

1.26.1 (2022-09-08)

Bug Fixes

  • Card: limit show/hide divider selector (cd8e782)
  • Form: useLabelForErrorMessage of Form.Item have a higher priority than Form (#4088) (b0aec62)
  • Notification: update notfication icon api and form labelAlign api document, close #4087 #3917 (ae4413e)
  • Table: optimize table loding (e215a92)
  • Table: prevent crash when dataSource is undefined, close #4073 (cc1817a)

Features

  • ballon-onVisibleChange add args (64777e1)
next - build/1.26.0

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.51

Published by lakerswgq about 2 years ago

1.25.51 (2022-08-25)

Bug Fixes