暮雨
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
任侠
b269c22bba
table: set width for each td>div.cell.el-tooltip element(#2198,#3128)
2017-05-05 08:06:02 +08:00
pengchongfu
5fc7e18891
ColorPicker: empty value by v-model, fix #4662
2017-05-05 07:57:46 +08:00
baiyaaaaa
7adb556ed4
fix uploading progress text style
2017-05-04 13:56:21 +08:00
baiyaaaaa
17e2d458ae
fix uploading style bug
2017-05-04 13:56:21 +08:00
Liril
bf7eabb64d
Form: Add label slot
2017-05-03 18:35:55 +08:00
wacky6
6ee73f7715
DatePicker: fix, add test for default-value
2017-05-03 18:35:18 +08:00
Leopoldthecoder
fca6207b7e
[build] 1.3.0-beta.3
2017-05-03 15:49:29 +08:00
Leopoldthecoder
defd128f54
add .sync support for Dialog and Pagination
2017-05-03 15:20:57 +08:00
Leopoldthecoder
d6265daf73
fix datepicker test, revert emitter-removing attempt
2017-05-03 15:20:47 +08:00
Leopoldthecoder
0da3967d3a
Revert "Form: remove emitter ( #4532 )"
...
This reverts commit fff7dddd94
.
2017-05-03 15:20:47 +08:00
white.wang
22c65df30f
Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
...
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
white.wang
324f541c76
Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
...
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
baiyaaaaa
b295e1b972
support upload abort
2017-05-03 14:16:35 +08:00
cinwell.li
378c33d001
Merge pull request #4572 from baiyaaaaa/dev
...
fix preview when auto-upload is false(#4387 )
2017-05-02 18:36:00 +08:00
杨奕
fb4a786249
MessageBox: add 'message' support for VNode ( #4550 )
2017-05-02 14:59:55 +08:00
Boik
1e97585690
Checkbox: fix a typo in checkbox.css
2017-05-02 14:16:09 +08:00
baiyaaaaa
09cb7049a8
fix preview when auto-upload is false
2017-05-02 11:33:35 +08:00
cinwell.li
fff7dddd94
Form: remove emitter ( #4532 )
2017-05-02 10:25:39 +08:00
Paul
54e2047818
[Carousel] Add an optional label to indicator buttons ( #4317 )
...
* Add optional label to indicator buttons
* Add styling for indicator labels
* Fix positioning of indicators
* Update item.vue
* Update main.vue
* Update carousel.css
2017-04-30 15:02:42 +08:00
Philip Andersson
fcfda74543
[Bugfix] el-select multiple with vuex ( #4226 )
...
* Select: Fix Vuex compability when using multiple
* Adding timeout for first click to allow input event to propagate before second click
* Update select.vue
2017-04-29 21:05:01 +08:00
qingwei.li
d3bf30b48c
Input: simplify props
2017-04-29 14:41:15 +08:00
Leopoldthecoder
612c6b2c6c
[build] 1.3.0-beta.2
2017-04-28 22:13:22 +08:00
Leopoldthecoder
7c5599224a
[build] 1.3.0-beta.1
2017-04-28 17:18:31 +08:00
Leopoldthecoder
bc5b7b23c4
Changelog: update for 1.3.0-beta.1
2017-04-28 16:47:05 +08:00
杨奕
ec3895fdba
Transfer ( #4337 )
...
* add transfer
* Transfer: add English doc
* Transfer: add tests
* update locale files
2017-04-28 16:15:49 +08:00
杨奕
349894d107
Table: add summary row, fixed #1307 , fixed #4451 ( #4484 )
2017-04-28 15:53:39 +08:00
杨奕
d892b0a33d
Update date.vue
2017-04-28 14:24:03 +08:00