高奕GaoYi
9116ae75f6
fix "clearFiles" to avoid clear "uploadFiles" errors in uploading multiple files
...
## 修复clearFiles方法,避免同时上传多个文件时,清除uploadFiles列表,导致正在上传中的文件再上传完成后产生报错的问题
## Machine Translation:
Repair the clearfiles method to avoid clearing the uploadfiles list when multiple files are uploaded at the same time, resulting in an error message after the files being uploaded are uploaded again
2019-12-25 10:18:00 +08:00
iamkun
be23628822
[build] 2.13.0
2019-11-26 18:24:03 +08:00
iamkun
2919e5769b
fix: FF scroll bar width ( #18091 )
2019-11-25 12:05:55 +08:00
luckyCao
57e9007893
Select: Fix tag show value or empty issue (17199) ( #17396 )
...
* Select: Fix tag show value or empty issue
* update docs
2019-11-12 15:33:34 +08:00
jeremywu
068b3ad1b0
Drawer: bugfix/drawer-append-to-body-not-working ( #16953 )
...
- 修复了 AppendToBody API 不管用的问题.
- 修复了展开动画会出现滚动条的问题
- 新增了一个新的 API `withHeader` 来控制是否显示 Header 栏
- 动画流畅度的一个小改动
- 对应文档的改动
- 对应单元测试的改动
2019-11-01 15:06:56 +08:00
hetech
fa7bdd42be
Table: fix header table not display ( #17341 )
2019-10-31 15:17:48 +08:00
luckyCao
fcaec91eb9
Image: Fix shield the page when preview big image ( #16796 ) ( #16997 )
...
* Image: Fix shield the page when preview big image
* refine
* Image:fix page scroll when use image-viewer by keyup and keydown
* add notes
2019-10-31 15:16:30 +08:00
luckyCao
6ff305cbbe
Avatar: recover removed css-property ( #17372 )
...
This reverts commit 10592d12ea
.
2019-10-31 15:15:43 +08:00
luckyCao
cf27c7664d
Image: Perfect picture preview behavior ( #16985 ) ( #17375 )
...
* Perfect picture preview function
* update test
2019-10-31 15:14:04 +08:00
iamkun
6f62feed3d
InfiniteScroll: Skip trigger event on invisible element ( #17553 )
...
* InfiniteScroll: Do not trigger event on invisible element
* InfiniteScroll: Do not trigger event on invisible element2
2019-10-31 15:08:52 +08:00
iamkun
0c31a0a48b
Progress: add strokeLinecap prop ( #17552 )
...
* Progress: add strokeLinecap prop
* update docs
2019-10-31 15:08:07 +08:00
iamkun
2842399eb7
Popconfirm: Add popconfirm component ( #17548 )
...
* init
* init
* init docs
* init docs2
* init type
* update test
* update naming
2019-10-31 15:05:41 +08:00
iamkun
df3562d905
Menu: fix router NavigationDuplicated error when using vue-router@^3.1.0 ( #17269 )
...
* Menu: fix router NavigationDuplicated error when using vue-router@^3.1.0
* Better fix
* comment
* fix
2019-10-31 15:03:29 +08:00
Gong
7f4d7b0c8d
Message: fix close instace offsetHeight(#17564) ( #17852 )
2019-10-30 14:53:56 +08:00
Bryan Matthews
45c0ef46f2
TimePicker: Set the selection range after scrolling up or down ( #16868 )
2019-09-17 10:51:58 +08:00
Geass
4db58f39e7
MessageBox: fix icon position error ( #17410 )
2019-09-12 11:23:54 +08:00
MASONGZHI
c002304a8e
Calendar: import el-button and el-button-group ( #17376 )
2019-09-12 10:50:43 +08:00
Cr
069d96a857
Table: fixed row-style with display not work ( #17002 )
2019-09-06 15:46:25 +08:00
hetech
90c5d74fd3
Table: fix table header height after filter ( #17348 )
2019-09-06 12:17:05 +08:00
hetech
5480fb1dda
Table: update table header cell style ( #17284 )
2019-09-06 11:13:39 +08:00
hetech
3807b54ab2
Table: column header can be costumed ( #17291 )
2019-09-03 16:45:51 +08:00
不得不错
10592d12ea
Avatar: remove no-used css-property ( #16975 )
2019-09-02 12:09:13 +08:00
spengjie
957d645121
add font-size for the style of tree empty-text ( #17094 )
2019-09-02 12:03:19 +08:00
wurong
b6b9aaecce
Merge pull request #17057 from cnlon/optimize/scrolling-of-backtop
...
BackTop: use requestAnimationFrame and cubic bezier for scrolling
2019-09-02 11:55:34 +08:00
Kerwin Ch
3f7d98b629
DatePicker: fix bug of only select min date of date range problem ( #17191 ) ( #17207 )
2019-09-02 10:58:03 +08:00
ziyoung
2e2428289d
[build] 2.12.0
2019-08-29 15:15:29 +08:00
luckyCao
3270276c3c
Select: not toggle dropdown when filtering ( #17205 )
2019-08-29 13:28:08 +08:00
hetech
70f6384257
Table: fix expand-row-keys not work when data is loaded asynchronously ( #16899 )
2019-08-29 13:15:59 +08:00
hetech
eddf85271e
Table: fix setCurrentRow unable to clear highlight row ( #16879 )
2019-08-29 11:29:02 +08:00
iamkun
8d74c67bb1
Transfer: fix style error
2019-08-28 19:11:10 +08:00
iamkun
b12695fff4
Calendar: fix locale error
2019-08-28 19:10:55 +08:00
Haoran Yu
79a1b498e4
Dialog: update sass var ( #16365 )
2019-08-28 16:53:22 +08:00
hetech
da7aec9ce9
Table: set toggleAllSelection as instance property ( #17137 )
2019-08-27 14:36:00 +08:00
Cr
c3a2d417f4
Table: not trigger sort-change event when mounted ( #17113 )
2019-08-27 10:31:33 +08:00
Zhi Cun
747334f06e
Divider: Support custom classes ( #17078 )
2019-08-23 11:24:10 +08:00
Inside
625b4e9262
Table: not throw error when calling toggleExpansion ( #16304 )
2019-08-22 19:50:42 +08:00
Geass
fc822fe810
RadioGroup: not produce invalid HTML in table if "is" attribute is specify ( #17070 )
2019-08-20 16:12:58 +08:00
Geass
77c77efb33
Tabs: fix activated tab is out of visual range bug ( #17033 )
2019-08-19 17:12:21 +08:00
lon
d961d9d5c6
BackTop: use cubic bezier scrolling
2019-08-16 14:02:46 +08:00
Cr
91297a9761
Input: the click event of clear button is not trigger when using v-loading ( #16576 )
2019-08-15 17:22:09 +08:00
Inside
27398103c4
Cascader: Fix disable status and close button issue ( #16209 )
2019-08-14 19:55:24 +08:00
zhangHongEn
0bff072fa7
Cascader: fix display errors ( #16665 )
2019-08-14 16:20:17 +08:00
luckyCao
75f0eb81ab
Table: fix chrome crash when set thead css display to none ( #16956 )
2019-08-14 10:52:47 +08:00
Tyler Trotter
58b544e55e
Checkbox: Improve screen reader experience ( #16575 )
2019-08-10 16:08:34 +08:00
hetech
8b8a1a2e87
Table: fix wrong empty block height ( #16861 )
2019-08-08 14:49:25 +08:00
Moonhyuk Im
e9c5e469c1
Input: Fix Korean composition event ( #15069 )
2019-08-08 14:03:48 +08:00
LachlanStuart
465c38bfaa
Popover: add close-delay prop ( #16671 )
2019-08-07 11:12:00 +08:00
SeongYeob Jeong
0734dc7960
Calendar : Fix weekdays i18n issue ( #16772 )
2019-08-06 16:15:47 +08:00
咸fish
27d4e0ac66
Tab: fix tabs-item's padding cause active-bar's width and transform err( … #15355 ) ( #16520 )
...
* Tab: Refactor tabs-item's padding with dynamic value
2019-08-01 20:19:51 +08:00
hetech
6105a75595
Table: prevent click handler after drag ( #16850 )
2019-08-01 18:35:28 +08:00