mirror of https://github.com/ElemeFE/element
Created ChangeLog 1.3.0-beta.3 (markdown)
parent
41020e60f5
commit
0270891755
|
@ -0,0 +1,21 @@
|
|||
新特性:
|
||||
- CarouselItem 新增 `label` 属性,#4317(by @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
|
Loading…
Reference in New Issue