Commit Graph

1309 Commits

Author SHA1 Message Date
杨奕
24c5ff8c4c Select: fix icon and input click (#1253) 2016-11-22 21:42:58 +08:00
cinwell.li
2d5bc59c67 Pagination: fix i18n, fixed #928 (#1260) 2016-11-22 14:22:03 +08:00
杨奕
a8373aa632 FAQ: add third-party iconfont usage (#1265) 2016-11-22 14:21:36 +08:00
Furybean
59293a219e Tree: add filter-node-method prop & filter method. 2016-11-22 12:37:02 +08:00
Furybean
2c764d13fa Tree: add getCheckedKeys & setCheckedKeys API. 2016-11-22 11:57:42 +08:00
Bakyt
71b0606823 Create ru_RU.js (Russian) (#1258)
* Create ru_RU.js

* Rename ru_RU.js to ru-RU.js
2016-11-22 11:12:11 +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
FuryBean
6353d33afe Table: fix a script error when show-header is true. (#1248) 2016-11-21 19:01:31 +08:00
baiyaaaaa
34e01710b5 remove button native modifier (#1232) 2016-11-20 22:39:33 +08:00
baiyaaaaa
967794ae3d Merge pull request #1208 from QingWei-Li/fix/release-sh
Update rlease sh
2016-11-19 22:08:19 +08:00
baiyaaaaa
bb0a79b1b0 add a error prop for setting the error message manually 2016-11-19 19:55:44 +08:00
十界
c0e7f6dc87 Fix japanese translation 2016-11-19 13:51:16 +08:00
Alvin Trần
ebf7b4c134 Added Vietnamese translation 2016-11-19 13:50:59 +08:00
boyd91
d92efe2528 Add Dutch translations
The full Dutch translations. I'm prepared to add future additional translations.
2016-11-19 13:50:06 +08:00
baiyaaaaa
6b857a23f8 fix radio-button style 2016-11-18 22:12:12 +08:00
baiyaaaaa
5b6dc77243 fix dynamic form item validate bug (#1207) 2016-11-18 22:05:31 +08:00
qingwei.li
47a06b7b57 Update rlease sh 2016-11-18 21:39:49 +08:00
Leopoldthecoder
35b979da54 [release] 1.0.2 2016-11-18 20:08:56 +08:00
Leopoldthecoder
2e931cff96 [build] 1.0.2 2016-11-18 20:08:55 +08:00
Leopoldthecoder
a49dd868a4 Merge branch 'dev' of github.com:ElemeFE/element into dev 2016-11-18 20:04:54 +08:00
Leopoldthecoder
d7dd6cecb4 update release script 2016-11-18 20:03:20 +08:00
qingwei.li
c6d6b32c5e Fix some bug 2016-11-18 20:03:20 +08:00
qingwei.li
37510831ca Update: release script 2016-11-18 20:03:20 +08:00
Leopoldthecoder
528067f3cd Changelog: update to 1.0.2 2016-11-18 20:03:20 +08:00
baiyaaaaa
3da91213ce improve form validate docs 2016-11-18 20:03:19 +08:00
杨奕
897ec4650c Select: add focus listener (#1193) 2016-11-18 20:03:19 +08:00
杨奕
deaee6ce7a Homepage: add responsive (#1177) 2016-11-18 20:03:19 +08:00
FuryBean
07b8ec030f Table: fix selection-change not fire in some condition. (#1198) 2016-11-18 20:03:19 +08:00
Leopoldthecoder
69b65037eb Switch: fix @change timing bug 2016-11-18 20:03:18 +08:00
Leopoldthecoder
3861c55f86 i18n: use the right parentheses 2016-11-18 20:03:18 +08:00
furybean
0a31868b5f Table: add show-header prop & add header-click event & make height more reasonable. 2016-11-18 20:03:18 +08:00
杨奕
4e423144a2 i18n: update language list (#1187) 2016-11-18 20:03:18 +08:00
cinwell.li
4ebdd6a6d4 Table: add context prop (#1161) 2016-11-18 20:03:18 +08:00
qingwei.li
ffc136fa8d TimeSelect: fix 00:00 is disabled, fixed #676 2016-11-18 20:03:17 +08:00
YanagiEiichi
904a739499 Add ja.js 2016-11-18 20:03:17 +08:00
Leopoldthecoder
10cef46012 Table: update English doc 2016-11-18 20:03:17 +08:00
furybean
bd8bf7bf35 Table: fix fixed column won't disappear in some condition. 2016-11-18 20:03:17 +08:00
furybean
012c0185f2 Table: fix select-all checkbox is selected when all rows are not selectable. 2016-11-18 20:03:17 +08:00
ChangJoo Park
402a9abacb Add Korean. 2016-11-18 20:03:16 +08:00
qingwei.li
bd7a4252a3 Fix release script 2016-11-18 20:03:16 +08:00
Ole Magnus Støvern
fe44366fce Added Norwegian bokmål (#1164)
Norway got two different written languages, this is the most common one.
2016-11-18 20:03:16 +08:00
Jan Van Bruggen
077c0cf73f Docs: fix custom theme import path
When `src/main.js` imports `theme/index.css`, the import statement
should import `'../theme/index.css'`, not `'./theme/index.css'`.
2016-11-18 20:03:16 +08:00
tpy
4dfb12a98e i18n for zh-TW (#1170)
add traditional chinese translation
2016-11-18 20:03:16 +08:00
qingwei.li
d56ac5d3ae CI: add elementt bot 2016-11-18 20:03:15 +08:00
Wanny Miarelli
11eaa98ac7 Italian Locale File 2016-11-18 20:03:15 +08:00
baiyaaaaa
c9ff94e267 fix popperjs get scrollParent bug (#1143) 2016-11-18 20:03:15 +08:00
Leopoldthecoder
fc41cf4077 Alert: add render-content 2016-11-18 20:03:15 +08:00
qingwei.li
33ba9f5b0b Loading: update doc 2016-11-18 20:03:15 +08:00
qingwei.li
a13b49b609 Locale: fix dynamic change locale 2016-11-18 20:03:14 +08:00
Leopoldthecoder
faa27b9d99 Input: fix input-group line height 2016-11-18 20:03:14 +08:00