mirror of https://github.com/ElemeFE/element
Changelog: update for 2.4.7 (#12765)
parent
0bc07d7ec4
commit
813345d1bd
|
@ -1,5 +1,28 @@
|
|||
## Changelog
|
||||
|
||||
### 2.4.7
|
||||
|
||||
*2018-09-14*
|
||||
|
||||
- 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, deprecated `auto-complete`, #12514 (by @axetroy)
|
||||
- Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
|
||||
|
||||
### 2.4.6
|
||||
|
||||
*2018-08-09*
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
## Changelog
|
||||
|
||||
### 2.4.7
|
||||
|
||||
*2018-09-14*
|
||||
|
||||
- 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, deprecated `auto-complete`, #12514 (by @axetroy)
|
||||
- Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
|
||||
|
||||
### 2.4.6
|
||||
|
||||
*2018-08-09*
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
## 更新日志
|
||||
|
||||
### 2.4.7
|
||||
|
||||
*2018-09-14*
|
||||
|
||||
- 修复 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)
|
||||
|
||||
### 2.4.6
|
||||
|
||||
*2018-08-09*
|
||||
|
|
Loading…
Reference in New Issue