Commit Graph

4767 Commits

Author SHA1 Message Date
Element
606eade53d
chore: Update changelog 2.3.6 (#13055)
chore: update changelog 2.3.6
2023-06-02 05:03:23 +00:00
0song
0a6e403010
chore: rm china mirror redirect (#12968)
chore: rm redirect
2023-06-02 04:51:26 +00:00
dopamine
8fd857aa8a
fix(components): [steps] preserve the order of subcomponents (#12896)
* fix(components): [steps] preserve the order of subcomponents

* fix: remove unused type

* add test cases
2023-05-29 20:17:36 +08:00
Xc
015ac099cb
fix(components): [table] maxHeight shark (#12349) 2023-05-29 20:16:31 +08:00
btea
9ba2ed7013
chore: format docs (#12973) 2023-05-29 20:03:54 +08:00
qiang
a99dbb3954
fix(components): [select] optimize the triggering of blur event (#11524)
* fix(components): [select] drop-down selection is not closed when blur

closed #10893, #10992

* fix(components): [select] optimize the triggering of blur event

* refactor(components): [select] optimize code
2023-05-28 17:31:25 +08:00
qiang
6222629007
refactor(components): [message-box] remove useRestoreActive (#11646) 2023-05-28 09:57:29 +08:00
btea
fe52138758
test: [notification] add zIndex test case (#12949) 2023-05-26 11:52:59 +08:00
btea
232649a42e
docs: update the tree component filter example data type (#12942) 2023-05-26 11:47:04 +08:00
0song
c42d160445
chore: update readme (#12921) 2023-05-24 18:52:20 +08:00
wzc520pyfm
c51c686ed9
docs(components): [pagination] use new display tag (#12680)
* docs(components): [pagination] use new display tag

* docs(components): [pagination] update doc format

adjust attribute order

update default for attribute

update title

update description for attribute

* docs(components): [pagination] restores the order of attributes
2023-05-24 08:22:28 +08:00
onpaper
9b564c3497
fix(components): [notification] fix props.zIndex lose efficacy bug (#12474)
* fix(components): [notification] fix props.zIndex lose efficacy bug

* fix(components): [notification] fix props.zIndex lose efficacy bug

* fix(components): [notification] fix props.zIndex lose efficacy bug

* fix(components): [notification] fix props.zIndex lose efficacy bug
2023-05-24 08:06:43 +08:00
Xc
8851532487
chore: edit pr template, use copilot pr (#12913)
chore: edit pr template
2023-05-23 15:47:45 +00:00
白雾三语
dffecc232a
fix(components): [select-v2] Fix border color error (#12755)
* fix(components): [select-v2] Fix border color error

* fix(components): [select] updated code
2023-05-23 23:16:30 +08:00
仿生狮子
f986b63a00
fix(components): [popper] prioritise user's popper-style (#12833)
* fix(components): [popper] prioritise users popper-style

fix: #12831

* test: fix packages/popper testcase
2023-05-21 20:46:24 +08:00
winches
9241b4dbe4
chore: optimize md plugin config (#12801) 2023-05-20 10:28:55 +08:00
Element
b21a0e3caf
chore: Update changelog 2.3.5 (#12883)
chore: update changelog 2.3.5
2023-05-19 06:58:47 +00:00
wzc520pyfm
5b52982da3
docs(components): [infinite-scroll] use new display tag (#12670)
* docs(components): [infinite-scroll] use new display tag

* docs(components): [infinite-scroll] update default of directives
2023-05-18 09:12:17 +08:00
0song
a3a50e5dc2
chore: update readme png (#12842)
* chore: update readme

* chore: update png
2023-05-16 16:01:00 +00:00
wzc520pyfm
3673d92a2e
docs(components): [time-select] use new display tag (#12700) 2023-05-16 22:26:30 +08:00
dopamine
649fa56a7a
docs: anchor link doesn't scroll to the correct anchor point (#12839)
* docs: anchor link doesn't scroll to he correct anchor point

* icon & table-v2
2023-05-16 21:49:48 +08:00
wzc520pyfm
798d9d8739
docs(components): [page-header] use new display tag (#12665)
* docs(components): [page-header] use new display tag

* docs(components): [page-header] update title property doc
2023-05-16 09:10:03 +08:00
wzc520pyfm
84d331edae
docs(components): [tree-select] use new display tag (#12663)
* docs(components): [tree-select] use new display tag

* docs(components): [tree-select] add cache option type
2023-05-16 09:08:47 +08:00
0song
daf6c080c7
chore: update readme (#12830) 2023-05-15 23:00:01 +08:00
yujinpan
e82c5b36d4
fix(components): [tree-select] incorrect selection when using checkOnClickNode without checkbox (#12826) 2023-05-15 19:24:14 +08:00
yujinpan
7424a78e80
fix(components): [TreeSelect] checking node reset checked cache node (#12367)
* fix(components): [TreeSelect] checking node reset checked cache node

* refactor: remove unused variables and duplicate `onCheck` event
2023-05-15 10:37:21 +08:00
热爱vue的小菜鸟
cd306117ae
feat(components): [carousel] If the carousel height is auto apply item height (#12388)
* fix(components): [carousel] :height is auto and card direction  vertical

* fix(components): [carousel] :height is auto and card direction vertical

* fix(components): [carousel] :height is auto and card direction 垂直

* feat(components): [carousel] height is adaptive when height is auto

* feat(components): [carousel] height is adaptive when height is auto

* fix(components): [carousel] :height is auto and card direction 垂直

* fix(components): [carousel] :height is auto and card direction 垂直

* fix(components): [carousel] :height is auto  test.tsx

* fix(components): [carousel] :height is auto and card direction

* fix: delete zIndex

* fix: delete ts type

* fix: add test

* fix: css modification

* fix: delete doc inside

* fix: Revise card width not adaptive

* fix: Modify calcCardTranslate

* fix: test

* fix: calcCardTranslate

* fix: remove redundant code
2023-05-14 17:47:43 +08:00
yujinpan
ce1499b98e
fix(components): [TreeSelect] incorrect check event params (#12370) 2023-05-14 17:11:54 +08:00
sleepyShen1989
44376fa0c7
fix(components): [select] fix placeholder display (#11051)
closed # 11049
2023-05-13 12:55:35 +08:00
lyric-zemin
ea82d3f7c3
fix(components): [tree] Fix TreeOptionProps (#12511)
fix(components): fix TreeOptionProps

Co-authored-by: wu.zeMin <244@qq.com>
2023-05-13 13:12:25 +09:00
20savage
701940731a
fix(components): [input-number] add Judging if the max is greater than the min (#12741)
fix(components): update Judging if the max is greater than the min

closed #12741
2023-05-13 11:15:52 +08:00
btea
0da9f948d4
chore(ci): add first pr merge comment (#12743) 2023-05-11 20:14:13 +09:00
Xc
213fdfb51e
fix(components): [menu] calc slice index remove comment node (#12472) 2023-05-09 22:10:29 +08:00
vaebe
a82b84fd74
docs(components): [tree] fix description of tree setCheckedKeys method (#12567)
fix(docs): Fix description of tree setCheckedKeys method
2023-05-08 22:47:02 +08:00
Gener
deba6c81fb
fix(components): [upload] before-upload change data in promise (#12575)
* fix(components): [upload] befroe-upload change data in promise

closed #12340

* fix(components): [upload] befroe-upload change data in promise

closed #12340
2023-05-08 20:26:38 +08:00
mg5566
db664b033b
docs(components): [select] create example using value-key attribute (#12698)
* docs(components): [select] create example using 'value-key' attribute

Example using option type with same value of 'label' property

- Use 'id' property of option as value of 'value-key' attribute

* docs(docs): apply 'value-key' example to 'select.md'

Remove the existing 'tip' and add it to the description

---------

Co-authored-by: FE_강명구 <mg_@ex-em.com>
2023-05-07 08:59:09 +08:00
ali-mirzaeii
6a4d21e27c
improvement(locale) : update fa language. (#12677) 2023-05-06 20:20:48 +08:00
wzc520pyfm
0d46d99022
docs(style): [tag] use new display tag (#12659)
* docs(style): [tag] use new display tag

* refactor(components): [check] updated doc and code to new display tag

* docs(components): [tag] update format of doc

* style(components): [tag] undo redundant changes

* style(components): [tag] undo redundant changes and update tag doc
2023-05-03 09:33:59 +08:00
wzc520pyfm
9627100b7c
refactor(components): [steps] optomizate class in code (#12672)
style(components): [steps] optomizate class in code
2023-05-02 16:13:42 +08:00
0xOK
ead49ae579
docs: [tooltip] Modify sample code (#12392) 2023-05-02 10:35:51 +08:00
Xc
66e74c8f1b
fix(components): [table-v2] Adjust the expandable (#12519) 2023-05-01 16:18:18 +08:00
wzc520pyfm
1749e842bf
docs(components): [skeleton] use new display tag (#12667) 2023-05-01 15:10:21 +09:00
SaKura丶
caae0d1a48
fix(components): [image] fixed lazyLoad scroll end not loading (#12596)
Co-authored-by: cicada <ruoheng@pinduoduo.com>
2023-05-01 10:55:16 +08:00
init-qy
9f693f01de
fix(components): [tree] fix always trigger drag (#12612) 2023-05-01 10:29:09 +08:00
wzc520pyfm
62d3204673
docs(components): [timeline] use new display tag (#12664) 2023-04-30 10:07:15 +09:00
Xc
74daf8bd00
fix(components): [loading] Compatible with vue3.2.0~12 (#12377)
* fix(components): [loading] Compatible with vue3.2.0~12

* fix(components): [loading] add comment
2023-04-30 01:52:36 +08:00
wzc520pyfm
fb1117afe1
docs(components): [empty] use new display tag (#12662) 2023-04-29 21:09:32 +08:00
wzc520pyfm
5861572f88
docs(style): [result] use new display tag (#12661)
* refactor(components): [result] updated doc and code to new display tag

* style(components): [result] undo redundant changes

* docs(components): [result] update default
2023-04-29 17:44:17 +08:00
Xc
2bb2d07010
docs(components): [tooltip] use new tag (#12660) 2023-04-29 08:16:13 +09:00
btea
1807c9d643
docs(components): [progress] (#12604)
* docs(components): [progress]
2023-04-29 01:25:30 +08:00