花裤衩
56e3e1f56a
NavMenu: fix click el-submenu trigger childMenu pop again bug ( #14443 )
2019-03-26 15:45:02 +08:00
hetech
9f19298d1a
Table: footer follows body cell align ( #14730 )
2019-03-25 19:31:10 +08:00
Akshay Jat
9736448b54
Tabs: rerender when label changes ( #14496 )
...
* tab: fix active bar bug (#14416 )
fix: Tab active bar doesn't resize when tab label changes dynamically
* tab: fix active bar bug
changes done as suggested in review
2019-03-25 19:21:51 +08:00
子物
362953ef4e
Tabs: use primary color as boxShadow color ( #14558 )
2019-03-25 16:29:47 +08:00
Jeff Wen
c0642aab89
Theme: fix media query is not working in sm-only, md-only, lg-only ( #14611 )
2019-03-22 14:12:40 +08:00
ziyoung
44458bb81c
[build] 2.6.3
2019-03-21 18:28:41 +08:00
hetech
d956022a96
Cascader: remove unnecessary DOM operation ( #14788 )
...
* Cascader: remove unnecessary DOM operation
* update cascader test
2019-03-21 18:11:14 +08:00
Jiewei Qian
a149828889
date-picker: fix default-value DST ( #14562 )
2019-03-21 17:18:27 +08:00
ziyoung
da42924f17
[build] 2.6.2
2019-03-21 14:52:32 +08:00
Jiewei Qian
ed13de38c7
input: fix regression ( #14572 )
...
* input: fix regression
guard against: #14551
fix : #14501 , #14521 , #14564 , #14332
* Input: update
2019-03-19 15:54:55 +08:00
Jeff Wen
0e8bc859e0
Steps: fix style with simple theme ( #14610 )
2019-03-18 16:51:29 +08:00
hetech
535b6149d8
chore: upgrade gulp ( #14745 )
...
* chore: upgrade gulp
* update
2019-03-18 16:15:18 +08:00
iamkun
5b6cb3180f
chore: generate theme ( #14666 )
...
* update es fr i18n
* update no need edit pages
* move var name to frontend
* add i18n
* update i18n
* fix bug
* update style
* add callback
* add shortcut
* redo undo logic
* update picker style
* update shadow style
* save config to local
* button color
* button color
* add message
* update save logic
2019-03-14 17:55:28 +08:00
Jeff Wen
d1255684d4
Steps: fixes issue #14502 ( #14596 )
...
* Steps: fixes issue #14502
* Update
* f
2019-03-09 21:26:51 +08:00
Jeff Wen
b7ee84f39a
date-picker: fix first-day-of-week computation ( #14523 )
...
Fixes #14523
2019-03-06 19:10:40 +11:00
Jiewei Qian
e52c7e06df
Date-picker: fix week picker's value-format ( #13754 )
2019-03-04 15:55:23 +08:00
zxyRealm
2f5a489a9c
DatePicker: add monthrange for type attribute ( #4204 ) ( #14487 )
2019-03-04 15:41:04 +08:00
zhiyang
a7a09d9b0f
[build] 2.6.1
2019-03-03 14:31:57 +08:00
ziyoung
2450874305
[build] 2.6.0
2019-03-01 18:50:24 +08:00
iamkun
91fb5c5571
Alert: update alert description default slot class ( #14488 )
...
fix #14015
2019-02-28 16:08:09 +08:00
hetech
651438eef3
Switch: trigger form validation if value changes ( #14426 )
...
* switch: trigger form validation if value changes
* add French translation
* fix doc
* trigger validation in watch handler
2019-02-28 16:07:25 +08:00
iamkun
febdd3bbb4
chore: init theme ( #14508 )
...
* chore: init theme
* chore: update faas config
2019-02-28 16:00:59 +08:00
iamkun
969fdd264b
Input: update input password ( #14480 )
...
* refactor: Refactor Input component
* Update input.vue
* Update input.vue
2019-02-26 12:09:05 +08:00
georgyfarniev
57f3960927
Menu: add support for el-menu-item without index ( #13298 )
2019-02-22 19:25:38 +08:00
hetech
dc83a5a848
Tabs & Dropdown: fix style ( #14452 )
2019-02-22 17:59:44 +08:00
Gabriel Oliveira
8608dbf800
DropdownItem: add icon prop to dropdown-item ( #14088 )
...
* Add icon prop to dropdown-item
* Add French translation to DropdownItem Icon
* Adding missing TypeScript definition to DropdownItem
2019-02-22 12:33:15 +08:00
Hao Peng
423d97825f
Input: add show-password props ( #13966 )
2019-02-21 12:30:38 +08:00
xifeiwu
e8e271a8ef
ScrollBar: prevent right button click on thumb ( #14196 )
2019-02-20 19:53:05 +08:00
riho
7b1d0e2aeb
Table: make toggleAllSelection method an instance method( #14075 )
2019-02-20 15:27:00 +08:00
Harlan
f55fbdb051
Select: add slot empty
( #13785 )
...
* Select: Add slot `empty` (#13769 )
* Select: add test case for slot `empty`
2019-02-19 14:36:09 +08:00
HarlanLuo
a54802c71a
Table: remove some html DOM operations ( #13643 )
2019-02-18 14:31:03 +08:00
Harlan
5ae443a408
Upload: optimize code ( #13973 )
2019-02-15 16:36:24 +08:00
Zhi Cun
6231a39361
Merge pull request #14331 from ColinCLL/dev
...
Tree: Empty-text tips are different from tables
2019-02-15 16:08:52 +08:00
JuniorTour
740248bca4
InputNumber: remove unnecessary parseFloat ( #14172 )
2019-02-15 15:39:39 +08:00
刘鹏龙
1ec0821e42
Menu:fix subMenu focus bug when switch browser tab ( #13976 )
...
* Menu:fix subMenu focus bug
* Menu:fix subMenu focus bug remove window.ActiveXObject
2019-02-15 13:49:55 +08:00
Yamen Sharaf
1fd5964b70
autocomplete: add highlight-first-item prop ( #14269 )
2019-02-14 20:05:42 +08:00
ColinCll
24ea6e7054
Tree: Empty-text tips are different from tables
...
There is a color difference between the tree and the table empty-text.And I think use `$--color-text-secondary` is more sense.
2019-02-12 11:03:11 +08:00
Zhi Cun
f17533ab11
Timeline: add timeline component ( #14248 )
...
* Table: fix params order of row events (#12086 )
* Timeline: add timeline component (#11736 )
* Timeline: add timeline component
* Timeline: add timeline component
* Timeline: add test case
* Timeline: fix icon class
* Timeline: update docs
* Timeline: fix test case
* Timeline: remove pending attribute
* Timeline: fix docs
* Timeline: make reverse default to false
* Timline: fix test case
* Timeline: update element-ui.d.ts
* Timeline: optimize code
2019-02-01 17:13:08 +08:00
island205
a638a25117
[build] 2.5.4
2019-02-01 13:55:19 +08:00
ziyoung
f992ee5b88
[build] 2.5.3
2019-01-31 15:37:25 +08:00
vok123
4eefc2a552
message: optimize code ( #14029 )
2019-01-30 19:25:26 +08:00
iamkun
ff1251f0b1
Tabs: fix error tab bar style
2019-01-28 16:13:09 +08:00
Zhi
eb2087747b
[build] 2.5.2
2019-01-27 21:29:27 +08:00
iamkun
3ea5da6038
chore: 2.5.1 fix
2019-01-26 20:48:25 +08:00
Zhi
d57d79bd61
Merge remote-tracking branch 'eleme/master' into dev
2019-01-26 14:25:23 +08:00
Zhi
d0bb15f9de
[build] 2.5.0
2019-01-25 19:15:48 +08:00
Debiancc
0ddc10d652
date-picker: highlight current month and year ( #14211 )
2019-01-25 18:39:39 +08:00
Zhi Cun
32a4c139a9
Merge pull request #14185 from luckyCao/dev
...
Table: fixed show-summary issue when multilevel header has fixed attr…
2019-01-24 15:38:47 +08:00
Zhi Cun
fc84a66544
Merge pull request #13667 from KidneyFlower/dev
...
Tree: fix a bug that caused `showCheckbox` props on `Tree` can not affect their children `tree-node`
2019-01-24 15:21:37 +08:00
曹磊
cdb5d45dd7
Table: fixed show-summary issue when multilevel header has fixed attr( #13914 )
2019-01-24 15:14:55 +08:00