Changelog: update for 1.4.3

pull/6343/merge
Leopoldthecoder 2017-08-25 16:12:04 +08:00 committed by 杨奕
parent 6648c36a6c
commit b21cd289fb
2 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,18 @@
## Changelog
### 1.4.3
*2017-08-25*
- Fixed style bug when Progress's `percentage` is `0`, #6551 @Kingwl
- Fixed Carousel items flashing when switching, #6394
- Fixed disabled Button not prevent event propagation when clicked on its text area, #6421
- Fixed disabled dates calculation in DatePicker's month view, #6363
- Fixed key enter event being stopped propagation in Autocomplete, #6499 @leezng
- Fixed `amPm` not supported in DatePicker i18n, #6574
- Fixed clicking or dragging error of Slider when it switches from invisible to visible, #6593
- Fixed Alert using small icons when its `description` is passed via default slot, #6612 @leezng
### 1.4.2
*2017-08-09*

View File

@ -1,5 +1,17 @@
## 更新日志
### 1.4.3
*2017-08-25*
- 修复 Progress 百分比为 `0` 时的样式问题,#6551 @Kingwl
- 修复 Carousel 在切换时幻灯片闪烁的问题,#6394
- 修复禁用的 Button 在点击文字部分时未阻止事件传播的问题,#6421
- 修复 DatePicker 的月视图错误计算禁用日期的问题,#6363
- 修复 Autocomplete 键盘回车被阻止传播的问题,#6499 @leezng
- 修复 DatePicker 的 i18n 不支持 `amPm` 的问题,#6574
- 修复 Slider 由隐藏变为可见时交互错误的问题,#6593
- 修复通过默认 slot 传递 `description` 的 Alert 错误地使用小图标的问题,#6612 @leezng
### 1.4.2
*2017-08-09*