Changelog: update for 1.4.5

This commit is contained in:
Leopoldthecoder
2017-09-24 11:10:10 +08:00
committed by 杨奕
parent 7b8250b4e2
commit e18593eab9
5 changed files with 80 additions and 0 deletions

View File

@@ -1,5 +1,19 @@
## Changelog
### 1.4.5
*2017-09-24*
- Rate's `colors` attribute now supports dynamic updates, #6872 @lukaszb
- Fixed Tree not highlighting tree node whose value of `node-key` is 0, #6917
- Fixed initially disabled Dropdown not showing menu when it's enabled, #6969
- Added `hide-after` attribute for Tooltip, #6401 @ryatziv
- Fixed cancel button of TimePicker not cancel picked value when clicked, #7028
- Added `selectWhenUnmatched` attribute for Autocomplete, #6428 @ryatziv
- Fixed when `beforeUpload` of a file returns false, other files are aborted by Upload, #7077
- Fixed disabled dates of DatePicker in month view and year view not displayed correctly in the west hemisphere, #7114
- `default-value` of DatePicker now supports daterange type, #7073 @wacky6
### 1.4.4
*2017-09-05*