Skip to content

Releases: alibaba-fusion/next

build/1.12.7

21 Feb 07:11
Compare
Choose a tag to compare

1.12.7 (2019-02-21)

Bug Fixes

  • Radio: child can contain null (c703b60)

build/1.12.6

21 Feb 03:07
Compare
Choose a tag to compare

1.12.6 (2019-02-21)

Bug Fixes

  • Cascader: set listStyle height style error (61ea4f7)
  • Input: add name to input dom (51d151f)

build/1.12.5

20 Feb 11:46
Compare
Choose a tag to compare

1.12.5 (2019-02-20)

Bug Fixes

  • style for rtl in Menu & Slider (573694a)
  • Message: can`t config content font-size (2c18b4d)
  • Radio: a11y (f26cb24)
  • Table: can't set className via getRowProps in tree mode, close #343 (44c20cb)

Features

  • Tag: wrap in ConfigProvider (95233cc)

build/1.12.4

14 Feb 02:26
Compare
Choose a tag to compare

1.12.4 (2019-02-14)

Bug Fixes

  • Checkbox: group didn't honor children's indeternimated state (f90a747)
  • Input: textarea placeholder in ie11 (069c73b)
  • Select: could add tag while popup not visible (662a959)
  • Table: can't scroll horizontally when body scrollTop !== 0 (5935b52)
  • Table: head selection emptied wrongly (adb3b59)

Features

  • Icon: suport size of inherit (48e7f1d)
  • Progress: remove tabindex (602b267)
  • Step: uniform parameter of step (e1d2ab5)

build/1.12.3

28 Jan 14:42
Compare
Choose a tag to compare

1.12.3 (2019-01-28)

Bug Fixes

  • Pagination: locale text error (406c198)
  • Tab: extra is covered by other elements (c3d913f)
  • Tab: inproperly focus when using with field (0d3bd2c)

build/1.12.2

28 Jan 06:24
Compare
Choose a tag to compare

1.12.2 (2019-01-28)

Bug Fixes

  • Util: DO NOT process any non-string type value (2a3280f)

build/1.12.1

27 Jan 12:46
Compare
Choose a tag to compare

1.12.1 (2019-01-27)

Bug Fixes

  • Upload: import method from wrong path (7c1a6b6)

build/1.12.0

25 Jan 10:23
Compare
Choose a tag to compare

1.12.0 (2019-01-25)

Bug Fixes

  • Card: not compute card footer in height (45da06d)
  • Cascader: array will reverse (24e2a0d)
  • Cascader: keyboard not blur (cf590d5)
  • CascaderSelect: value type not equal dataSource value (bfc501a)
  • Dialog: add aria-label for close icon (4a1d8ea)
  • Form: add role=grid to form (b2f3cad)
  • Form: remove warning while message write in jsx (6c58149)
  • Form: switch aligin while size=large (09a4690)
  • Loading: fix fullscreen in demo (1d5e4e2)
  • Menu: keycode.space trigger click (531492e)
  • Menu: to much data overflow when popupAlign is outside (8cd9e8d)
  • Nav: can't config nav group label font size/height (c875ed3)
  • Nav: icon-only overflow bug fix (c0446cd)
  • NumberPicker: no onBlur while click btn (6e70f1e)
  • NumberPicker: value set to min while next value < min by click + (bf26494)
  • Pagination: pageSizeSelector is overlay (9b7464a)
  • Pagination: select dropdown menu position error on scrolling (d585117)
  • Radio: button shape hover border covers checked border (730a892)
  • Search: disable not work (1bedb19)
  • Select: Option value can be array (fe350f2)
  • Select: display text should not change while under controlled (b962954)
  • Select: double trigger onVisibleChange while click arrow (cdf79ee)
  • Select: fix Select with useVirtual when empty dataSource (#164) (13ea88c)
  • Select: text should updated with dataSource changed (16588fe)
  • Switch: add focus state, close #177 (479206d)
  • Switch: tweak switch off-state right padding (f6f898d)
  • Tab: also update doc (d7d0ab5)
  • Tab: can not render when child have null item (247e8cb)
  • Tab: extra align middle by default (19ee2af)
  • Tab: pure/text/capsule extra align center (3f3282b)
  • Tab: TabItem no 'disabled' prop in API document (28ed342)
  • Tab, Grid: inconsistency between doc and code (c387ec5)
  • Table: style conflict with align (73dbe39)
  • Table: wrong value of offsetTop when set scrollToRow, close #117 (4e3fa18)
  • Timeline: timline-item warning has function type prop (36df1d8)
  • Tree: expandKeys will reset on async load data (b1818d1)
  • TreeSelect: support defaultValue/value is null string (ab04292)
  • Upload: allow remove file when disabled (0a01de8)
  • Upload: expose error to OnError in beforeUpload, Close #128 (1981db5)
  • Validate: value can be false (206fbce)

Features

  • Badge: support aria (d890f47)
  • Breadcrumb: support a11y (bd93737)
  • CascaderSelect: support a11y (4a40b2a)
  • CascaderSelect: support itemRender (9afffaa)
  • Collapse: accessibility support (48bee98)
  • ConfigProvider: support set rtl when setting locale (72f3b0f)
  • ConfigProvider: support set rtl when setting locale (930bc40)
  • DatePicker: add dateCellRender monthCellRender prop (ca549f9)
  • DatePicker: add inputProps prop (3d92b8a)
  • Dialog: throw Error when occur in onOk (35e1a9a)
  • Dropdown: support aria (df2a05d)
  • Nav: support aria (bf4de51)
  • NumberPicker: a11y support (8eacabf)
  • Pagination: add a11y support (b922a06)
  • Progress: progress accessibility support (524e97f)
  • Radio: support name props for Radio & customer tagName for Group (3e4e971)
  • Range: a11y (4d2b69c)
  • Rating: accessibility support (f68a23c)
  • Slider: support aria (c9bf1d2)
  • SplitButton: add leftButtonProps (4d854e0)
  • Step: support aria (3b55daa)
  • Switch: switch a11y (2c2645c)
  • Tab: tab a11y (7a47360)
  • Table: add alignHeader & remove locale (7f99ed0)
  • TimePicker: support a11y (590dae6)
  • Tree: support a11y (e7ec789)
  • Upload: add error text for text list (32149af)
  • Upload: add progress props (f2d460c)
  • Upload: disallow remove when disabled, Close #132 (e535cde)
  • Upload: image list error text display (69bbc64)
  • Upload: mod upload config ability (432ef76)
  • Upload: support custom request method (1a9a7b6)
  • Upload: trigger error when exceed limit (cf71c2a)

build/1.11.11

22 Jan 06:53
Compare
Choose a tag to compare

1.11.11 (2019-01-22)

Bug Fixes

  • Form: no need form-element-large-size in form (08420c6)
  • NumberPicker: value set to min while next value < min by click + (6863b9f)
  • Select: double trigger onVisibleChange while click arrow (20f2e1c)

build/1.11.10

17 Jan 06:47
Compare
Choose a tag to compare

1.11.10 (2019-01-17)

Bug Fixes