mirror of https://github.com/ElemeFE/element
Page:
ChangeLog 2.4.7
Pages
ChangeLog 2.0.0 alpha.1
ChangeLog 2.0.0 alpha.2
ChangeLog 2.0.0 alpha.3
ChangeLog 2.0.0 beta.1
ChangeLog 2.0.0 rc.1
ChangeLog 2.0.0
ChangeLog 2.0.1
ChangeLog 2.0.10
ChangeLog 2.0.11
ChangeLog 2.0.2
ChangeLog 2.0.3
ChangeLog 2.0.4
ChangeLog 2.0.5
ChangeLog 2.0.6
ChangeLog 2.0.8
ChangeLog 2.0.9
ChangeLog 2.1.0
ChangeLog 2.2.0
ChangeLog 2.2.1
ChangeLog 2.2.2
ChangeLog 2.3.0
ChangeLog 2.3.1
ChangeLog 2.3.3
ChangeLog 2.3.4
ChangeLog 2.3.5
ChangeLog 2.3.6
ChangeLog 2.3.7
ChangeLog 2.3.8
ChangeLog 2.3.9
ChangeLog 2.4.0
ChangeLog 2.4.1
ChangeLog 2.4.10
ChangeLog 2.4.2
ChangeLog 2.4.3
ChangeLog 2.4.4
ChangeLog 2.4.5
ChangeLog 2.4.6
ChangeLog 2.4.7
ChangeLog 2.4.8
ChangeLog 2.4.9
Home
This file contains ambiguous Unicode characters!
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
- 修复 DatePicker 未触发表单检验的问题,#12328,#12348
- 修复 DatePicker 多选时报错的问题,#12347
- 修复 DatePicker 选择时间时 spinner 位置不正确的问题,#12415 (by @rang-ali)
- 修复 Datepicker 输入框自动填充的问题,#12521 (by @abdallanayer)
- 修复 Cascader 中 Input 未高亮的问题,#12341
- 修复 Tabpane 顺序不正确的问题,#12346
- 修复 ColorPicker 取色光标位置不正确的问题,#12376 (by @cnwhy)
- 调整 Submenu 的样式,#12457
- 修复 Submenu 选中后没有高亮的问题,#12479
- 修复 Cascader 选择值不正确的问题,#12508 (by @huangjinqiang)
- 修复 Pagination 输入框值不正确的问题,#12525
- 调整 Pagination 触发事件的顺序,#12530
- 修复 Table 的 filter 不显示的问题,#12539
- 修复 Tree 无法删除节点的问题,#12684
- 修复 Select 在单选时 Input 高度变化的问题,#12719
- 修复 Form 在嵌套时 label 显示不正确的问题,#12748
- 新增 Input 的 autocomplete 属性,废弃 auto-complete 属性,#12514 (by @axetroy)
- 新增 Form 的 slot-scope 展示表单校验信息,#12715 (by @YamenSharaf)
- Fixed DatePicker not triggering form validation, #12328 #12348
- Fixed DatePicker throwing errors in multiple mode, #12347
- Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
- Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
- Fixed Input not highlighted in Cascader, #12341
- Fixed wrong order of Tabpane, #12346
- Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
- Fixed the style of Submenu, #2457
- Fixed not highlighted after Submenu is selected, #12479
- Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
- Fixed incorrect value of Pagination input box, #12525
- Fixed order that Pagination triggers events, #12530
- Fixed Table Filter not displayed, #12539
- Fixed Tree unable to delete nodes, #12684
- Fixed height of Select Input changing in single mode, #12719
- Fixed style of FormItem label in nested Form, #12748
- Added
autocomplete
attribute for Input, deprecatedauto-complete
, #12514 (by @axetroy) - Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)