Leopoldthecoder
|
09761ca59b
|
Msgbox: fix second param not passed to callback
|
2017-03-19 09:44:00 +08:00 |
|
杨奕
|
e09d7c74a4
|
Collapse: fix accordion panel name=0 closing issue (#3546)
|
2017-03-18 15:29:26 +08:00 |
|
杨奕
|
fef0334e43
|
misc updates (#3583)
|
2017-03-18 15:17:18 +08:00 |
|
Cyril Su
|
c31f19a4e8
|
Table: Fixed wrong height. (#3539)
|
2017-03-18 08:40:01 +08:00 |
|
Jikkai Xiao
|
57b04d7e80
|
Improve Japanese translation
|
2017-03-18 08:05:35 +08:00 |
|
baiyaaaaa
|
87ba502d91
|
remove unused
|
2017-03-17 14:03:44 +08:00 |
|
杨奕
|
3b4c44fc1b
|
Col: hide cols with xs/sm/md/lg assigned to 0 (#3564)
|
2017-03-17 11:43:39 +08:00 |
|
杨奕
|
c6ea89a809
|
Upload: fix migrating message typo (#3510)
|
2017-03-17 10:54:47 +08:00 |
|
Liril
|
88af7a1a1e
|
Table: Fixed shaking table.
|
2017-03-17 10:22:25 +08:00 |
|
Liril
|
726873de75
|
Tooltip: Remove Chinese in English docs.
|
2017-03-16 10:53:38 +08:00 |
|
Gabriel Oliveira
|
4af6c854d0
|
Slider: precision is now a computed prop
|
2017-03-15 21:58:28 +08:00 |
|
Gabriel Oliveira
|
75e5b0ecea
|
Slider: fix step not updating precision
|
2017-03-15 21:58:28 +08:00 |
|
wacky6.AriesMBP
|
67d8eae691
|
theme-default: fix form-item label-top style
use `text-align: left` to display line-wrapped labels properly
|
2017-03-15 16:32:28 +08:00 |
|
Nicolaj Egelund
|
220f1542ea
|
Added clickoutside drag-click test
|
2017-03-15 15:40:57 +08:00 |
|
Nicolaj Egelund
|
9c13b0e8d5
|
Updated tests to trigger mousedown and mouseup events instead of click
|
2017-03-15 15:40:57 +08:00 |
|
Nicolaj Egelund
|
ae32eb13aa
|
Moved mousedown event parameter in function and fixed wrongly placed parentheses
|
2017-03-15 15:40:57 +08:00 |
|
Nicolaj Egelund
|
8034144001
|
Added check for drag click
|
2017-03-15 15:40:57 +08:00 |
|
tomieric
|
1e689a22c8
|
#3441 el-button-group disabled style bug
|
2017-03-15 15:06:45 +08:00 |
|
汪磊
|
c7ddf61e08
|
Remove useless var button-paddding
```css
--button-paddding: 5px 20px; /* useless */
```
|
2017-03-15 14:59:04 +08:00 |
|
luxp
|
43bd98e171
|
fix the issue ElemeFE/element#3021
|
2017-03-15 14:54:59 +08:00 |
|
Gabriel Oliveira
|
f86427f25a
|
Slider: add show-tooltip prop
|
2017-03-15 13:49:56 +08:00 |
|
Cyril Su
|
cf909dda74
|
Add eleme-issue. (#3467)
|
2017-03-14 15:05:06 +08:00 |
|
baoyang
|
d9c34c8cd2
|
fix doc side-nav text-overlapping
|
2017-03-10 10:27:53 +08:00 |
|
Leopoldthecoder
|
e221122be7
|
[release] 1.2.4
|
2017-03-09 18:15:02 +08:00 |
|
Leopoldthecoder
|
8c9bfbe879
|
[build] 1.2.4
|
2017-03-09 18:15:02 +08:00 |
|
Leopoldthecoder
|
50a786ab79
|
Changelog: update for 1.2.4
|
2017-03-09 18:05:16 +08:00 |
|
Cyril Su
|
2520ba8689
|
Update ISSUE_TEMPLATE.md
Fix typo.
|
2017-03-09 17:22:12 +08:00 |
|
Leopoldthecoder
|
2a632f04e5
|
Slider: fix incorrect initial value when min>0 and showInput is true
|
2017-03-09 17:08:54 +08:00 |
|
张韧
|
32f848fdc5
|
update doc
|
2017-03-09 17:05:55 +08:00 |
|
张韧
|
b29ce95b81
|
add labelClassName
|
2017-03-09 17:05:55 +08:00 |
|
baiyaaaaa
|
a87b6e2e94
|
add custom http requrest
|
2017-03-09 16:55:05 +08:00 |
|
cinwell.li
|
4ac6fed6a5
|
Tooltip: fix ssr, fixed #3173 (#3214)
|
2017-03-09 16:18:20 +08:00 |
|
Liu Yuyang
|
3768ba2bcf
|
should it be https? (#3362)
safari fails with http
|
2017-03-09 16:15:40 +08:00 |
|
杨奕
|
12cefcf26a
|
Carousel: fix item change handler blocked by debounce with multiple instances (#3380)
|
2017-03-09 15:57:05 +08:00 |
|
杨奕
|
e695088606
|
DatePicker: fix range-separator not working with more than one instances (#3378)
|
2017-03-09 15:53:25 +08:00 |
|
cinwell.li
|
afdd45e175
|
Merge pull request #3384 from Leopoldthecoder/dev
update upload doc and add arrow click sorting for table
|
2017-03-09 12:46:49 +08:00 |
|
Cyril Su
|
249f04d57e
|
Revert "自定义ajax模块 (#3363)" (#3385)
This reverts commit 126331c328 .
|
2017-03-09 12:44:50 +08:00 |
|
桦
|
126331c328
|
自定义ajax模块 (#3363)
Upload: Custom Ajax.
|
2017-03-09 12:24:32 +08:00 |
|
Leopoldthecoder
|
e4fe26840f
|
update upload doc and add arrow click sorting for table
|
2017-03-09 12:21:13 +08:00 |
|
imyzf
|
54a29e8394
|
Loading: updating loading text regardless of binding value change
|
2017-03-08 16:14:02 +08:00 |
|
imyzf
|
e467da0722
|
Loading: keep loading text sync with element-loading-text attribute #2272
|
2017-03-08 16:14:02 +08:00 |
|
Georgiy Slobodenyuk
|
f2afb71a81
|
Carousel: Update docs accuracy
Carousel's default trigger is actually "hover", not "—".
|
2017-03-07 19:11:04 +08:00 |
|
baiyaaaaa
|
5527a75415
|
col-0 support (#3313)
|
2017-03-07 11:03:47 +08:00 |
|
杨奕
|
e8ad1013d4
|
Cascader: fix initial value not displaying when disabled (#3297)
|
2017-03-07 10:56:47 +08:00 |
|
杨奕
|
d0ce16a8a1
|
Doc: add back-to-top icon in components page (#3279)
|
2017-03-06 18:51:37 +08:00 |
|
cinwell.li
|
cdc482c0c4
|
Merge pull request #3219 from thomasyonug/dev
cascader:bug fix #3191. when menuIndex = 0 edge case
|
2017-03-06 18:48:58 +08:00 |
|
cinwell.li
|
44f8ed2898
|
Merge pull request #3262 from baiyaaaaa/feat-form
fix inline form style bug(#3218)
|
2017-03-06 18:48:06 +08:00 |
|
cinwell.li
|
f5895faa74
|
Merge pull request #3265 from baiyaaaaa/select
fix select style problem(#3230)
|
2017-03-06 18:47:53 +08:00 |
|
cinwell.li
|
dc145516c9
|
Merge pull request #3277 from broven/dev
form-item: fix #3226
|
2017-03-06 18:46:46 +08:00 |
|
cinwell.li
|
a8fab56279
|
Merge pull request #3261 from baiyaaaaa/dev
fix nested tab style
|
2017-03-06 18:46:03 +08:00 |
|