Commit Graph

5293 Commits

Author SHA1 Message Date
btea
920f1fc5ee fix(components): [color-picker] can't select predefine value (#8205) 2022-06-28 21:17:41 +08:00
zhengqbbb
ecc80038be chore: use czg replace commitizen (#8482) 2022-06-28 16:31:15 +08:00
zz
e0e86a4c90 chore(play): improve import (#8468) 2022-06-28 16:25:52 +08:00
renovate[bot]
3678a666f4 chore(deps): update dependency puppeteer to v15 (#8485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 22:46:11 +00:00
renovate[bot]
ca56e64fa3 chore(deps): update all non-major dependencies (#8484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 06:34:17 +08:00
zz
a894fbf990 refactor(components): [transfer] switch to script-setup syntax (#8343)
* refactor(components): [transfer] switch to script-setup syntax

* chore: improve code

* chore: improve type

* fix: lost reactivity

* chore: fix data error

* chore: simplify code
2022-06-27 22:08:03 +08:00
qiang
598f3ab5cd feat(components): [autocomplete] expose blur event (#8364)
* feat(components): [autocomplete] expose blur event

* docs(components): [autocomplete] update
2022-06-27 13:39:25 +09:00
류한경
9c154e9228 refactor(components): [only-child] simplify conditions (#8480) 2022-06-27 11:04:25 +09:00
云游君
5d88f628bb feat(components): [message-box] add autofocus attribute (#8445)
* feat(components): [message-box] add autofocus attribute

* fix: autofocus to be true by default

* docs: message-box autofocus default value

* chore: remove useless comment

* fix: focusStartRef value el
2022-06-26 04:32:05 +08:00
三咲智子
db766ac310 ci: cancel same in-progress workflow (#8446) 2022-06-25 22:18:54 +08:00
LinZhanMing
a9277187cf docs: fix popper.js docs link(dropdown, select-v2, tooltip) (#8474) 2022-06-25 22:43:55 +09:00
zz
5c0e1b9686 fix(components): [popover] fix dark mode background color (#8133)
* fix(components): [popover] fix dark mode background color

* chore: improve code
2022-06-25 20:57:06 +08:00
Cheerwhy
5383ef9a0e fix(components): [select-v2] fix select-v2 dropdown width (#8442)
Co-authored-by: qinzz <qinzz@chint.com>
2022-06-24 22:24:22 +08:00
류한경
272c2e6291 refactor(components): [drawer] replace with addUnit (#8463) 2022-06-24 21:29:39 +08:00
Cheerwhy
4abd29c597 fix(components): [select] fix select dropdown width (#8396) (#8435) 2022-06-24 21:26:10 +08:00
류한경
49bc137430 fix(theme-chalk): [pagination] style if selected value is disabled (#8447) 2022-06-24 17:30:25 +08:00
류한경
c6b43df7b3 refactor(components): [popconfirm] changed button type (#8436)
* refactor(components): [popconfirm] changed button type

* docs: changes to attribute kebab case, add accepted values ​

* fix: remove del tag

* fix: remove del tag
2022-06-24 13:58:51 +09:00
zz
6c752f6676 refactor(components): [space] use JSX in Unit test (#8433) 2022-06-23 22:51:10 +08:00
Xc
2b71f2c561 fix(components): [select] multiple init height (#8423) 2022-06-23 01:34:05 +08:00
Lete
65d198f0a0 feat(components): close all messages of the specified type (#8415) 2022-06-22 19:57:43 +08:00
小孩可可爱爱
29fd3eb217 docs: [tag] add tag theme example (#8413) 2022-06-22 19:43:08 +08:00
zz
f2e48c1835 perf(components): remove unnecessary const assertions (#8407) 2022-06-22 14:30:13 +08:00
LIUCHAO
63847a981f docs(components): [message-box] add customized icon for examples (#8381) 2022-06-22 01:29:27 +00:00
三咲智子
37ed7a15ee fix(components): [message]: offset (#8379)
* fix(components): [message]: offset

closes #7217, #8368
2022-06-22 09:01:23 +08:00
Hefty
8f0341b310 fix(components): [space] missing empty string size (#8039)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-22 00:23:25 +00:00
三咲智子
7097940f4a refactor: add ts-nocheck and check all files (#8401) 2022-06-22 08:04:42 +08:00
zz
ed174ff73f refactor(components): [popover] switch to script-setup syntax (#8273) 2022-06-22 01:01:11 +08:00
zz
518db1e240 refactor(components): [slider] use JSX in Unit test (#8225) 2022-06-22 00:43:43 +08:00
zz
b2ad0e823e refactor(components): [space] refactor (#8386) 2022-06-22 00:42:25 +08:00
Xc
ecadb2f903 refactor(components): [switch] switch to script-setup syntax (#7792) 2022-06-22 00:16:51 +08:00
zz
12396923f0 style(components): [transfer] modify import order (#8345) 2022-06-21 22:38:30 +08:00
小孩可可爱爱
f582165c27 fix(components): [tooltip] not disappear when <keep-alive> change (#8301)
el-tooltip does not disappear when the reference element is in <keep-alive>

closed #8287
2022-06-21 22:34:58 +08:00
三咲智子
786360b7dd refactor(components): [message] fix typings and switch to script setup (#8378) 2022-06-21 19:50:16 +08:00
l1m2e
3db3d62c54 docs: add gaussian blur to the navigation bar (#8376) 2022-06-21 17:40:04 +08:00
류한경
40fa4a4b3e refactor(components): [descriptions] use JSX in Unit test (#8351) 2022-06-21 02:01:22 +08:00
qiang
bc230e5c23 fix(components): [autocomplete] the popup still appears after select (#8350) 2022-06-19 23:32:20 +08:00
LinZhanMing
9da7564856 fix(components): [message-box] the focus error when used ElMessageBox (#8336)
* fix: issue #8292 MessageBox Customization error focus

* perf: boxType exclude prompt
2022-06-19 12:02:10 +08:00
Xc
d536b7cb7a fix(components): [select] collapse-tags-tooltip drop first item (#8344)
* fix(components): [select] collapse-tag-tooltip drop first item

* fix(components): [select] collapse-tags-tooltip drop first item test
2022-06-18 18:38:15 +08:00
三咲智子
85226512e1 refactor(components): [upload] use JSX in Unit test (#8268) 2022-06-18 13:48:27 +08:00
三咲智子
10cad1d072 refactor(components): [switch] deprecate value prop (#8335) 2022-06-18 13:48:02 +08:00
류한경
4ac10cfb97 refactor(components): [dialog] using addUnit in the use-dialog (#8304) 2022-06-17 23:25:25 +08:00
xiahouwei
1299d4a88f fix(components): [tabs] fix change acitve cannot scroll in view (#8332)
fix change active cannot scroll in view

closed #8114
2022-06-17 22:27:54 +08:00
류한경
cf9339567b refactor(components): [image-viewer] simplify emits type checking (#8329) 2022-06-17 21:37:30 +08:00
Element
ca4d4ffcac chore: update changelog 2.2.6 (#8321) 2022-06-17 08:48:38 +00:00
0song
1706dfb6c5 docs: add autocomplete doc (#8320) 2022-06-17 16:20:04 +08:00
LIUCHAO
32b68cccef fix(components): DOM update finished calculating navOffset (#8221)
closed #7672
2022-06-17 15:29:54 +08:00
三咲智子
73f48ae7a7 fix(components): [upload] two-way binding fileList (#8258) 2022-06-17 15:01:30 +08:00
0song
9aa1632452 docs: add autocomplete doc (#8316) 2022-06-17 06:55:40 +00:00
0song
a145f6e880 chore: update typography img (#8315) 2022-06-17 14:54:26 +08:00
0song
e9a79101a3 chore: update readme img (#8306) 2022-06-16 23:02:18 +08:00