6609 Commits

Author SHA1 Message Date
0song
6802685e6b chore: update doc (#21737) 2025-08-13 04:19:34 +00:00
sea
63987bb9c9 chore: update crowdin translate link (#21725)
* chore: update crowdin translate link

* chore: update readme
2025-08-13 09:38:02 +08:00
sea
71bf2221f3 chore(dev): add vscode-pull-request-github extensions (#21713) 2025-08-12 20:47:24 +08:00
sea
345a70256c chore: use new codesandbox link (#21720) 2025-08-12 12:55:51 +02:00
Element
5ac741a007 chore: Update changelog 2.10.7 (#21727)
chore: update changelog 2.10.7
2025-08-12 09:52:03 +00:00
sea
e551185b38 chore: early release update version (#21724)
rel: https://github.com/element-plus/element-plus/pull/21691
2025-08-12 17:37:31 +08:00
sea
ecd7b365c5 docs: update overview clear warning (#21716) 2025-08-12 12:25:35 +08:00
snowbitx
ceabde2558 fix(components): [scrollbar] resize according to container size (#21694)
fix: 21693
2025-08-12 08:46:20 +08:00
btea
2ec8b6e969 chore: comment CODEOWNERS (#21704) 2025-08-12 07:31:53 +08:00
catanswer
ee334a635c feat(components): [popconfirm] expose hide function and popperRef (#21681)
* feat(components): [popconfirm] expose hide function and popperRef

* Update docs/en-US/component/popconfirm.md

Co-authored-by: btea <2356281422@qq.com>

* Update docs/en-US/component/popconfirm.md

Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>

* chore: bump tweak

---------

Co-authored-by: yinshenghao <shenghao.yin@eslink.com>
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
Co-authored-by: Dsaquel <291874700n@gmail.com>
2025-08-12 00:12:49 +02:00
Noblet Ouways
24cbd4bdbb fix(components): [date-picker] ensure reset visibility on picker range (#21691)
closed #21689
2025-08-11 14:25:30 +02:00
qiang
826373a133 fix(components): [select] click outside should lose focus (#21702)
* fix(components): [select] click outside should lose focus

* chore: add test
2025-08-11 14:44:03 +08:00
Zhong
a5679acdac chore: format code (#21705) 2025-08-11 04:46:18 +00:00
知晓同丶
b7acae49c3 docs: Improve the demo of transition object in config-provider (#21695)
Co-authored-by: zhixiaotong <947803089@qq.com>
2025-08-11 07:10:43 +08:00
知晓同丶
ff525392ac feat(components): [config-provider] support dialog config (#21684)
* feat(components): [config-provider] support `dialog` config

* chore: remove comment

* fix: `props` take precedence over `globalConfig`

* fix: dialog-content use globalConfig

* revert: undo globalConfig & bump

* docs: supplement  tag

---------

Co-authored-by: zhixiaotong <947803089@qq.com>
2025-08-10 14:26:21 +02:00
Zhong
764aa9a1fa docs: sync switch state with system color scheme (#21690) 2025-08-10 07:51:56 +08:00
Allen Xu
065e3874d8 docs(components): [dropdown] fix typo (#21687)
docs(components): [dropdown] fix typo of 2st & 3st
2025-08-09 06:08:44 +00:00
Jeremy
a9f7bcb54f feat(project): organize dependencies properly (#21683) 2025-08-09 09:33:16 +08:00
Zhong
f930e42967 fix(components): [input] correct textarea height in fullscreen (#21656) 2025-08-09 00:55:06 +02:00
Zhong
20e420e530 chore(components): [config-provider] improve jsdoc navigation links (#21685) 2025-08-09 06:41:24 +08:00
btea
2010ed0252 chore(docs): [autocomplete] update slot version (#21676) 2025-08-08 09:48:11 +02:00
Element
a1410ff604 chore: Update changelog 2.10.6 (#21674)
chore: update changelog 2.10.6
2025-08-08 05:08:21 +00:00
0song
c55fee68ed chore: update doc (#21673) 2025-08-08 04:34:36 +00:00
Zhong
dc3c72a370 docs(components): [config-provider] add ColorPicker to empty values config supported list (#21655)
docs(components): [config-provider] add ColorPicker to supported list
2025-08-07 11:39:40 +08:00
dopamine
6bf6313f35 fix(components): [table] render default slot only when it returns valid vnodes (#21651) 2025-08-06 14:39:10 +02:00
Zhong
2d089b19d1 fix(components): [watermark] resolve text clipping caused by textAlign (#21639)
* fix(components): [watermark] resolve text clipping caused by textAlign

* refactor(components): [watermark] update based on review feeddback

* fix: update
2025-08-06 17:55:33 +08:00
Noblet Ouways
99dacaaaec chore: build & doc tiny tweak (#21644)
chore: doc tweak
2025-08-06 17:46:30 +08:00
catanswer
7b25a87d6d feat(components): [autocomplete] add header and footer slot (#21594)
* feat(components): [autocomplete] add header and footer slot

* docs(components): add a bump version for new slots

* test(components): [autocomplete] add header/footer slots test case

* docs(components): [autocomplete] add header and footer slots example

---------

Co-authored-by: yinshenghao <shenghao.yin@eslink.com>
2025-08-05 22:34:39 +02:00
thinkasany
41e65b79bb refactor(components): [message-box] remove duplicates conditional (#21634)
refactor(components): [message-box] rm redundant conditional expression
2025-08-05 22:32:51 +02:00
sea
14eda6f1e8 docs(components): [table] supplement columns type (#21642) 2025-08-05 22:28:53 +02:00
sea
bf6a1c2640 docs: update select clearable description (#21641) 2025-08-05 23:03:19 +08:00
Noblet Ouways
20652107fe fix(components): [date-picker] keep datetimerange close on value change (#21625)
* fix(components): [date-picker] keep datetimerange close on value change

* chore: review past solution

* test: add test case

* docs: update onChange event

* test: test
2025-08-05 16:28:26 +02:00
Zhong
6cf0a1d48f fix(components): [image] support lazy inside transformed containers (#21573)
* fix(components): [image] support lazy inside transformed containers

* fix: update
2025-08-05 14:33:14 +08:00
Zhong
136ec5c21b fix(components): [splitter] provide layout should be reactive (#21607)
* fix(components): [splitter] provide `layout` should be reactive

* refactor(components): [splitter] extract `layout` variable
2025-08-05 11:28:27 +08:00
btea
64e9316547 fix(components): [select-v2] stop the click event propagation of header/footer slot (#21617)
fix(components): [select-v2] stop the click event propagation of header/footer slot
2025-08-04 13:20:39 +02:00
thinkasany
a4babd542e refactor(components): [tour] improve TourContext type (#21605) 2025-08-04 17:47:48 +08:00
Noblet Ouways
382d393020 ci: remove greeting hook (#21609) 2025-08-04 09:59:32 +02:00
thinkasany
82fcbf0237 style(components): Replace inset to provide better compatibility (#21601)
* style(components): Replace inset to provide better compatibility

* ci: fix

* ci: fix
2025-08-04 12:34:08 +08:00
btea
d927fad102 chore: upgrade rimraf (#21598) 2025-08-04 00:50:08 +02:00
Noblet Ouways
94876f2c69 ci: cleanup community bot messages (#21562) 2025-08-04 00:49:53 +02:00
thinkasany
d2d44c7de3 refactor(components): [tour] improve code style (#21586)
* refactor(components): [tour] improve code style

* fix(components): fix
2025-08-03 22:41:48 +08:00
Zhong
72a26a48f0 docs: fix typo & prettier & unify attribute name format (#21600) 2025-08-03 16:47:48 +08:00
Element
f2404a27b0 chore: Update changelog 2.10.5 (#21587)
chore: update changelog 2.10.5
2025-08-01 18:06:48 +00:00
btea
86f49acafd chore(build): replace process (#21584) 2025-08-01 20:10:49 +08:00
Noblet Ouways
bce22dd10d fix(components): allow null type on empty-values components (#21582)
* fix(components): allow null type on empty-values components

* refactor(hooks): [empty-values]: allow plain null for `value-on-clear`
2025-08-01 12:27:19 +02:00
sea
e479006c4c docs: update overview splitter icon style (#21581) 2025-08-01 11:36:00 +02:00
thinkasany
8120ae8bae refactor(components): [message] use MessageType replace messageType (#21579)
* fix(components): [message] use MessageType replace messageType

* chore: add notes

---------

Co-authored-by: warmthsea <2586244885@qq.com>
2025-08-01 09:25:59 +00:00
Noblet Ouways
24cfc3685d style(components): remove unused icon class & autocomplete tweaks (#21565)
* style(components): remove unused icon class & autocomplete tweaks

* fix: review

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>

---------

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-08-01 17:16:15 +08:00
0song
c1b3ace687 chore: update doc (#21576) 2025-08-01 07:11:39 +00:00
sea
100ae5cbb8 docs: add quick jump to props attribute (#21572) 2025-08-01 14:22:22 +08:00