Skip to content

Commit 12c16e4

Browse files
authored
Changelog: update for 2.4.2 (ElemeFE#11753)
1 parent f6df39e commit 12c16e4

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

CHANGELOG.en-US.md

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

3+
### 2.4.2
4+
5+
*2018-06-26*
6+
7+
- Now `class-name` and `label-class-name` of Table are reactive, #11626
8+
- Fixed Table still highlighting clicked row when `highlight-current-row` is `false`, #11646
9+
- Fixed a style bug of ButtonGroup when it has only one `round` or `circle` Button, #11605
10+
- Fixed style of page size Select of Pagination, #11622
11+
- Fixed Menu's `open` method error when `collapse` is dynamically changed, #11646
12+
- Added `activeName` and `oldActiveName` parameters to the before-leave hook of Tabs, #11713
13+
- Fixed Cascader focused after outside clicked, #11588
14+
- Fixed Cascader not closing when option is clicked when `change-on-select` is true, #11623
15+
- Now updating Select's value programmatically will trigger form validation, #11672
16+
317
### 2.4.1
418

519
*2018-06-08*

CHANGELOG.es.md

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

3+
### 2.4.2
4+
5+
*2018-06-26*
6+
7+
- Now `class-name` and `label-class-name` of Table are reactive, #11626
8+
- Fixed Table still highlighting clicked row when `highlight-current-row` is `false`, #11646
9+
- Fixed a style bug of ButtonGroup when it has only one `round` or `circle` Button, #11605
10+
- Fixed style of page size Select of Pagination, #11622
11+
- Fixed Menu's `open` method error when `collapse` is dynamically changed, #11646
12+
- Added `activeName` and `oldActiveName` parameters to the before-leave hook of Tabs, #11713
13+
- Fixed Cascader focused after outside clicked, #11588
14+
- Fixed Cascader not closing when option is clicked when `change-on-select` is true, #11623
15+
- Now updating Select's value programmatically will trigger form validation, #11672
16+
317
### 2.4.1
418

519
*2018-06-08*

CHANGELOG.zh-CN.md

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

3+
### 2.4.2
4+
5+
*2018-06-26*
6+
7+
- 修复 Table 的 `class-name``label-class-name` 属性不支持动态更新的问题,#11626
8+
- 修复 Table 在 `highlight-current-row``false` 时点击行也会触发高亮的问题,#11691 #11563
9+
- 修复 ButtonGroup 中只有一个 `round``circle` 的 Button 时的样式错误,#11605
10+
- 修复在某些情况下 Pagination 的条目数选择器的样式错误,#11622
11+
- 修复 Menu 的 `collapse` 属性变化后无法使用 `open` 方法的问题,#11646
12+
- Tabs 的 `before-leave` 钩子添加了 `activeName``oldActiveName` 参数,#11713
13+
- 修复 Cascader 关闭后的聚焦问题,#11588
14+
- 修复 Cascader 在 `change-on-select` 状态下点击选项不关闭的问题,#11623
15+
- 现在通过代码改变 Select 的值后会触发表单校验,与 Input 行为一致,#11672
16+
317
### 2.4.1
418

519
*2018-06-08*

0 commit comments

Comments
 (0)