Skip to content

Commit 1dfb0be

Browse files
Changelog: update for 2.2.2 (#10168)
1 parent 0c8523b commit 1dfb0be

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

CHANGELOG.en-US.md

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

3+
### 2.2.2
4+
5+
*2018-03-14*
6+
7+
- Added `clear` event for Input, #9988 (by @blackmiaool)
8+
- Now manual input of ColorPicker supports `hsl`, `hsv` and `rgb` modes, #9991
9+
- Fixed DatePicker not triggering `change` event when its initial value is cleared, #9986
10+
- Now icon class related attributes of Rate support dynamic updates, #10003
11+
- Fixed Table with fixed columns not updating its height correctly if `max-height` is set, #10034
12+
- Now DatePicker's range mode supports reverse selection (clicking the end date, then clicking the start date), #8156 (by @earlymeme)
13+
- Added `disabled` attribute for Pagination, #10006
14+
- Added `after-enter` and ` after-leave` events for Popover, #10047
15+
- Fixed Select not triggering validation when user selects an option after executing `resetFields` of Form, #10105
16+
- Fixed incorrect widths of fixed columns of Table in some cases, #10130
17+
- Fixed MessageBox inheriting the `title` attribute of its previous instance when called without `title`, #10126 (by @Pochodaydayup)
18+
- Added `input-size` attribute for Slider, #10154
19+
- Added `left-check-change` and `right-check-change` events for Transfer, #10156
20+
321
### 2.2.1
422

523
*2018-03-02*

CHANGELOG.es.md

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

3+
### 2.2.2
4+
5+
*2018-03-14*
6+
7+
- Added `clear` event for Input, #9988 (by @blackmiaool)
8+
- Now manual input of ColorPicker supports `hsl`, `hsv` and `rgb` modes, #9991
9+
- Fixed DatePicker not triggering `change` event when its initial value is cleared, #9986
10+
- Now icon class related attributes of Rate support dynamic updates, #10003
11+
- Fixed Table with fixed columns not updating its height correctly if `max-height` is set, #10034
12+
- Now DatePicker's range mode supports reverse selection (clicking the end date, then clicking the start date), #8156 (by @earlymeme)
13+
- Added `disabled` attribute for Pagination, #10006
14+
- Added `after-enter` and ` after-leave` events for Popover, #10047
15+
- Fixed Select not triggering validation when user selects an option after executing `resetFields` of Form, #10105
16+
- Fixed incorrect widths of fixed columns of Table in some cases, #10130
17+
- Fixed MessageBox inheriting the `title` attribute of its previous instance when called without `title`, #10126 (by @Pochodaydayup)
18+
- Added `input-size` attribute for Slider, #10154
19+
- Added `left-check-change` and `right-check-change` events for Transfer, #10156
20+
321
### 2.2.1
422

523
*2018-03-02*

CHANGELOG.zh-CN.md

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

3+
### 2.2.2
4+
5+
*2018-03-14*
6+
7+
- 新增 Input 的 `clear` 事件,#9988(by @blackmiaool
8+
- 现在 ColorPicker 的手动输入支持 `hsl``hsv``rgb` 格式了,#9991
9+
- 修复 DatePicker 在清除初始值时不触发 `change` 事件的问题,#9986
10+
- 现在 Rate 的图标类相关属性支持动态更新了,#10003
11+
- 修复含有固定列的 Table 在设置 `max-height` 属性后有时不能及时更新布局高度的问题,#10034
12+
- 现在 DatePicker 的范围选择支持先点选结束日期,再点选开始日期了,#8156(by @earlymeme
13+
- 新增 Pagination 的 `disabled` 属性,#10006
14+
- 新增 Popover 的 `after-enter``after-leave` 事件,#10047
15+
- 修复重置表单后,用户第一次改变 Select 的值时不触发校验的问题,#10105
16+
- 修复 Table 的固定列在某些情况下宽度不正确的问题,#10130
17+
- 修复调用 MessageBox 未传入 `title` 时,打开的 MessageBox 会继承上一个实例的 `title` 属性的问题,#10126(by @Pochodaydayup
18+
- 新增 Slider 的 `input-size` 属性,#10154
19+
- 新增 Transfer 的 `left-check-change``right-check-change` 事件,#10156
20+
321
### 2.2.1
422

523
*2018-03-02*

0 commit comments

Comments
 (0)