Skip to content

Commit fc4f5fd

Browse files
authored
Changelog: update for 2.4.6 (#12325)
* Changelog: update for 2.4.6 * update changelog
1 parent 915fc52 commit fc4f5fd

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

CHANGELOG.en-US.md

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

3+
### 2.4.6
4+
5+
*2018-08-09*
6+
7+
- Fixed Table not showing filter icon when `filters` is assigned empty array, #12165
8+
- Fixed Menu not saving active state when `collapse` is changed, #12178 (by @elfman)
9+
- Fixed Cascader not escaping special characters for Regexp, #12248
10+
- Fixed disabled RadioButton showing box-shadow when clicked, #12262
11+
- Fixed arrow key not effect when default value is `undefined`,#12322
12+
- Fixed query function of Select not debounced in multi mode, #12181
13+
- Fixed query keyword of Select disappearing in multi mode, #12304
14+
- Fixed incorrect width of Dialog when it is displayed in full screen, #12203
15+
- Fixed incorrect display of Main on IE, #12237
16+
- Fixed Input triggering two form validations, #12260
17+
- Fixed adding new Tree node causing nodes to disappear, #12256
18+
- Fixed Tree node not deleted after dragging, #12279
19+
- Fixed Popover not visible when InputNumber focuses, #12284
20+
- Added `popper-append-to-body` attribute for Autocomplete, #12241
21+
- Added `sync` modifier support for Pagination's `page-size` attribute, #12281
22+
323
### 2.4.5
424

525
*2018-07-26*

CHANGELOG.es.md

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

3+
### 2.4.6
4+
5+
*2018-08-09*
6+
7+
- Fixed Table not showing filter icon when `filters` is assigned empty array, #12165
8+
- Fixed Menu not saving active state when `collapse` is changed, #12178 (by @elfman)
9+
- Fixed Cascader not escaping special characters for Regexp, #12248
10+
- Fixed disabled RadioButton showing box-shadow when clicked, #12262
11+
- Fixed arrow key not effect when default value is `undefined`,#12322
12+
- Fixed query function of Select not debounced in multi mode, #12181
13+
- Fixed query keyword of Select disappearing in multi mode, #12304
14+
- Fixed incorrect width of Dialog when it is displayed in full screen, #12203
15+
- Fixed incorrect display of Main on IE, #12237
16+
- Fixed Input triggering two form validations, #12260
17+
- Fixed adding new Tree node causing nodes to disappear, #12256
18+
- Fixed Tree node not deleted after dragging, #12279
19+
- Fixed Popover not visible when InputNumber focuses, #12284
20+
- Added `popper-append-to-body` attribute for Autocomplete, #12241
21+
- Added `sync` modifier support for Pagination's `page-size` attribute, #12281
22+
323
### 2.4.5
424

525
*2018-07-26*

CHANGELOG.zh-CN.md

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

3+
### 2.4.6
4+
5+
*2018-08-09*
6+
7+
- 修复 Table 的 filter 初始值为空数组时不显示筛选图标的问题,#12165
8+
- 修复 Menu 在更改 `collapse` 时不保存菜单激活状态的问题,#12178 (by @elfman)
9+
- 修复 Cascader 未转义特殊字符的问题,#12248
10+
- 修复禁用的 RadioButton 在点击时显示 box-shadow 的问题,#12262
11+
- 修复 Select 初始值为 `undefined` 时方向键失效的问题,#12322
12+
- 修复 Select 多选时输入的关键字消失的问题,#12304
13+
- 修复 Select 多选时查询函数没有去抖的问题,#12181
14+
- 修复 Dialog 在全屏显示时宽度不正确的问题,#12203
15+
- 修复 Main 在 IE 下的显示不正确的问题,#12237
16+
- 修复 Input 触发两次表单校验的问题,#12260
17+
- 修复 Tree 在懒加载时添加节点导致节点消失的问题,#12256
18+
- 修复 Tree 节点在拖拽后无法删除的问题,#12279
19+
- 修复 Popover 在 InputNumber 聚焦时不显示的问题,#12284
20+
- 添加 Autocomplete 的 popper-append-to-body 属性,#12241
21+
- 添加 Pagination 的 `page-size` 属性 `sync` 修饰符的支持,#12281
22+
323
### 2.4.5
424

525
*2018-07-26*

0 commit comments

Comments
 (0)