Jikkai Xiao
ada80e6862
Radio: support switching radio with keyborard in ff. Fixes #8198 ( #11325 )
...
* Docs: fix docs of Tab-pane
* Radio: support switching radio with keyborard in ff. Fixes #8198
2018-05-24 17:31:10 +08:00
Jikkai Xiao
df7bbe2ba4
Table: fix oversized filter list. Resolves #11314 ( #11320 )
2018-05-24 11:57:42 +08:00
Wenlu Wang
49473ffafc
add support of tab penl lazy render( #11022 ) ( #11167 )
...
* add support of tab penl lazy render
* add docs
* fix test
* Tabs: update tab-pane.d.ts
* Docs: update Tabs docs
2018-05-23 19:04:51 +08:00
Jikkai Xiao
1fe51c9295
ColorPicker: prevent active-change event when picker is closed ( #11304 )
2018-05-23 16:41:57 +08:00
hetech
bcfb1d3c71
InputNumber: add precision attribute ( #11281 )
2018-05-23 14:10:34 +08:00
Jikkai Xiao
66f90b9e37
Radio: prevent changing value when radio is disabled. resolves #11296 ( #11303 )
2018-05-23 11:34:16 +08:00
陈润山
2a1a6360ca
Upload: fix Error when beforeUpload
hook return promise of file object ( #11297 )
...
* Upload: fix beforeUpload hook bug
* Upload: add ElUploadInternalRawFile interface
2018-05-23 11:23:00 +08:00
douxc
bc75c14dac
Button: circle button supports size ( #11275 )
...
让circle button也支持size属性控制,padding的大小根据size属性的```button-padding-vertical```确定
2018-05-23 11:04:35 +08:00
杨奕
66c7b3cfc1
Breadcrumb: fix regression of dynamic to
support ( #11286 )
2018-05-22 18:27:36 +08:00
杨奕
0b2a1eb784
Table: add sort-orders ( #11283 )
2018-05-22 18:20:04 +08:00
Jikkai Xiao
9a2f6897c7
Checkbox: support validation for single checkbox. Closes #5787 ( #11271 )
2018-05-22 17:47:05 +08:00
Jikkai Xiao
321a908caf
i18n: improve Japanese translation ( #11278 )
2018-05-22 16:08:21 +08:00
Jikkai Xiao
48c40ffa0a
Tabs: add before-leave hook ( #11259 )
...
* Tabs: add before-leave hook
* Tabs: update tabs.d.ts
2018-05-21 19:10:49 +08:00
hetech
f5c113da80
Popup: allow user to set initial z-index for modals ( #11257 )
2018-05-21 18:57:40 +08:00
Super
d449c42926
Chore: replace var
in webpack config ( #11267 )
2018-05-21 18:30:11 +08:00
杨奕
4d5ec4427e
Dialog: add tips on lazy render ( #11266 )
2018-05-21 18:18:42 +08:00
Jikkai Xiao
2c47c6a3eb
Merge pull request #11265 from Leopoldthecoder/dev
...
Popover: execute focus on instance only if it is a function
2018-05-21 17:50:19 +08:00
Leopoldthecoder
2162240132
Popover: execute focus on instance only if it is a function
2018-05-21 17:41:05 +08:00
杨奕
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