Created ChangeLog 1.3.0-beta.3 (markdown)

master
杨奕 2017-05-03 16:00:36 +08:00
parent 41020e60f5
commit 0270891755
1 changed files with 21 additions and 0 deletions

21
ChangeLog-1.3.0-beta.3.md Normal file

@ -0,0 +1,21 @@
新特性:
- CarouselItem 新增 `label` 属性,#4317by @paul-blundell
- MessageBox 的 `message` 属性增加对 VNode 的支持,#4550
- TableColumn 新增 `filter-placement` 属性,#4491
- Dialog 新增 `visible` 属性,且支持 `.sync` 修饰符,#4539
- Pagination 的 `current-page` 增加对 `.sync` 的支持,#4539
- Upload 新增 `abort` 方法,#4575
修复:
- `auto-upload` 为 false 的 Upload 不显示预览图片的问题,#4572
New features:
- Added `label` attribute for CarouselItem, #4317 (by @paul-blundell)
- `message` of MessageBox now supports VNode, #4550
- Added `filter-placement` attribute for TableColumn, #4491
- Added `visible` attribute for Dialog, which supports the `.sync` modifier, #4539
- `current-page` of Pagination `current-page` now supports `.sync`, #4539
- Added `abort` method for Upload, #4575
Fix:
- Upload not displaying preview image when is `auto-upload` false, #4572