Jikkai Xiao
|
8c1b4d827d
|
Table: retain currently selected row when expanding row (#11464)
|
2018-06-04 11:34:37 +08:00 |
|
hetech
|
96df89eca8
|
Merge pull request #11430 from wangjingf/dev
Tree : mark node data in lazy mode (#10684)
|
2018-06-04 11:14:40 +08:00 |
|
hetech
|
34471f76e9
|
Update node.js
|
2018-06-04 11:05:54 +08:00 |
|
wangjingf
|
eaba784667
|
Update node.js
this.data可能为undefined,需要判断一下
|
2018-06-04 10:38:02 +08:00 |
|
Jikkai Xiao
|
eb1479d3bc
|
Tabs: fix lazy loading (#11461)
* Tabs: fix lazy tab-pane order
* Tabs: fix lazy loading
|
2018-06-01 17:43:22 +08:00 |
|
杨奕
|
08193fdbdb
|
Radio: remove box-shadow when disabled (#11462)
|
2018-06-01 17:39:54 +08:00 |
|
杨奕
|
51f3035346
|
Select: hide clear icon when value is null (#11460)
|
2018-06-01 17:19:51 +08:00 |
|
hetech
|
3e2e96313a
|
Test: add some test cases (#11453)
|
2018-06-01 17:07:52 +08:00 |
|
Jikkai Xiao
|
40cf8ee0e6
|
improve the test coverage (#11447)
|
2018-06-01 11:27:53 +08:00 |
|
wangjingf
|
87d591c356
|
Update node.js
|
2018-05-31 15:08:55 +08:00 |
|
wangjingf
|
07af6acf6f
|
Update node.js
|
2018-05-31 14:55:57 +08:00 |
|
wangjingf
|
612f952804
|
Update node.js
|
2018-05-31 14:31:57 +08:00 |
|
杨奕
|
203744a686
|
Select: fix arrow align in FireFox (#11427)
|
2018-05-31 12:15:27 +08:00 |
|
hetech
|
1b7a032e97
|
Popover: not emit event or create popper when disabled (#11426)
|
2018-05-31 12:15:11 +08:00 |
|
Jason Zoo
|
dc816832e1
|
form-item sizeClass (#11408)
* form-item sizeClass
* Update form.spec.js
|
2018-05-30 18:25:50 +08:00 |
|
hetech
|
a230e4a0ff
|
Tree: when tree nodes filtered, don't expand node in lazy mode (#11395)
|
2018-05-30 10:55:23 +08:00 |
|
ati
|
089499745d
|
Pagination: update translation for tr-TR (#11399)
Added forgotten translation for page
|
2018-05-30 10:23:13 +08:00 |
|
杨奕
|
94434dcb79
|
Autocomplete: remove duplicate prop in types (#11388)
|
2018-05-29 13:05:34 +08:00 |
|
Jikkai Xiao
|
15c38293d1
|
Tabs: remove focus state when before-leave return a resolved promise (#11386)
|
2018-05-29 12:37:21 +08:00 |
|
Gonzalo Nandez
|
5ad118b7ee
|
Docs: update es changelog for 2.4.0 (#11382)
|
2018-05-29 10:45:38 +08:00 |
|
杨奕
|
0ba788b3a9
|
Chore: update donation QR codes
|
2018-05-28 21:38:38 +08:00 |
|
zhiyang
|
bdbc9dded0
|
[release] 2.4.0
|
2018-05-28 19:40:55 +08:00 |
|
zhiyang
|
51e57ebcd8
|
[build] 2.4.0
|
2018-05-28 19:40:36 +08:00 |
|
Jikkai Xiao
|
8f95813594
|
Chore: fix deploy-ci.sh (#11379)
|
2018-05-28 18:22:54 +08:00 |
|
杨奕
|
0b94502eb9
|
Changelog: update for 2.4.0 (#11378)
|
2018-05-28 17:36:40 +08:00 |
|
杨奕
|
f9dffdd12c
|
Tree: fix markNodeData error when data is falsy (#11376)
|
2018-05-28 16:57:00 +08:00 |
|
hetech
|
c9ea4161f1
|
MessageBox: remove hidden class when using MessageBox twice (#11371)
|
2018-05-28 16:19:10 +08:00 |
|
Jikkai Xiao
|
b726aa0265
|
Table: retain currently selected row when sorting the table. (#11348)
|
2018-05-25 17:47:27 +08:00 |
|
杨奕
|
c128914a0f
|
Tooltip: add min-width (#11335)
|
2018-05-25 12:10:51 +08:00 |
|
Jikkai Xiao
|
8ac9467003
|
Radio & Checkbox: replace cubic-bezier with ease-in (#11331)
|
2018-05-25 10:43:18 +08:00 |
|
hetech
|
2445a7bc00
|
Autocomplete: fix suggestions data bug (#11323)
|
2018-05-24 19:07:19 +08:00 |
|
Jikkai Xiao
|
f18bbeb473
|
Table: support manually sorting. Resolves #9495 (#11311)
* Table: support manually sorting. Resolves #9495
* Table: add parameters for sort api
* Docs: improve docs
|
2018-05-24 18:01:02 +08:00 |
|
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 |
|