Changelog: update for 1.4.6

pull/7275/head
Leopoldthecoder 2017-09-27 12:40:47 +08:00 committed by 杨奕
parent df8107ca49
commit d4cd7b9435
2 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,14 @@
## Changelog
### 1.4.6
*2017-09-27*
- Fixed Slider's button jumping to previous position when clicked, #7190
- Fixed Tooltip `disabled` regression, #7198
- Fixed Cascader not correctly filter options when `props` is set, #7225
- Fixed an error when range typed DatePicker has an initial value of `[]`, #7233
### 1.4.5
*2017-09-24*

View File

@ -1,5 +1,13 @@
## 更新日志
### 1.4.6
*2017-09-27*
- 修复点击 Slider 的按钮会使其返回上一个位置的问题,#7190
- 修复 Tooltip 无法正确切换 `disabled` 的问题,#7198
- 修复 Cascader 的过滤功能在配置了 `props` 的情况下的异常问题,#7225
- 修复 DatePicker 的范围选择在初始值为空数组时会报错的问题,#7233
### 1.4.5
*2017-09-24*