Changelog: update for 1.3.5

This commit is contained in:
Leopoldthecoder
2017-06-03 20:55:17 +08:00
committed by 杨奕
parent 891bda0c57
commit 610b3552b6
5 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,19 @@
## Changelog
### 1.3.5
*2017-06-03*
- Fixed `default-first-option` of Select not working in remote filtering, #5084
- Fixed InputNumber not aligning with other form components, #5127
- Fixed inline FormItem having no effect on mixed Input, #5151
- Fixed height of FormItem being different in Firefox from other browsers, #5152
- Fixed items with a `value` of 0 in Cascader can not be expanded, #5172 (by @Kingwl)
- Fixed Autocomplete not triggering native `keydown` and `keyup` events, #5129
- Added `clear` event for Select, #5112
- Fixed Cascader's dropdown menu not updating its position in some situations, #5064
- Better accessibility for Dialog and MessageBox, #4786
### 1.3.4
*2017-05-23*