Changelog: update for 1.3.3

pull/4856/head
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*

View File

@ -1,5 +1,17 @@
## 更新日志
### 1.3.3
*2017-05-14*
- 新增 Dropdown 的 `visible-change` 事件,#4818by @luciy
- 新增 Col 和 Row 的 `tag` 属性,#4799
- 修复上个版本中 Cascader 搜索功能不可用的问题,#4812
- 修复 `type` 为 range 的 DatePicker 错误地触发 watch 的问题,#4837by @wacky6
- 修复 TimePicker 在某些浏览器上数字不居中的问题,#4847by @pengchongfu
- 修复当按下 ESC 关闭 Dialog 时不触发 `before-close` 钩子的问题,#4819by @patriciussanctus
- 修复当多个 MessageBox 中存在 VNode 格式的 `message` 时渲染不正确的问题
- 修复按下 tab 键无法使 Checkbox 获得焦点的问题
### 1.3.2
*2017-05-10*