Skip to content

Releases: alibaba-fusion/next

build/1.14.5

22 May 11:49
Compare
Choose a tag to compare

1.14.5 (2019-05-22)

Bug Fixes

  • Field: parseName defaults (#683) (7fe0130)
  • Field: revert typescript of Field to any (c35d935)
  • Input: maxLength in safari on Mac. Close #671 (f771d67)
  • Tab: should not listen to extra keyboard events (50e1699)

build/1.14.4

16 May 12:24
Compare
Choose a tag to compare

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

  • add file types/ to customize index.d.ts (c537d81)
  • Menu: add API embeddable (6d21bb1)
  • Nav: add API embeddable (1379df3)
  • Table: add API sortIcons to customize sort icons (7abcf7c)

build/1.14.3

09 May 12:41
Compare
Choose a tag to compare

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

29 Apr 07:56
Compare
Choose a tag to compare

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

24 Apr 09:50
Compare
Choose a tag to compare

1.14.1 (2019-04-24)

Bug Fixes

  • Tab: capsure tab shakes (a19901f)
  • Tab: wrong initial position due to animation (fbd079e)
  • Tag: pass checked state to onChange (57cfa20)
  • Tree: error when checkKey not in dataSource (b925d76)

build/1.14.0

11 Apr 11:12
Compare
Choose a tag to compare

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

11 Apr 08:33
Compare
Choose a tag to compare

1.13.13 (2019-04-11)

Bug Fixes

  • Pagination: pagination dropdown position (93482f7)
  • Table: mismatch between minWidth and value, close #554 (c589863)

build/1.13.12

04 Apr 07:12
Compare
Choose a tag to compare

1.13.12 (2019-04-04)

Bug Fixes

  • Balloon: babel exports issue (74a09a4)

build/1.13.11

04 Apr 03:26
Compare
Choose a tag to compare

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

28 Mar 06:40
Compare
Choose a tag to compare

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 in TransferPanel (d088da9)
  • Upload: Resolve context missing (8a26eec)

Features

  • Balloon: make Tooltip's shadow configurable (9a6a931)
  • Menu: add API to set selectIcon right (b5dd678)
  • Slider: make slider dots configurable (027c2a4)