Commit Graph

3260 Commits

Author SHA1 Message Date
杨奕
0f06fd5079
Select: add popper-append-to-body (#9782) 2018-02-11 18:18:49 +08:00
troy351
b070c8d88c ColorPicker: declare box-sizing for panel (#9780)
in case some users declare `box-sizing: border-box` globally and may causing unexpected problems
2018-02-11 17:07:03 +08:00
阿林
ad07722aab Chore: replace var with let and const (#9774) 2018-02-11 16:37:58 +08:00
baiyaaaaa
c4ac575f3c Menu: improve vertical collapse transition (#9777) 2018-02-11 16:21:13 +08:00
baiyaaaaa
610723ea00 support menu disabled (#9771) 2018-02-11 14:59:46 +08:00
syn-zeta
1b3832f009 Popper: fix memory leak on route change (#9757) 2018-02-11 10:59:32 +08:00
ahalimkara
e4abaf7b6e i18n: add Kurdish translation (#9582) 2018-02-11 10:29:07 +08:00
阿林
c726289094 CheckBox: hide the native input using z-index (#9746)
fix issue #9677 https://github.com/ElemeFE/element/issues/9677
2018-02-10 18:57:10 +08:00
杨奕
472b72423e
Switch: fix click event triggering twice (#9760) 2018-02-09 19:04:11 +08:00
杨奕
d46c0ed01c
Transfer: add clearQuery (#9753) 2018-02-09 12:31:24 +08:00
杨奕
438b29a48f
Chore: update docs for Tree and Menu (#9751) 2018-02-09 12:14:35 +08:00
baiyaaaaa
202f6417b1 Menu: support multi level submenu in horizontal mode (#9741) 2018-02-09 11:05:37 +08:00
FuryBean
fe29af1b1f Add check event and getHalfChecedNodes method for Tree (#9730) 2018-02-09 10:31:11 +08:00
FuryBean
607aef0ac7 update tree docs for children & isLeaf (#9739) 2018-02-09 10:29:32 +08:00
FuryBean
6bef614c01 add api for tree (#9718) 2018-02-09 10:28:43 +08:00
baiyaaaaa
d32beea1fe
fix menu active when route error (#9675) 2018-02-08 15:14:15 +08:00
FuryBean
fa55dbae12 Table: hide border when v-loading is true (#9725) 2018-02-08 13:36:53 +08:00
杨奕
096dbddf98
Loading: fix after-leave execution when init value is false (#9722) 2018-02-08 11:17:10 +08:00
杨奕
cbf033a792
Collapse: add active class on el-collapse-item (#9717) 2018-02-07 21:42:40 +08:00
Gonzalo Nandez
94b091034d Update README.MD (#9698) 2018-02-07 10:29:20 +08:00
杨奕
fa116490e3
Chore: update .eslintignore (#9694) 2018-02-06 17:08:08 +08:00
杨奕
248b1bf8de
Tree: support scoped slot (#9686) 2018-02-06 16:45:27 +08:00
FuryBean
3bc67fa575 Tree: add node-contextmenu event for tree node (#9678) 2018-02-06 11:42:01 +08:00
FuryBean
580aaaa3f9 fix table will crash when initial columns is empty (#9666) 2018-02-05 19:22:24 +08:00
FuryBean
f255c8786e Table: fix summary row drifting when horizontal scrollbar exists (#9667) 2018-02-05 19:14:20 +08:00
FuryBean
e129447126 Table: fix do layout in some conditions (#9668) 2018-02-05 19:11:06 +08:00
杨奕
471b8ff4cf
Table: initial value of height can be 0 (#9660) 2018-02-05 11:31:08 +08:00
杨奕
5015589753
Layout: add flex-basis so it works in IE11 (#9655) 2018-02-04 15:35:20 +08:00
杨奕
645b30f1c7
Table: stop expansion click from bubbling (#9654) 2018-02-04 15:25:04 +08:00
Yao
d8c931274d Input: fix prop valueKey doc (#9649) 2018-02-04 14:36:50 +08:00
杨奕
896cbb6323
Table: update selection isAllSelected (#9634) 2018-02-03 16:08:13 +08:00
杨奕
b68f18aa94
Pagination: add key in pager (#9604) 2018-02-01 15:16:21 +08:00
杨奕
41a191b721
Menu: add popper-class for SubMenu (#9600) 2018-02-01 15:05:07 +08:00
Gonzalo Nandez
07ae591be8 Doc: update es docs for 2.1.0 (#9581) (#9591)
* Changelog: update for 2.1.0 (#9581)

* Changelog: update for 2.1.0

* Changelog: update for 2.1.0

* Update date-picker.md

* Update datetime-picker.md

* Update time-picker.md
2018-02-01 13:43:45 +08:00
杨奕
17dadb8093
Chore: update deploy script (#9599) 2018-02-01 12:27:31 +08:00
花裤衩
95457f7bf4 Doc: reorder the icons (#9583) 2018-01-31 17:59:37 +08:00
Leopoldthecoder
3267f8f244 [release] 2.1.0 2018-01-31 16:36:31 +08:00
Leopoldthecoder
67df5f0f6c [build] 2.1.0 2018-01-31 16:36:30 +08:00
杨奕
c4452995f5
Changelog: update for 2.1.0 (#9581) 2018-01-31 16:33:18 +08:00
daipeng
5ae30dd98f Popover: v-popover directive supports expression (#9564) 2018-01-31 15:54:32 +08:00
ThomasPaugam
a64543b98c Update icon.scss (#9534)
Fix this : 
https://github.com/ElemeFE/element/issues/9086
2018-01-31 15:52:47 +08:00
杨奕
6b13eb22e4
Doc: add sponsors (#9578) 2018-01-31 14:21:30 +08:00
Jiewei Qian
5b0b1e7e92 DatePicker: fix date clamping during navigation (#9577) 2018-01-31 14:20:07 +08:00
FuryBean
ab2f3830d6 Table: extend height prop usage (#9575) 2018-01-31 13:32:01 +08:00
杨奕
f274f3e3d9
Dropdown: remove transition delay when trigger is click (#9573) 2018-01-31 11:22:32 +08:00
杨奕
40e815f1aa
Update README.md 2018-01-31 11:22:05 +08:00
杨奕
ba34e6e270
Collapse: fix nested collapse-item style (#9566) 2018-01-30 22:21:35 +08:00
FuryBean
9b9384214b Table: improve performance (#9426)
* improve table render time in some condition

* Update table.vue
2018-01-30 20:37:23 +08:00
FuryBean
b27f340561 Table: change argument selection to cloned array in selection-change event (#9551) 2018-01-30 20:13:35 +08:00
FuryBean
88af318e39 Table: fix expand row hover style (#9554) 2018-01-30 20:10:03 +08:00