Commit Graph

5039 Commits

Author SHA1 Message Date
0song
fba3c2f2cb
fix: fix doc sidebar error z-index (#15498) 2024-01-15 04:28:35 +00:00
qiang
240fe6b8e0
fix(components): [collapse] SSR hydration error caused by random ID (#15500) 2024-01-15 03:24:50 +08:00
一只前端汪
6089ed27d2
fix(docs): popover offset default value error (#15502)
* fix(docs): popover offset default value error

* fix: doc
2024-01-15 03:23:32 +08:00
赵添
15238ac02d
fix(components): [image-viewer] Maximum recursive updates exceeded error (#15483) 2024-01-13 13:54:02 +08:00
0song
54489d0eaa
chore: update readme (#15496) 2024-01-12 16:06:45 +00:00
云淑
52d89cc06d
docs(components): [image] add type of crossorigin (#15471)
* docs(components): [image] add type of crossorigin

* Revert "docs(components): [image] add type of crossorigin"

This reverts commit a87f7803cceea80d4c46526190be7cec9a9e45cd.

* fix(components): [image] clear the default value of crossorigin.

* docs(components): [image] set crossorigin default type to ''.

* docs(components): [image] format table style

* fix(components): [image] remove the default value of crossorigin.

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

* fix(components): [image] remove type declarations for crossorigin constants

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-01-12 16:06:33 +08:00
kooriookami
1afb276ddd
fix(components): [select select-v2] fix input click event (#15462)
* fix(components): [select] fix input click event

* fix(components): update
2024-01-12 16:04:53 +08:00
xiaoming
479c25b5fa
perf(components): [select & selectV2] hide collapse-tags-tooltip when dropdown (#15478)
perf(components): [select & selectV2] hide tags-tooltip when dropdown
2024-01-12 15:57:41 +08:00
zepeng
128b117e85
docs(components): [tree] example of modifying custom node class (#15320) 2024-01-12 13:11:06 +09:00
wzc520pyfm
6b886e42a1
docs(components): [select-v2] use new display tag (#15329) 2024-01-12 11:30:25 +08:00
Sefa UN
6de47df5bf
[doc] unnecessary code (#15469) 2024-01-11 15:03:45 +00:00
一只前端汪
be2ac9b964
chore: remove report.json (#15466) 2024-01-11 18:45:15 +08:00
Element
4ac4750158
chore: Update changelog 2.5.1 (#15455)
chore: update changelog 2.5.1
2024-01-11 16:47:23 +08:00
一只前端汪
1045976722
chore: update pnpm to v8.14.1, revert 15442 (#15451)
* Revert "Revert "chore: update pnpm to v8.12.0 (#15101)" (#15442)"

This reverts commit 27f6df156e.

* build: update pnpm
2024-01-11 15:32:43 +08:00
一只前端汪
934f0e716b
fix(ci): Replace jest-coverage-report-action with vitest-coverage-report-action (#15435)
* fix(ci): update jest-coverage-report-action version

* fix(ci): update

* fix(ci): update vitest config

* fix(ci): use pnpm

* fix(ci): update

* fix(ci): vitest-coverage-report-action

* fix(ci): add test

* fix(ci): update

* fix(ci): update

* fix(ci): update
2024-01-11 15:05:03 +08:00
xiaoming
b954b033f9
fix(components): [select] exposes blur invalid (#15450) 2024-01-11 14:45:43 +08:00
kooriookami
e7c1b53da3
fix(components): [select] Fix value bind object and trigger twice in form label (#15449)
* fix(components): [select] Fix value bind object

* fix(components): update

* fix(components): update
2024-01-11 14:45:23 +08:00
xiaoming
018f22f36c
fix(components): [select] remove redundant named slots (#15441)
* fix(components): [select] remove redundant named slots

* chore: update
2024-01-11 14:37:20 +08:00
xiaoming
27f6df156e
Revert "chore: update pnpm to v8.12.0 (#15101)" (#15442)
This reverts commit b12923530a.

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-01-11 11:09:36 +08:00
Element
a2f1294c8d
chore: Update changelog 2.5.0 (#15436)
chore: update changelog 2.5.0
2024-01-10 11:57:25 +00:00
kooriookami
5844947198
refactor(components): [select & select-v2] Refactor components (#15352)
* refactor(components): [select&select-v2] refactor components

* refactor(components): [select-v2]

* refactor(components): update

* refactor(components): update

* refactor(components): [select-v2]

update

* refactor(components): update

* refactor(components): update

* refactor(components): update type

* refactor(components): update

* refactor(components): update

* refactor(components): update style

* refactor(components): update docs

* refactor(components): update

* refactor(components): fix #15323

* refactor(theme-chalk): update

* refactor(components): update

* refactor(components): update

* refactor(components): update

* refactor(components): fix bugs

* fix(components): fix issue

* fix(components): update

* fix(components): fix some bug

* feat(components): update

* feat(components): add tag slot

* feat(components): update

* fix(components): update

* style(theme-chalk): update style

* fix(theme-chalk): update

* feat(theme-chalk): update

* fix(components): update

* feat: update

* feat: update

* feat: update

* feat(components): update
2024-01-10 11:14:58 +08:00
yuchi Xiong
2c851a340b
fix(components): [input] the cursor is misplaced when type setting number (#15341)
fix(components): [input] the cursor is misplaced when type setting number
2024-01-10 09:18:26 +08:00
Kasun Weligamage
4a3318f7b1
fix(components): [image, image-viewer] Add crossorigin property (#15406)
Co-authored-by: Xc <124118265@qq.com>
2024-01-08 17:21:21 +08:00
WuJianPeng
2664188c21
fix(components): fixed total column without background color (#15336)
* fix(components): fixed total column without background color

closed #15324

* Update packages/theme-chalk/src/table.scss

Indeed & it is redundant

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

* style(components): delete redundant styles

---------

Co-authored-by: btea <2356281422@qq.com>
2024-01-08 16:43:48 +08:00
xiaoming
e9318e6dde
chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401)
chore(build): [ElTour & ElTour & ElPopover] update global types
2024-01-08 10:46:22 +08:00
xiaoming
78c5f81651
fix(components): [loading] complete destroy vLoading directive unmounted (#15393) 2024-01-07 08:02:39 +00:00
xiaoming
1b7dfacfcb
docs(components): [table] add filter-class-name in Table-column (#15391) 2024-01-07 13:30:33 +08:00
xiaoming
034fb204bc
feat(components): [table] add filterClassName props in TableColumn (#15389) 2024-01-07 13:30:10 +08:00
btea
858be3c70a
refactor(components): [tour] replace rect with path (#15315) 2024-01-07 12:42:02 +09:00
btea
30034a5063
fix(build): build web-types.json compatible with windows (#15379) 2024-01-07 10:54:53 +08:00
Mrbigshot
553fe41529
fix(components): [tree-select] case-insensitive when filterable (#14617)
Co-authored-by: 叶晨 <cye2@leqee.com>
2024-01-07 00:05:46 +08:00
wzc520pyfm
15d0f62a23
docs(components): [drawer] fix format error (#15388) 2024-01-06 23:01:57 +08:00
xiaoming
9475922142
perf(components): [menu] popper close any levels in menu-trigger:hover (#15383) 2024-01-06 20:16:03 +08:00
kooriookami
2bb71f6289
feat(element-plus): Support last 2 versions of browsers (#15313)
feat(element-plus): support last 2 versions of browsers
2024-01-05 22:55:07 +08:00
xiaoming
935b30f523
fix(ci): GITHUB_TOKEN is empty in publish-npm-nightly.yml (#15382) 2024-01-05 22:38:37 +08:00
xiaoming
c8a0dda159
fix(components): [menu] set teleported, parent menu popper not closed (#15342)
* fix(components): [menu] set `teleported`, parent menu poper not closed

* chore: update
2024-01-05 21:47:09 +08:00
btea
f8c2510705
fix(build): [date-picker] type prop error in web-types.json (#15376) 2024-01-05 20:26:38 +08:00
Xc
838bad208c
style(components): [menu] Collapse mode active color (#15343)
style(components): [menu] coolapse mode active color
2024-01-05 19:24:57 +08:00
afe1
49ca14fecd
fix(components): [input] remove useless contants (#15351)
* fix(components): [input] remove useless contants

* fix: remove useless contants
2024-01-04 20:52:17 +08:00
赵添
c6aacf99b2
fix(style): [tour] fixed the closebtn's hover style when type is primary (#15309)
* fix(style): [tour] fixed the closebtn's hover style when type is primary

* fix(components): [tour] placement prop reactive not work

* fix(style): [tour] delete the background style
2024-01-04 17:01:19 +08:00
inottn
56f5ec1717
chore(ci): bump maintain-one-comment to 3.1.1 (#15318) 2024-01-03 19:40:49 +08:00
betavs
668a6b00b1
fix(components): [message] type is not working after customizing icon (#15233) 2024-01-01 15:04:39 +08:00
inottn
b12923530a
chore: update pnpm to v8.12.0 (#15101) 2023-12-31 18:38:41 +08:00
云淡然
736dfa631f
feat(components): [form] FormContext adds the getField method (#14930)
* feat(components): [form] FormContext adds the getField method

* feat(components): [form-item] FormItemContext adds the fieldValue prop

* chore: update FormContext.getField return type
2023-12-31 09:39:31 +09:00
zepeng
ff7f80d941
fix(components): [link] add target attribute and relevant docs (#15266)
* fix(components): [link] add target attribute and relevant docs

* fix(components): [link] add target attribute and relevant docs

Update the type of the target attribute
2023-12-30 19:41:38 +09:00
btea
a5b5dc7b20
fix(components): [select-v2] clear icon invalid when status-icon is set (#15306) 2023-12-29 20:02:10 +09:00
btea
4c6d7f9ca2
refactor(docs): [tour] use ButtonInstance and format code (#15304) 2023-12-28 22:53:10 +08:00
btea
ef4fbe3be2
feat(components): [tree] export TreeInstance (#15293) 2023-12-28 19:07:00 +08:00
一只前端汪
d553ae3920
fix(components): [input-number] Displayed values is different from modelValue when use model-value (#15184)
* fix(components): [input-number] Displayed values error

* feat: remove await

* fix: remove async

* fix: arrange

* feat: add tset case
2023-12-28 14:58:10 +08:00
Zhongxiang Wang
1c669e4eaf
fix(docs): fix tip text overflows when no result (#15295)
* fix(docs): fix tip text overflows when no result

* feat(docs): enable `getMissingResultsUrl` for docsearch
2023-12-28 10:40:35 +08:00