Releases: alibaba-fusion/next
Releases · alibaba-fusion/next
build/1.14.5
build/1.14.4
1.14.4 (2019-05-16)
Bug Fixes
- fix DatePicker,Switch,Upload to a11y (99ef836)
- Checkbox: number 0 should be rendered (93318d8)
- Field: no react key props for errors (93127d6)
- Menu: Resolve expanding and selecting in uncontrolled mode (#667) (0ba7e4a)
- Menu: Resolve items that created by
React.forwardRef
(807d8de) - Select: hight first item with remote datasource. Close #654 (d784ee0)
Features
build/1.14.3
1.14.3 (2019-05-09)
Bug Fixes
- Core: clip-path in sr-only destroys scrolling performance (49ff99f)
- Dialog: fixed height dialog (c334b2b)
- Menu empty focus key when blur using undefined (#634) (8c6a3af)
- Slider: dots should be cursor: pointer; (1754a74)
- Table: using clientHeight instead of maxBodyHeight (33abd4a)
- Upload: a11y problem (97ab17b)
build/1.14.2
1.14.2 (2019-04-29)
Bug Fixes
- Balloon: autoFocus should be false when triggerType is focus (af7cce1)
- DatePicker: delete input, can`t select date (cf9f9e4)
- Loading: backwards compatible fullscreen (3ff5972)
- Loading: fix offset for fullscreen (481c409)
- Overlay: touch events to dismiss overlay (b35a59c)
- Select: issue #550 add api followTrigger (9312ea8)
- Step: step keydown event bubble bug (4a843f0)
- Table: add deprecated API to make 0.x 1.x behave the same (43f17aa)
- Tag: fix state not matching props (#614) (52d09dd)
build/1.14.1
build/1.14.0
1.14.0 (2019-04-11)
Bug Fixes
- support function component (a1b1f41)
- Radio: add configurations (f5dbaa9)
- Tab: add default maxHeight for tab popup (5358921)
- Tab: change variable order (8451ef8)
- Tab: issues of closable (05ec227)
- Tab: remove invalid character in variable name (8dbd6df)
- Tab: slide related issues (986178a)
- Table: merge cell with GroupHeader GroupFooter, close #547 (4a420cb)
- TreeSelect: supoort a11y, add aria attrs (d34bdc2)
Deprecated
- Balloon: triggerType=focus is deprecated at Balloon (32710a3)
- Dropdown: triggerType="focus" is deprecated (a07bb54)
Features
- add accessibility.scss (127fbe7)
- Breadcrumb: add component props (3e9c3ae)
- Collapse: add title hover theme variables (19f3501)
- DatePicker: add keyboard control (025f752)
- Dialog: quick dialog padding (14a4ded)
- Input: add api hasBorder for TextArea. Close #266 (d3c8e23)
- Message: configable message icon type (7a80c13)
- Overlay: custom keycode trigger (7ebfb99)
- Select: support a11y. Close #327 (22a42e7)
- Slider: split variable for dots height & width (2f5c247)
- Step: support keyborad direction and use semantic label (7225e8b)
- Tab: adding more configuration of wrapped tab (e72129e)
- Tab: support more config (70511e9)
- Table: make header padding configurable (3b7a23b)
- Tag: add content min width theme variable (8bfef9a)
- Upload: allow down load when disabled (975cbab)
- Upload: card and drag configurable item (9b485d7)
build/1.13.13
build/1.13.12
build/1.13.11
1.13.11 (2019-04-04)
Bug Fixes
- Balloon: popup won't goaway when hover out of disabled Button (c569486), closes close#308
- Balloon: strengthen robustness for align, close#517 (a820b1a)
- Rating: remove form tag (fa87aa9)
- Search: search config bug (6919e41)
- Select: AutoComplete can input space with popupContent. Close #500 (07dc088)
- Tab: adding api document (3ba4f26)
build/1.13.10
1.13.10 (2019-03-28)
Bug Fixes
- Input: fix lineheight. Close #214 (706adce)
- Menu: filter duplicate keys (e8e6e52)
- Nav: remove focus style which equals to hover (f31320f)
- NumberPicker: remove padding in inline mode (a5c59a7)
- Range: revert unnecessary style change (7ed0bb9)
- Select: use mouse to select text. Close #469 (d474b7a)
- Select: value={0} display bug. Close #449 (6e7e642)
- SplitButton: normal icon color override (b18c332)
- Switch: disable handle not centered when config border (f28bf52)
- Tab: right border missing in capsule shape (8ff454e)
- Table: style confusion caused by vertical scrollbar, close #473 (9149879)
- Transfer: fix wrong Type of
title
props inTransferPanel
(d088da9) - Upload: Resolve context missing (8a26eec)