Skip to content

Releases: ElemeFE/element-react

1.0.8

12 Jun 05:21
Compare
Choose a tag to compare

Bug fixes:

Switch: Fix the color won't change when changing the default style.
MessageBox: Keep update with [email protected].

1.0.6

07 Jun 06:43
Compare
Choose a tag to compare

Select: 修复mutiple为false时input框无法输入问题

1.0.4

06 Jun 08:52
Compare
Choose a tag to compare

Fix:

Table: console error about each child should have unique key in TableHeader.
Select: Increase filter input active width #390

1.0.3

05 Jun 08:28
Compare
Choose a tag to compare

Notable Changes:

Table: Add emptyText props.
Select: onChange event provide additional params option.

1.0.1

19 May 07:49
Compare
Choose a tag to compare

Now element-react is compatible with TypeScript, thanks @doxiaodong.

Components changes:

  • Select: Fix scroll bottom padding issue.
  • Layout: Added tag attribute for Col and Row.
  • Cascader: Added beforeFilter attribute.
  • Dropdown: Added onVisibleChange event.
  • Carousel: Added flatcard type

1.0.0

16 May 07:20
Compare
Choose a tag to compare

Component changes:

  • Table: Fix filter transition
  • Tree: keep update with element-ui
  • Upload: Fix delete button missing issue

1.0.0-beta.4

09 May 02:08
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release
  • Tabs: Show scroll indicator when Tabs has many panes.
  • Notification: New props onClick will be invoked when user click the notification.
  • Select: Fix an issue that onChange event always was invoked twice.
  • Theme: Compatible with [email protected].
  • New component: Transfer

1.0.0-beta.3

20 Apr 04:23
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Breaking changes

  • Form components' onChange event will callback the changed value instead of the bubbled event.