Changelog: update for 1.3.0-beta.3

This commit is contained in:
Leopoldthecoder
2017-05-03 15:23:38 +08:00
committed by 杨奕
parent defd128f54
commit cf60e6c9bb
4 changed files with 33 additions and 2 deletions

View File

@@ -1,5 +1,20 @@
## Changelog
### 1.3.0-beta.3
*2017-05-03*
#### 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
### 1.3.0-beta.1
*2017-04-28*