Commit Graph

1370 Commits

Author SHA1 Message Date
FuryBean
d3b3d865e8 Tree: add setChecked method. (#1434) 2016-11-28 18:57:09 +08:00
Leopoldthecoder
2e79e4af63 Changelog: add tree's setChecked 2016-11-28 18:55:50 +08:00
Leopoldthecoder
fdd0d101cb Table: update custom column example 2016-11-28 18:53:12 +08:00
qingwei.li
5a211b1fca fix deploy shell 2016-11-28 17:56:12 +08:00
Leopoldthecoder
e8b74dcb96 update changelog for 1.0.3 2016-11-28 17:55:54 +08:00
baiyaaaaa
f4ddc67521 fix upload docs bug 2016-11-28 17:27:05 +08:00
cinwell.li
de33864575 doc: Fix changelog style (#1414) 2016-11-28 17:12:08 +08:00
Furybean
ca1bdd43bd Tree: try to fix ie10 transition error. 2016-11-28 17:07:40 +08:00
reverland
8a4b7ba6d7 Popover: add show/hide event 2016-11-28 16:57:46 +08:00
杨奕
0373211131 improve header background (#1416) 2016-11-28 16:56:03 +08:00
baiyaaaaa
84efedcc71 Merge pull request #1408 from QingWei-Li/fix/pagination-bgcolor
Pagination: fix background color
2016-11-28 11:20:21 +08:00
baiyaaaaa
41f69d99cd fix pagination docs (#1409) 2016-11-28 11:15:07 +08:00
杨奕
2b812d5fe2 fix header background (#1407) 2016-11-28 11:01:42 +08:00
qingwei.li
e43ed240f1 Pagination: fix background color 2016-11-28 10:52:43 +08:00
Pierre-Louis Renaudin
3502bf0dcd Update "fr" locale
Do not display "Annee" in the calendar (e.g. en locale file has empty string for same key)
2016-11-28 08:37:20 +08:00
baiyaaaaa
aa3f9939d0 fix checkbox label type (#1400) 2016-11-27 19:06:46 +08:00
baiyaaaaa
6873611cf1 dynamic default-file-list & doc improve 2016-11-27 16:03:26 +08:00
baiyaaaaa
e01e4206c4 add customize theme link 2016-11-27 15:26:43 +08:00
baiyaaaaa
f88ad25f7b support upload default fileList (#1393) 2016-11-27 14:07:13 +08:00
baiyaaaaa
58098f5693 Merge pull request #1384 from HashemQolami/fix-form-validation
Form: Fixed validation issue with dynamic rules (issue #1317)
2016-11-27 11:51:37 +08:00
Max
0909955744 Update installation.md
fix wording
2016-11-27 09:55:33 +08:00
baiyaaaaa
1f8f88615c support the title slot in menu-group (#1382) 2016-11-27 06:20:00 +08:00
baiyaaaaa
ce13d974b5 fix datepicker year select mode bug (#1385) 2016-11-26 23:19:08 +08:00
Hashem Qolami
bfab5cd9ed Form: 🔧 fixed validation issue with dynamic rules (fixed #1317) 2016-11-26 16:28:43 +03:30
baiyaaaaa
75d248e107 support radio button custom style 2016-11-26 18:30:56 +08:00
baiyaaaaa
64f1caea38 support dynamic pageSizes 2016-11-26 17:10:42 +08:00
baiyaaaaa
ba983ffb96 normalize the componentName writing 2016-11-26 16:51:04 +08:00
baiyaaaaa
66b055f9d2 fix btn-group style in form-item (#1371) 2016-11-26 14:13:15 +08:00
baiyaaaaa
a84926b117 Merge pull request #1333 from QingWei-Li/fix/radio-checkox
Radio/Checkbox: fix radio-radiogroup checkbox-checkboxgroup nested bug fixed #1152
2016-11-26 13:26:27 +08:00
baiyaaaaa
d9c7824470 fix form validate bug (#1363) 2016-11-26 10:48:06 +08:00
baiyaaaaa
63ae2d2a68 support autocomplete append & prepend 2016-11-26 10:35:04 +08:00
baiyaaaaa
c5c5bbba9e Merge pull request #1364 from QingWei-Li/fix/popper
Popper: fix not destroy in keep-alive mode, fixed #1359
2016-11-26 01:24:43 +08:00
baiyaaaaa
ebfcf926a5 Merge pull request #1365 from QingWei-Li/doc/update-custom-theme
Doc: update custom theme
2016-11-26 01:23:41 +08:00
kingwl
e44bf50e5d Select: fix clear on remote mode 2016-11-25 21:32:13 +08:00
kingwl
2f37355136 Select: fix priority of label and value 2016-11-25 21:10:12 +08:00
qingwei.li
bd975b1747 Doc: update custom theme 2016-11-25 18:26:34 +08:00
qingwei.li
fd08afdd90 Popper: fix not destroy in keep-alive mode, fixed #1359 2016-11-25 18:06:12 +08:00
Furybean
807c06071d Tree: fixed default-expanded-keys can not set again. 2016-11-25 17:41:36 +08:00
Furybean
812a953b1e Table: add row-style prop. 2016-11-25 17:41:07 +08:00
qingwei.li
cf38b8c32e Tree: import checkbox 2016-11-25 17:17:05 +08:00
qingwei.li
96f71eda55 Radio/Checkbox: fix radio-radiogroup checkbox-checkboxgroup nested bug fixed #1152 2016-11-25 14:08:11 +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
Furybean
4617526367 Pagination: fix user can not set currentPage in some condition. 2016-11-25 08:26:10 +08:00
kingwl
a3f570789c Table: fix align attribute (#1338) 2016-11-24 18:34:02 +08:00
kingwl
6cd01c2647 InputNumber: fix invalid value (#1330) 2016-11-24 14:48:56 +08:00
cinwell.li
066eaf123e DatePicker: fix prevent clear value when readonly is true, fixed #1238 (#1326) 2016-11-24 14:14:02 +08:00
qingwei.li
2f6750964e DatePicker: fix the panel is not updated when value change, fixed #1158 2016-11-24 13:16:48 +08:00
cinwell.li
304f02ea0e Font: fix load error in chrome, fixed #1322 (#1324) 2016-11-24 10:59:55 +08:00
FuryBean
5c386d5ce8 Table: fix dynamic prop in table-column cause script error. (#1314) 2016-11-24 06:54:32 +08:00