Changelog: update for 1.3.3

This commit is contained in:
Leopoldthecoder
2017-05-14 16:52:59 +08:00
committed by 杨奕
parent cce0061e56
commit 0c7dff0ca9
2 changed files with 25 additions and 0 deletions

View File

@@ -1,5 +1,18 @@
## Changelog
### 1.3.3
*2017-05-14*
- Added `visible-change` event for Dropdown, #4818 (by @luciy)
- Added `tag` attribute for Col and Row, #4799
- Fixed Cascader search functionality regression, #4812
- Fixed DatePicker triggering watch when `type` is range, #4837 (by @wacky6)
- Fixed numbers in TimePicker not align vertically, #4847 (by @pengchongfu)
- Fixed Dialog not triggering `before-close` hook when ESC is pressed, #4819 (by @patriciussanctus)
- Fixed multiple MessageBox not rendering content correctly when some of the `message` is a VNode
- Fixed Checkbox not focused when navigating with tab
### 1.3.2
*2017-05-10*