Skip to content

Releases: alibaba-fusion/next

build/1.11.1

06 Dec 03:08
Compare
Choose a tag to compare

1.11.1 (2018-12-06)

Bug Fixes

build/1.11.0

05 Dec 12:21
Compare
Choose a tag to compare

1.11.0 (2018-12-05)

Features

  • Select/Input/Message: rtl supported in Select/Input/Message (3bb15c8)
  • Affix: implement affix by {position: absolute} (da3e3ec)
  • Balloon: support rtl (64522d1)
  • Button: support rtl (d863787)
  • Calendar: support rtl (d1c1e44)
  • ConfigProvider: config-provider support rtl (e91591a)
  • ConfigProvider: support set global rtl (622dda4)
  • DatePicker: support rtl (2d140fb)
  • Dialog: add rtl support (bd3a66e)
  • Icon: support rtl (027fa40) (fc5c02b)
  • Menu: support rtl (5241d7b)
  • Nav: support rtl (923593a)
  • Overlay: add rtl prop for overlay (6d77142) (e5630de)
  • Pagination: support rtl (d34959c)
  • Progress: add color & backgroundColor props (1e9cd94)
  • Progress: add rtl support (cbe6747)
  • Radio: support rtl (6a906a9)
  • Search: add rtl to search (931729a)
  • Slider: support rtl (c7416ab)
  • Step: support rtl (a0645a0)
  • Timeline: support rtl (0f3860b)
  • TimePicker: support rtl (310155a)

build/1.10.3

05 Dec 07:45
Compare
Choose a tag to compare

1.10.3 (2018-12-05)

build/1.10.2

04 Dec 11:46
Compare
Choose a tag to compare

1.10.2 (2018-12-04)

Bug Fixes

  • CascaderSelect: split of null bug (1afac48)
  • Table: maxBodyHeight both accept Number and String (552f747)
  • Table: pass affixProps to affix (0540cba)
  • Tree: selectable=false cursor:default (66bc721)

build/1.9.22

05 Dec 08:54
Compare
Choose a tag to compare
chore(*): Release-build/1.9.22

build/1.10.1

29 Nov 08:10
Compare
Choose a tag to compare

1.10.1 (2018-11-29)

build/1.10.0

28 Nov 03:33
Compare
Choose a tag to compare

1.10.0 (2018-11-28)

Bug Fixes

  • Search: medium search will overflow box when height = s-7 (14dfbb0)
  • Search: pass visible into Autocomplete (9fae8fe)

Features

  • Cascader: add useVirtual prop, open virtual scroller (769e156)
  • CascaderSelect: add useVirtual prop (a2b724d)
  • Form: Item support function children (c3ced42)
  • Select: add item from dataSource to onChange(v,e, item) (ff0405f)
  • Select: support virtuallist in simple case (b982efe)
  • Tag: add selectable tag theme demos (dfdd536)
  • Transfer: Support for disabling panel operations (40f6743)
  • VirtualList: add API jumpIndex (2d137e2)
  • VirtualList: add new component (29b78f5)
  • VirtualList: consider as items of the same height by default (c9576ec)

build/1.9.21

27 Nov 07:26
Compare
Choose a tag to compare

1.9.21 (2018-11-27)

Bug Fixes

  • Input: bug of value=0 with htmlType=number (0805a38)
  • Message: When there are multiple Message, the first can't close (d3004f4)
  • Search: left border-raduis not 0 (8713611)
  • Select: bug of autoWidth (829f53b)
  • Select: bug of autoWidth (b80e4bb)
  • Select: bug of onEnter (17e13cd)
  • Select: double onKeyDown (4b2e1b3)

build/1.9.20

21 Nov 09:20
Compare
Choose a tag to compare

1.9.20 (2018-11-21)

Bug Fixes

  • ConfigProvider: Isolate multiple context data (ca4bbd4), closes #43
  • ConfigProvider: Update cache in expection (a6c6151)
  • Rating: Enhance robustness (6e40724)

build/1.9.19

16 Nov 09:33
Compare
Choose a tag to compare

1.9.19 (2018-11-16)

Bug Fixes

  • Affix: update postion in didmount (1438cdf)
  • Checkbox: Change label type from string to any reanderable (858083e)
  • DatePicker: add onChange params type (5c753f1)
  • DatePicker: disabledHours no use in time end panel (31e1256)
  • Range: Scale tips become hollow on browser zoom (1ed7f49)
  • Tab: maxCall exceeded when parent using flex display (c916d21)
  • Table: style chaos when head sticky (e952632)
  • TreeSelect: 'key' undefined error without treeCheckable prop (ca4afe5)

Features

  • Cascader: loadData add argument source data (2ca6a99)