Skip to content

Commit 813345d

Browse files
authored
Changelog: update for 2.4.7 (#12765)
1 parent 0bc07d7 commit 813345d

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed

CHANGELOG.en-US.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Changelog
22

3+
### 2.4.7
4+
5+
*2018-09-14*
6+
7+
- Fixed DatePicker not triggering form validation, #12328 #12348
8+
- Fixed DatePicker throwing errors in multiple mode, #12347
9+
- Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
10+
- Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
11+
- Fixed Input not highlighted in Cascader, #12341
12+
- Fixed wrong order of Tabpane, #12346
13+
- Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
14+
- Fixed the style of Submenu, #2457
15+
- Fixed not highlighted after Submenu is selected, #12479
16+
- Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
17+
- Fixed incorrect value of Pagination input box, #12525
18+
- Fixed order that Pagination triggers events, #12530
19+
- Fixed Table Filter not displayed, #12539
20+
- Fixed Tree unable to delete nodes, #12684
21+
- Fixed height of Select Input changing in single mode, #12719
22+
- Fixed style of FormItem label in nested Form, #12748
23+
- Added `autocomplete` attribute for Input, deprecated `auto-complete`, #12514 (by @axetroy)
24+
- Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
25+
326
### 2.4.6
427

528
*2018-08-09*

CHANGELOG.es.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Changelog
22

3+
### 2.4.7
4+
5+
*2018-09-14*
6+
7+
- Fixed DatePicker not triggering form validation, #12328 #12348
8+
- Fixed DatePicker throwing errors in multiple mode, #12347
9+
- Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
10+
- Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
11+
- Fixed Input not highlighted in Cascader, #12341
12+
- Fixed wrong order of Tabpane, #12346
13+
- Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
14+
- Fixed the style of Submenu, #2457
15+
- Fixed not highlighted after Submenu is selected, #12479
16+
- Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
17+
- Fixed incorrect value of Pagination input box, #12525
18+
- Fixed order that Pagination triggers events, #12530
19+
- Fixed Table Filter not displayed, #12539
20+
- Fixed Tree unable to delete nodes, #12684
21+
- Fixed height of Select Input changing in single mode, #12719
22+
- Fixed style of FormItem label in nested Form, #12748
23+
- Added `autocomplete` attribute for Input, deprecated `auto-complete`, #12514 (by @axetroy)
24+
- Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
25+
326
### 2.4.6
427

528
*2018-08-09*

CHANGELOG.zh-CN.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## 更新日志
22

3+
### 2.4.7
4+
5+
*2018-09-14*
6+
7+
- 修复 DatePicker 未触发表单检验的问题,#12328#12348
8+
- 修复 DatePicker 多选时报错的问题,#12347
9+
- 修复 DatePicker 选择时间时 spinner 位置不正确的问题,#12415 (by @rang-ali
10+
- 修复 Datepicker 输入框自动填充的问题,#12521 (by @abdallanayer
11+
- 修复 Cascader 中 Input 未高亮的问题,#12341
12+
- 修复 Tabpane 顺序不正确的问题,#12346
13+
- 修复 ColorPicker 取色光标位置不正确的问题,#12376 (by @cnwhy
14+
- 调整 Submenu 的样式,#12457
15+
- 修复 Submenu 选中后没有高亮的问题,#12479
16+
- 修复 Cascader 选择值不正确的问题,#12508 (by @huangjinqiang
17+
- 修复 Pagination 输入框值不正确的问题,#12525
18+
- 调整 Pagination 触发事件的顺序,#12530
19+
- 修复 Table 的 filter 不显示的问题,#12539
20+
- 修复 Tree 无法删除节点的问题,#12684
21+
- 修复 Select 在单选时 Input 高度变化的问题,#12719
22+
- 修复 Form 在嵌套时 label 显示不正确的问题,#12748
23+
- 新增 Input 的 autocomplete 属性,废弃 auto-complete 属性,#12514 (by @axetroy
24+
- 新增 Form 的 slot-scope 展示表单校验信息,#12715 (by @YamenSharaf
25+
326
### 2.4.6
427

528
*2018-08-09*

0 commit comments

Comments
 (0)