杨奕
38a13de337
Autocomplete: add hide-loading ( #11260 )
2018-05-21 17:27:42 +08:00
Jikkai Xiao
54eeb5ced3
Chore: convert build system to webpack ( #11216 )
...
* Chore: convert build system to webpack
* Update webpack.demo.js
* Chore: remove cooking and upgrade dependencies to adapt webpack@3
2018-05-21 15:26:46 +08:00
STLighter
f37e92cc82
Input: cursor goes to the end when typing Chinese quickly ( #11235 )
...
autocomplete: remove composition event listeners because input has already handle it.
2018-05-21 14:43:37 +08:00
Gonzalo Nandez
563b4c0e06
Docs: update es changelog for 2.3.8 ( #11245 )
2018-05-21 10:46:05 +08:00
tsochetra
4d59616728
i18n: add Khmer language (km) ( #11239 )
...
* Adding Khmer language (Cambodia) to project
* adding khmer language
2018-05-21 10:37:00 +08:00
Leopoldthecoder
c889a615f5
[release] 2.3.9
2018-05-18 14:21:11 +08:00
Leopoldthecoder
0ede22cd66
[build] 2.3.9
2018-05-18 14:21:10 +08:00
Fengyuan Chen
117f731f6e
Upload: fix a TypeError when upload a processed file from the beforeUpload
hook ( #11210 )
...
* Upload: add filename
Reference: https://developer.mozilla.org/en-US/docs/Web/API/FormData/append
* Upload: add name and uid properties to processedFile to fix an error
* Update upload.vue
2018-05-18 14:00:06 +08:00
杨奕
4d54569542
Changelog: update for 2.3.9 ( #11230 )
2018-05-18 13:42:51 +08:00
杨奕
696beba0b9
Table: showOverflowTooltip compatibility with IE11 ( #11225 )
2018-05-18 13:18:22 +08:00
hetech
76953c488f
MessageBox: add a tip to the doc ( #11214 )
2018-05-17 20:17:26 +08:00
杨奕
e809720ce4
Tree: setCurrentKey cancels highlight when param is null ( #11205 )
2018-05-17 13:30:58 +08:00
hetech
b79a98c7e0
MessageBox: wrap hashchange listener in nextTick ( #11200 )
2018-05-17 12:25:43 +08:00
刘昆
c6e9cdac88
Table: update expandRows when setData ( #11186 )
...
* Table: update expandRows when setData.
Fix a bug that after set new table data, the expanded cells will not
be able to unexpand.
* Update table-store.js
2018-05-16 18:15:45 +08:00
杨奕
1d3ecc5820
Cascader: fix disabled items in filtered results ( #11185 )
2018-05-16 13:18:02 +08:00
杨奕
d537906ac6
Progress: fix missing icon when status is exception ( #11172 )
2018-05-15 18:50:18 +08:00
杨奕
d6b65f9400
Autocomplete: avoid popper creation in updated hook ( #11144 )
2018-05-14 11:05:29 +08:00
Gonzalo Nandez
d8c78f57c4
Chore: update es changelog for 2.3.8 ( #11130 )
2018-05-13 15:29:24 +08:00
hetech
63844fd845
Popup: lockScroll uses class instead of inline style, remove redundant code ( #11114 )
...
* Popup: when popup open, use a class to prevent body scroll
* popup,MessageBox,vue-popper: remove redundant code
* popup: use getStyle to get document body's paddingRight
* Update mixin.vue-popup.spec.js
* Update mixin.vue-popup.spec.js
2018-05-13 12:07:09 +08:00
杨奕
6289144d84
Table: optimize tooltip logic ( #11137 )
2018-05-13 11:47:19 +08:00
Jason Zoo
f4a16657e4
Chore: add callback in iconInit writeFile ( #11134 )
2018-05-13 11:11:45 +08:00
Leopoldthecoder
48b1ad063a
[release] 2.3.8
2018-05-11 19:02:08 +08:00
Leopoldthecoder
992a7a534e
[build] 2.3.8
2018-05-11 19:02:08 +08:00
杨奕
4fd181cb21
Changelog: update for 2.3.8 ( #11127 )
2018-05-11 19:00:20 +08:00
杨奕
f4d2f14788
Table: use Range to determine text overflow ( #11124 )
2018-05-11 18:09:28 +08:00
杨奕
68db03fc22
Tree: add checkOnClickNode ( #11111 )
2018-05-10 18:01:49 +08:00
杨奕
1ff01a77f9
Table: fix an undefined issue in ssr ( #11109 )
2018-05-10 17:03:03 +08:00
杨奕
3d5f9ef080
Input: fix clear icon overlapping ( #11103 )
2018-05-10 15:31:37 +08:00
杨奕
8b30a479aa
Dialog: remove unnecessary body line-height ( #11097 )
2018-05-10 12:08:47 +08:00
杨奕
e51e9fe8ba
Tree: drag events should return if not draggable ( #11095 )
2018-05-10 11:56:49 +08:00
Carson
a318c5701e
Chore: suggestJump only in production mode ( #11082 )
2018-05-09 18:02:47 +08:00
杨奕
6f2f7aed47
FormItem: add clearValidate ( #11076 )
2018-05-09 13:58:12 +08:00
hetech
602afe0364
Select: add prefix named slot ( #11063 )
...
* Select: add prefix named slot
* Update select.md
2018-05-08 19:12:25 +08:00
杨奕
ea70cf5a01
Utils: scroll-into-view should consider target element's offset parents ( #11058 )
2018-05-08 15:50:55 +08:00
Jiewei Qian
71a66ae21d
DatePicker: fix valueEquals for array ( #11017 )
2018-05-07 14:28:54 +08:00
杨奕
897f20683f
Menu: delay addItem so it is after old instances's remoteItem when re-render ( #11036 )
2018-05-07 12:13:23 +08:00
杨奕
7409be8ce1
Pagination: emit current-change after current page is manually updated ( #11012 )
2018-05-04 15:32:23 +08:00
杨奕
d304cb27cf
Input: hide clear button when readonly ( #10998 )
2018-05-03 19:20:25 +08:00
杨奕
dd773b9e72
InputNumber: fix accessing missing $refs in updated hook ( #10995 )
2018-05-03 18:41:10 +08:00
Jiewei Qian
31b65b8e51
DatePicker: fix dates selection date jump ( #10973 )
...
see issue #10890
2018-05-03 10:26:25 +08:00
Jiewei Qian
326c0abb2a
test: fix unreliable date-picker/week test ( #10974 )
2018-05-03 10:20:46 +08:00
Gonzalo Nandez
19a3bce626
Chore: update es changelog for 2.3.7 ( #10949 )
2018-05-01 20:21:38 +08:00
Leopoldthecoder
542d0485c6
[release] 2.3.7
2018-04-29 21:34:35 +08:00
Leopoldthecoder
6498829c96
[build] 2.3.7
2018-04-29 21:34:34 +08:00
杨奕
b7313d11ee
Changelog: update for 2.3.7 ( #10947 )
2018-04-29 21:27:27 +08:00
Michael Budde
cb39bd2f8b
i18n: update Danish locale ( #10946 )
2018-04-29 21:03:04 +08:00
杨奕
1aed314527
Select: fix infinite loop of keyboard navigation when all filtered options are disabled ( #10945 )
2018-04-29 18:12:02 +08:00
杨奕
16dc174a8d
Select: input should be readonly when options menu not visible ( #10944 )
2018-04-29 18:00:56 +08:00
Bo Zhang
a8248ddfef
ColorPicker: active-change only triggers on user interaction ( #10903 )
...
* ColorPicker: only emit active-change event source from dropdown, fixed #10901
* Update main.vue
2018-04-29 17:31:52 +08:00
杨奕
61a25c5553
Chore: update sponsors on README
2018-04-29 12:09:35 +08:00