Commit Graph

420 Commits

Author SHA1 Message Date
Leopoldthecoder
ced6640f7b [build] 1.4.0-beta.1 2017-07-20 15:53:06 +08:00
baiyaaaaa
c73eeed291 Menu: add collapse (#5941)
* feature menu collapse

* Update menu.md
2017-07-20 12:44:52 +08:00
jianzhi92
84c81ff9f9 Fix line height of cascader label
Cascader label isn't aligned in its parent element.
2017-07-15 17:47:20 +08:00
wacky6.AriesMBP
986c4a2127 Step: make progress line to be exactly 50% size 2017-07-11 18:42:50 +08:00
YYvanYang
87813a229c radio-group: fixed style of the border-radius while the radio button group just has an element without any siblings. (#5646) 2017-07-05 16:45:08 +08:00
baiyaaaaa
6a3ee2fdc7 fix form-item style (#5588)
* fix form-item style

* add tips
2017-07-04 18:02:05 +08:00
Leopoldthecoder
65eaf94b38 Tree: use font size variable 2017-07-02 19:58:37 +08:00
Leopoldthecoder
48733a29f9 [build] 1.3.7 2017-06-18 21:43:53 +08:00
Leopoldthecoder
a54b5e626e Switch: remove user-select 2017-06-18 17:18:33 +08:00
Alashow
28fafaf832 DatePicker: fix shortcut panel overflow (#5297) 2017-06-15 21:31:48 +08:00
Leopoldthecoder
cf78e2c5a3 [build] 1.3.6 2017-06-09 20:26:08 +08:00
Leopoldthecoder
48ee050b38 [build] 1.3.5 2017-06-03 20:59:38 +08:00
chikara-chan
d41c0c4ba9 feat: popup close button accessible with tab key 2017-06-03 18:13:50 +08:00
wacky6.AriesMBP
ab129f1976 Switch: simplity internal implementation 2017-06-03 17:25:44 +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
baiyaaaaa
1b8dae2b4b fix input number style 2017-05-31 10:26:54 +08:00
lvdongbo
0d5b7c0341 支持修改button的默认边框颜色 (#5068) 2017-05-27 10:47:02 +08:00
Leopoldthecoder
862ba049e9 [build] 1.3.4 2017-05-23 02:09:34 -07:00
杨奕
5257b1ede8 Table: fix wrong stripe style with expandable rows (#4873) 2017-05-21 14:08:23 +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
Leopoldthecoder
ffe02fb6da [build] 1.3.2 2017-05-10 20:53:57 +08:00
Leopoldthecoder
07748597a5 [build] 1.3.1 2017-05-06 18:22:17 +08:00
Leopoldthecoder
e064b78e9b [build] 1.3.0 2017-05-05 08:37:30 +08:00
任侠
b269c22bba table: set width for each td>div.cell.el-tooltip element(#2198,#3128) 2017-05-05 08:06:02 +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
Leopoldthecoder
fca6207b7e [build] 1.3.0-beta.3 2017-05-03 15:49:29 +08:00
Leopoldthecoder
d6265daf73 fix datepicker test, revert emitter-removing attempt 2017-05-03 15:20:47 +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
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
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
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
杨奕
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
Leopoldthecoder
45043754df update dependencies 2017-04-28 14:09:25 +08:00
Leopoldthecoder
7c9ec6d19d Radio: fix radio-button style when nested in a form-item 2017-04-28 13:53:45 +08:00
杨奕
beac09e5b2 Slider: update vertical mode (#4375) 2017-04-27 08:28:38 +08:00
杨奕
92b4156aaa Select: optimize performance of long option list (#4444) 2017-04-26 00:08:15 +08:00
Mathieu DARTIGUES
0bf50bfc2e Add button style to checkbox (#3697)
* Add button style to checkbox

* Implement min/max for checkbox button group

* Fixing a display bug when chekbox is ':checked'

* Update docs to integrate example button+min/max option

* Register correctly checkbox-button
Last fixes after cherry pick and bad rebase...
2017-04-21 16:12:38 +08:00
devange
8e1d8329aa Slider: add vertical mode 2017-04-21 14:13:59 +08:00
qingwei.li
fff57cdfcc Add transition doc and CollapseTransition component 2017-04-20 19:27:05 +08:00
Leopoldthecoder
c1efdac6ab [build] 1.2.9 2017-04-19 20:19:08 +08:00
Leopoldthecoder
907d3218b7 ColorPicker: fix style when nested in form-item 2017-04-19 19:35:16 +08:00
Leopoldthecoder
e7a610621f Select: fix width changes when clear icon shows, fixed #4202 2017-04-19 19:34:54 +08:00
baiyaaaaa
bcbd94f460 fix upload file remove can't remove when auto-upload is false 2017-04-16 21:02:11 +08:00