Commit Graph

1290 Commits

Author SHA1 Message Date
kingwl
88b5bc6e63 ColorPicker: fix nocorrect rgb value (#5179) (#5183) 2017-06-04 17:11:16 +08:00
Leopoldthecoder
48ee050b38 [build] 1.3.5 2017-06-03 20:59:38 +08:00
Leopoldthecoder
610b3552b6 Changelog: update for 1.3.5 2017-06-03 20:57:07 +08:00
chikara-chan
d41c0c4ba9 feat: popup close button accessible with tab key 2017-06-03 18:13:50 +08:00
emododu
6563a3a804 DatePicker: timezone 2017-06-03 17:45:39 +08:00
emododu
3284e0a662 DatePicker: timezone 2017-06-03 17:45:39 +08:00
patriciussanctus
3b3b3377b5 select into dialog esc stopper
without modifier `.stop` after closing popper dialog also closing.
2017-06-03 17:37:06 +08:00
wacky6.AriesMBP
ab129f1976 Switch: simplity internal implementation 2017-06-03 17:25:44 +08:00
Leopoldthecoder
74f8ccc87e Cascader: update popper 2017-06-03 17:07:31 +08:00
Leopoldthecoder
bffb1808dc Select: add clear event 2017-06-03 17:04:25 +08:00
baiyaaaaa
0c121434e0 fix input value is null before upload submit actually 2017-06-03 16:08:19 +08:00
baiyaaaaa
04a611353b fix keydown event not bubble 2017-06-03 16:08:07 +08:00
kingwl
f19cc4c7ab Cascader: fix invalid zero value (#3470) 2017-06-03 16:07:39 +08:00
baiyaaaaa
e229de799a fix input-group style 2017-06-01 10:19:24 +08:00
baiyaaaaa
e4fcc3eca7 fix input style bug in firefox 2017-06-01 10:16:22 +08:00
Iaroslav Mamalat
7e1c5958a2 DatePicker: bump version (#4912) 2017-06-01 07:42:06 +08:00
baiyaaaaa
1b8dae2b4b fix input number style 2017-05-31 10:26:54 +08:00
wacky6.AriesMBP
bd2e172fa3 Select: fix default-first-option with remote
make default-first-option work with async filter/remote method
test is updated to reflect this change
2017-05-30 11:21:02 +08:00
baiyaaaaa
3206c02b40 fix when value is null 2017-05-30 09:37:59 +08:00
杨奕
4306672116 Table: fix incorrect expression (#5109) 2017-05-30 00:49:24 +08:00
Geeku
39564cb7e8 carousel: be able to switch autoplay state 2017-05-29 09:22:36 +08:00
lvdongbo
0d5b7c0341 支持修改button的默认边框颜色 (#5068) 2017-05-27 10:47:02 +08:00
pengchongfu
876cb88ae6 Select: remove clickoutside, fix #4985 (#4998) 2017-05-24 11:19:18 +08:00
Leopoldthecoder
862ba049e9 [build] 1.3.4 2017-05-23 02:09:34 -07:00
杨奕
f485a3ff9e Select: fix emptyText display when allow for create (#4977) 2017-05-21 21:46:46 +08:00
杨奕
5257b1ede8 Table: fix wrong stripe style with expandable rows (#4873) 2017-05-21 14:08:23 +08:00
wacky6
e2e31790da Select: add default-first-option
default-first-option: boolean
* if set to `true`, select first matching option on enter
* only works if `filterable` or `remote` is `true`

test is included
2017-05-18 06:36:04 -07:00
暮雨
3fb5131d64 Table: fix #4692
table[highlight-current-row] with column[type=expand] will highlight wrong row
2017-05-15 18:21:46 +08:00
patriciussanctus
3bdeb592df Update component.vue
For using `done(false)` as well as `vue-router.beforeEach` function `next(false)`.
There are cases when it is necessary.
2017-05-15 18:15:57 +08:00
Leopoldthecoder
850a24fe4e [build] 1.3.3 2017-05-14 17:03:08 +08:00
Leopoldthecoder
cce0061e56 some bug fixes 2017-05-14 16:10:41 +08:00
pengchongfu
f2e8586f1a TimePicker: strange css behavior, fix #4813 2017-05-13 21:26:16 +08:00
wacky6
3902bcc3e8 DatePicker: fix, add test for unwanted 'input' event emission
Fixes issue: https://github.com/ElemeFE/element/issues/4624
2017-05-13 18:36:31 +08:00
Liril
4f03d2795a Cascader: Add default before-filter 2017-05-13 11:08:47 +08:00
cinwell.li
7f7d76deb1 Update row.js 2017-05-12 18:46:28 +08:00
qingwei.li
3551ff0288 Layout: custom element tag 2017-05-12 18:46:28 +08:00
luciy
784e9fb705 Dropdown: add visible-change event (#4818)
* dropdown 组件 新增触发下拉框显示隐藏时, 触发visible事件,传递当前下拉框显示状态

* Dropdown 修改事件名称,新增文档

* Dropdown 统一事件名称,修改文档

* Dropdown 统一事件名称,修改文档
2017-05-12 12:53:57 +08:00
Leopoldthecoder
ffe02fb6da [build] 1.3.2 2017-05-10 20:53:57 +08:00
Liril
fd7342bde6 Cascader: Add before-filter hook 2017-05-10 19:56:24 +08:00
Leopoldthecoder
d338372979 Table: fix table body height calculations 2017-05-10 19:53:59 +08:00
Leopoldthecoder
595271f463 DatePicker: update week when value changes 2017-05-10 19:53:48 +08:00
Leopoldthecoder
bda5754d86 Pagination: fix default layout style in firefox 2017-05-10 19:53:34 +08:00
pengchongfu
afb6625d7c InputNumber: improve user experience when typing, fix #4661 (#4712) 2017-05-10 18:27:50 +08:00
杨奕
dc6f754ab5 declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00
Leopoldthecoder
07748597a5 [build] 1.3.1 2017-05-06 18:22:17 +08:00
Leopoldthecoder
f2fee567b9 Switch: fix change event parameter 2017-05-06 17:38:18 +08:00
Leopoldthecoder
2fbe685506 Table: fix summary row scroll 2017-05-06 17:37:28 +08:00
Leopoldthecoder
50777f6779 Autocomplete: fix a Chinese composition bug 2017-05-06 17:35:45 +08:00
Leopoldthecoder
e064b78e9b [build] 1.3.0 2017-05-05 08:37:30 +08:00
Leopoldthecoder
3a19bdd191 Dialog: fix visible.sync compatibility with before-close 2017-05-05 08:33:07 +08:00