Changelog: update for 1.3.6

This commit is contained in:
Leopoldthecoder
2017-06-09 20:04:42 +08:00
committed by 杨奕
parent 433a66cc40
commit 5606340a56
4 changed files with 20 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
## Changelog
### 1.3.6
*2017-06-09*
- Fixed inconsistency of ColorPicker's default value and panel value, #5183 (by @Kingwl)
- Fixed ColorPicker not able to change hue in the panel when its default value is white, #5184 (by @Kingwl)
- Fixed Select's dropdown taking multiple clicks to expand when nested in a Dialog after scrolling, #5226
- Added `props` property for Autocomplete, #5282
- Fixed dropdown of DatePicker not hiding when Tab key is pressed after manual input, #5149 (by @ChuckFields)
### 1.3.5
*2017-06-03*