Commit Graph

223 Commits (47c62e9fe0563884e24bbc7e9086d0950f56be48)

Author SHA1 Message Date
Leopoldthecoder 19210b6945 [build] 1.0.7 2016-12-14 15:36:21 +08:00
杨奕 d7d8257516 Message & Notification: add iconClass and customClass, fixed #1664 (#1671) 2016-12-14 13:43:14 +08:00
zheng yu 0ee61e7296 fix: fixed losing focus when drag slider button fast or right click slider button. (#1723) 2016-12-13 23:12:43 +08:00
cinwell.li cad3d770ed DatePicker: fix clear button, fixed #1690 (#1710)
* DatePicker: fix clear button, fixed #1690

* DatePicker: fix reset button style

* DatePicker: fix set value

* DatePicker: fix test
2016-12-13 22:51:43 +08:00
杨奕 9c7786b203 Select: add size property (#1715) 2016-12-13 22:42:01 +08:00
baiyaaaaa 8917704392 support tag color property 2016-12-13 16:57:56 +08:00
Hashem Qolami 998dcce225 Feature table maxHeight (#1560) (#1674)
*  [Table] Added fluid height table with maxHeight prop (#1560)

* 🚨 [Table] Added test for maxHeight prop (#1560)

* 📚 [Table] Added the documentation of fluid-height table (#1560)
2016-12-13 16:21:59 +08:00
cinwell.li 105db7c673 Upload: fix file list style (#1701) 2016-12-13 14:34:22 +08:00
Leopoldthecoder 65244c2678 [build] 1.0.6 2016-12-09 18:32:31 +08:00
qingwei.li d835c7b4ec TimePicker: fix HH:mm style 2016-12-09 18:20:42 +08:00
qingwei.li 42ec4567f1 TimePicker: fix HH:mm style 2016-12-09 17:38:11 +08:00
Furybean fed488ef9f Table: fix column[type=selection] style issue in ie9+. 2016-12-09 17:37:58 +08:00
FuryBean 2dd2c79365 Table: fix a style bug when fixed=right. (#1651) 2016-12-09 16:08:49 +08:00
cinwell.li 55dfb0c296 Refactor/datepicker (#1623)
* DatePicker: replace native input with el-input

* DatePicker: support size prop, closes #1069, closes #1440

* DatePicker: show correct date for initial value, fixed #1129

* TimePicker: fix empty value when panel appears, fixed #1583

* DatePicker: trigger clickoutside when clicking icon, fixed #1604

* DatePicker: fix year type in year panel, fixed #1607

* DatePicker: fix test

* DatePicker: add doc
2016-12-09 00:06:34 +08:00
gogu 88a5772e91 Fixed switch custom color with disabled. 2016-12-08 18:22:24 +08:00
baiyaaaaa 3d12579652 support tab disabled 2016-12-08 17:13:41 +08:00
Leopoldthecoder 1ecb9d9e4e [build] 1.0.5 2016-12-06 18:47:04 +08:00
qingwei.li 929e7f2554 TimeSelect: remove flexbox style, fixed #1335 2016-12-06 17:16:09 +08:00
baiyaaaaa 3d19de3cd5 fix steps style bug in ie9 2016-12-04 15:20:15 +08:00
baiyaaaaa 7a85d55f31 normalize transition class name 2016-12-03 19:30:21 +08:00
Allen Walker f508fd703e Col: fix a style bug about responsive layout 2016-12-03 14:01:15 +08:00
Leopoldthecoder 34e9f44744 [build] 1.0.4 2016-12-02 19:00:21 +08:00
Furybean e61ff12070 Table: fix column label not visible in some condition. 2016-12-02 17:43:46 +08:00
baiyaaaaa d3afe22e89 Merge pull request #1401 from Leopoldthecoder/select-refactor
Select: refactor and bug fix
2016-12-02 11:50:25 +08:00
Leopoldthecoder 725077effe Alert: improve style 2016-12-01 23:04:52 +08:00
Leopoldthecoder 1942e63453 Select: add allow-create 2016-12-01 22:34:31 +08:00
Leopoldthecoder ce3bed6cb5 Select: refactor and bug fix 2016-12-01 22:34:30 +08:00
baiyaaaaa db666dfb4b fix input-group style 2016-12-01 22:28:48 +08:00
baiyaaaaa 648c498fd9 input-number add the controls support (#1473) 2016-11-30 18:16:49 +08:00
Leopoldthecoder db0c9c9891 [build] 1.0.3 2016-11-28 18:59:37 +08:00
qingwei.li e43ed240f1 Pagination: fix background color 2016-11-28 10:52:43 +08:00
baiyaaaaa f88ad25f7b support upload default fileList (#1393) 2016-11-27 14:07:13 +08:00
baiyaaaaa 75d248e107 support radio button custom style 2016-11-26 18:30:56 +08:00
baiyaaaaa 66b055f9d2 fix btn-group style in form-item (#1371) 2016-11-26 14:13:15 +08:00
baiyaaaaa d9c7824470 fix form validate bug (#1363) 2016-11-26 10:48:06 +08:00
baiyaaaaa ae7e5a10a7 fix button-group align bug (#1349) 2016-11-25 08:54:40 +08:00
FuryBean 090f91d057 Fix empty text display in firefox. (#1347) 2016-11-25 08:54:05 +08:00
cinwell.li 304f02ea0e Font: fix load error in chrome, fixed #1322 (#1324) 2016-11-24 10:59:55 +08:00
FuryBean 2f3f5eabc1 Table: add header group feature. (#1312) 2016-11-23 20:32:23 +08:00
FuryBean 631037c296 Table: improve performance in large data. (#1298) 2016-11-23 18:24:32 +08:00
FuryBean f729497de5 Tabs: fix dynamic bug & add closable prop for tab-pane (#1285) 2016-11-23 10:47:12 +08:00
boyd91 ec2b62d93e Add box-sizing: content-box for compatibility (#1229)
Some CSS resets (including Bootstrap's) contain *::after{ box-sizing: border-box; }

This breaks the checkbox component style. Therefor add box-sizing: content-box explicitly to increase compatibility.
2016-11-21 19:02:56 +08:00
baiyaaaaa 6b857a23f8 fix radio-button style 2016-11-18 22:12:12 +08:00
Leopoldthecoder 2e931cff96 [build] 1.0.2 2016-11-18 20:08:55 +08:00
FuryBean 07b8ec030f Table: fix selection-change not fire in some condition. (#1198) 2016-11-18 20:03:19 +08:00
Leopoldthecoder faa27b9d99 Input: fix input-group line height 2016-11-18 20:03:14 +08:00
杨奕 edeae0a2a4 Button: add focus style (#1116) 2016-11-18 20:03:13 +08:00
baiyaaaaa 99eb9366eb fix col responsive style bug 2016-11-18 20:03:13 +08:00
Leopoldthecoder 54b1543698 [build] 1.0.1 2016-11-16 17:24:03 +08:00
qingwei.li b7ecc15622 Table: fix tooltip style 2016-11-16 16:59:26 +08:00