Releases: alibaba-fusion/next
Releases · alibaba-fusion/next
build/1.17.8
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
- Table: add small size (bce73f0)
build/1.17.7
build/1.17.6
build/1.17.5
build/1.17.3
build/1.17.2
1.17.2 (2019-08-09)
build/1.17.1
1.17.1 (2019-08-08)
build/1.17.0
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
build/1.16.5
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)