Skip to content

Releases: alibaba-fusion/next

build/1.17.8

29 Aug 11:42
Compare
Choose a tag to compare

1.17.8 (2019-08-29)

Bug Fixes

  • CascaderSelect: click selected item can`t close (b623436)
  • Dialog: allow disableScroll. fix #954 (04f19b3)
  • Field: shallow copy. Close #1062 (97ffea6)
  • Search: change the way of using sass method(color calculation) (84808e1)
  • Slider: correct arrow disabled state in some case, close #1065 (a9b319b)
  • Tab: use visibility instead of display to control tab content show. (#1058) (2bb776d)
  • Tree: disabled node can`t set checked (dcb1686)
  • Collapse: use getDerivedStateFromProps (01eb9f2)(17598a6)

Features

build/1.17.7

21 Aug 10:57
Compare
Choose a tag to compare

1.17.7 (2019-08-21)

Bug Fixes

  • Checkbox: checkbox will update indeterminate state when in group (8b9582a)
  • Overlay: remove position absolute. fix #1016 (7d87e86)
  • Select: fix onSearchClear function (12f2a92)
  • Select: readonly (0d732d6)
  • Tree: undined of parent (f38f440)

build/1.17.6

15 Aug 06:26
Compare
Choose a tag to compare

1.17.6 (2019-08-15)

Bug Fixes

  • Menu: value in selectedKeys doesn't exit in k2n (fef80cd)

build/1.17.5

14 Aug 11:56
Compare
Choose a tag to compare

1.17.5 (2019-08-14)

Bug Fixes

  • Field: bug of resetToDefault withtou initValue. close #1001 (a76b05c)
  • Input: support null to reset value (0ecc5c2)
  • Pagination: react warning use setTimout event (0e92ade)

Features

  • Animate: add slide animations (407dc5b)
  • Drawer: make drawer configurable (fbc4ad2)
  • Locale: add Drawer words (1be3ea8)

build/1.17.3

09 Aug 09:08
Compare
Choose a tag to compare

1.17.3 (2019-08-09)

Bug Fixes

  • Select: width should be in outer dom (c8f072f)

build/1.17.2

09 Aug 02:23
Compare
Choose a tag to compare

1.17.2 (2019-08-09)

build/1.17.1

08 Aug 14:29
Compare
Choose a tag to compare

1.17.1 (2019-08-08)

build/1.17.0

08 Aug 12:32
Compare
Choose a tag to compare

1.17.0 (2019-08-08)

Bug Fixes

  • add name and value (5beedd8)
  • Input: fix textarea (ac270ea)
  • Input: fix ts property (9ceb94a)
  • Menu: paddingLeft should only be related to inline mode (1115687)
  • Menu: string in Group/SubMenu causes error, close #952 (18a7f17)
  • Nav: subNav should be selected if it has selected child, close #520 (3eca52f)
  • Range: prevent arrow keyup event when disabled (05f5a87)
  • Search: onSearch ts (35d33dc)
  • Select: popupComponent do not need syncWidth (71d7943)
  • Tab: only focus after first render (5feb398)
  • Transfer: fix that Transfer component cannot be dragged in firefox (0f72ef6)
  • Transfer: pass test case (632dea7)
  • Tree: Still can check after disableChecked (20ac774)
  • Typescript: add a tags ts. (443eecf)
  • TypeScript: correct Upload Dragger props, close #936 (2c4ad4c)

Features

  • Add Next Adaptor (0c7f49c)
  • Add Next Adaptor (#903) (807e258)
  • time-function & duration update (f4535d3)
  • Breadcrumb: maxNode support auto (9ce0323)
  • ConfigProvider: add device prop (67161a1)
  • DatePicker: support set Array defaultValue (2f9ea90)
  • Dialog: add max-width to fit phone (66f463a)
  • Drawer: add new component Drawer (2ca6f17)
  • Form: force set labelAlign=top while device=phone (f07260f)
  • NumberPicker: force set type=inline while device=phone (0666869)
  • Pagination: support device (52054e1)
  • Range: add touch test case for Range (6e2c85a)
  • Range: range component support touch event (ac03213)
  • Select: add api popupComponent to custom Popup (737f7e4)
  • Tab: support device touchable (3c356bf)
  • TimePicker: add renderTimeMenuItems prop (8c368f1)

build/1.16.6

08 Aug 08:06
Compare
Choose a tag to compare

1.16.6 (2019-08-01)

Bug Fixes

  • Typescript: fix menu-button & split-button (0cfe939)

build/1.16.5

01 Aug 08:09
Compare
Choose a tag to compare

1.16.5 (2019-08-01)

Bug Fixes

  • CascaderSelect: not exist value be removed (2b1dee8)
  • Dialog: pass event to onClose of Dialog.show, close #947 (9921578)
  • Field: use constructor not initValue fix #924 (3fe5cf7)
  • Pagination: button style override pagination (41e9399)
  • Typescript: add button props to menu-button split-button (61a9c54)
  • Upload: bug by Dragger value under controlled. Close #923 (c2ea8a7)