Skip to content

Releases: ElemeFE/element-react

1.1.0

18 Jul 06:52
Compare
Choose a tag to compare
Bump versions

1.0.19

14 Jul 03:26
Compare
Choose a tag to compare
Fix Slider onChange event

1.0.18

12 Jul 06:41
Compare
Choose a tag to compare
Fix Select (#482)

* Select: 1.修复可搜索的Select在输入选项中不存在的值时关闭下拉框后未清空手输值的问题;2.支持filterable的可搜索的Select未选中option无法关闭下拉框的问题

* Select: 修复非可搜索条件下选中value为空的option时label值被清空的问题

1.0.17

06 Jul 10:15
Compare
Choose a tag to compare

Bug fixes:

DatePicker: Only one active date picker each time. #467
Cascader: beforeFilter was been caused bad access, now it's belong to props instead of props.props.

1.0.16

29 Jun 06:46
Compare
Choose a tag to compare

Critical Release

Select: Vanish a hidden bug that will cause the whole app reach 100% cpu and freeze.

1.0.15

28 Jun 06:31
Compare
Choose a tag to compare

Bug fixes:

AutoComplete: Dropdown options were hard to select sometimes.
Select: Correct the input height when Select has multiple items as default value. #449
Message: Replace svg files with inline svg so there's no need to config with svg-loader any more. #453

1.0.14

23 Jun 10:50
Compare
Choose a tag to compare

Bug fixes:

Form: Form.Item will display required asterisk as expected.

1.0.11

19 Jun 07:37
Compare
Choose a tag to compare

Bug fixes:

Table: Remove console errors and logs, fix filter popup layout issue.

1.0.10

16 Jun 09:52
Compare
Choose a tag to compare

Bug fixes:

Input: focus and blur will not work as expected in some cases.

1.0.9

16 Jun 07:42
Compare
Choose a tag to compare

Bugs fixed:

Input: icon re-support ReactElement.