zz
4cb900bfc8
fix(components): [select-v2] initial value compatibility ( #10759 )
...
* fix(components): [select-v2] Initial value compatibility
* chore: simplify logic and add a test case
2022-11-27 22:34:48 +08:00
kooriookami
3e9a2c5cd1
fix(components): [input-number] Fix decrease and increase disabled ( #10787 )
2022-11-27 09:01:30 +08:00
井柏然
135564371d
fix(components): [date-picker] default-time affects now result( #10729 ) ( #10737 )
2022-11-26 22:30:10 +08:00
btea
cd41fb7901
chore: move the types entry point to the very beginning ( #10786 )
...
* chore: move the types entry point to the very beginning
* chore: replace the order of import and require
2022-11-26 16:31:16 +08:00
RealityBoy
7b9039b337
docs(components): [popover] better presentation ( #10784 )
2022-11-26 13:53:18 +08:00
RealityBoy
516d49f4d5
docs(components): [switch] support add multiple content example ( #10783 )
...
* docs(components): [switch] support add multiple content example
* docs: add ellipsis example
2022-11-26 13:53:03 +08:00
RealityBoy
e5c09fc2ac
docs(components): [select] better presentation ( #10782 )
2022-11-26 13:52:48 +08:00
RealityBoy
2e706e639d
docs(components): [date-picker] better presentation ( #10781 )
2022-11-26 13:52:35 +08:00
RealityBoy
31b5b92edd
docs(components): [cascader] better presentation ( #10780 )
2022-11-26 13:52:20 +08:00
RealityBoy
200eca3498
docs(components): [autocomplete] better presentation ( #10779 )
2022-11-26 13:52:04 +08:00
RealityBoy
75a08b6b3a
docs(components): [table] treeLazy better presentation ( #10778 )
2022-11-26 13:51:51 +08:00
RealityBoy
f48d497a58
docs(components): [table] better types introduced ( #10777 )
2022-11-26 13:51:36 +08:00
init-qy
ec434a7044
fix(components): [table] fix error in dynamic change table-column ( #10713 )
2022-11-26 11:52:48 +08:00
Element
5aaef41ae9
chore: Update changelog 2.2.25 ( #10776 )
...
chore: update changelog 2.2.25
2022-11-25 15:21:18 +00:00
Zhongxiang Wang
1d5219a0a6
fix(components): [popconfirm] import missing button style ( #10774 )
2022-11-25 15:09:07 +00:00
RealityBoy
ecaecd2727
revert: "fix(components): [table] fix expand icon center ( #9943 )" ( #10773 )
...
revert: fix(components): [table] fix expand icon center (#9943 )
2022-11-25 23:02:16 +08:00
Element
b1cee9ada5
chore: Update changelog 2.2.24 ( #10771 )
...
chore: update changelog 2.2.24
2022-11-25 14:12:10 +00:00
0song
5632c70443
chore: update doc ( #10772 )
...
Update README.md
2022-11-25 14:04:03 +00:00
zz
6dc77e3e93
Revert "fix(components): [menu] menus that are not in the expanded path do not open" ( #10769 )
...
Revert "fix(components): [menu] menus that are not in the expanded path do not open (#10480 )"
This reverts commit 781b891c25
.
2022-11-25 21:47:05 +08:00
Element
22a2bebd8a
chore: Update changelog 2.2.23 ( #10764 )
...
chore: update changelog 2.2.23
2022-11-25 08:24:16 +00:00
吉仔
7810dc6405
docs(components): [rate] fix typo ( #10753 )
2022-11-25 01:47:16 +00:00
Jeremy
ecb4b0117e
docs(components): [avatar] ( #10709 )
...
* docs(components): [avatar]
* Update avatar documentation per new design.
* Move AvatarInstance to instance.ts for better readabilties.
* chore: remove backquote
* chore: update keywords to all-lowercase
* chore: refinement
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-24 22:56:01 +08:00
0song
a389b80e3e
docs: update drawer doc deprecated custom-class ( #10744 )
2022-11-24 20:58:32 +08:00
0song
ff2c984d12
fix: add drawer deprecated custom-class warning ( #10745 )
2022-11-24 14:04:22 +08:00
류한경
29c4833193
fix(components): [page-header] display if breadcrumb slot exists ( #10719 )
2022-11-23 12:22:39 +08:00
Zheng Bang-Bo
b58de1dec5
fix(components): [table] fix expand icon center ( #9943 )
...
* fix(components): [table] fix expand icon center
* Update packages/theme-chalk/src/table.scss
Co-authored-by: qiang <qw13131wang@gmail.com>
* Apply suggestions from code review
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2022-11-23 11:30:23 +08:00
Xc
c6d8589492
docs(components): [space] ( #10685 )
...
* docs(components): [space]
* Adjust API style
* export SpaceInstance
* Update docs/en-US/component/space.md
Co-authored-by: qiang <qw13131wang@gmail.com>
* Update docs/en-US/component/space.md
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2022-11-22 21:39:34 +08:00
Xc
4d021bde98
docs(components): [layout] ( #10682 )
...
* docs(components): [layout]
* Adjust API style
* docs(components): [layout]
2022-11-21 21:57:21 +08:00
Xc
cb66a20612
docs(components): [container] ( #10680 )
...
* docs(components): [container]
* docs(components): [container]
* docs(components): [container]
2022-11-21 21:37:14 +08:00
白雾三语
1d20619c50
fix(components): [input-number] Input actions can update values ( #10329 )
...
* fix(components): [input-number] Input actions can update values
* fix(components): [input-number] added unit test
* fix(components): [input-number] format
* fix(components): [input-number] update
Co-authored-by: chenzhihui <18281682921@qqcom>
2022-11-21 21:20:47 +08:00
Xc
f88d46e231
docs(components): [icon] ( #10681 )
...
* Adjust API style
2022-11-21 20:44:50 +08:00
Xc
c32e55f9fb
docs(components): [link] ( #10683 )
...
* docs(components): [link]
* Adjust API style
* docs(components): [link]
2022-11-21 20:21:52 +08:00
kooriookami
b807b3b679
style(theme-chalk): [Pagination] Fix pagination style ( #10692 )
...
style(theme-chalk): pagination style
closed #10563
2022-11-21 15:42:38 +08:00
qiang
b456125431
fix(components): [tooltip] SSR hydration error caused by random ID ( #10541 )
2022-11-21 14:10:52 +08:00
RealityBoy
d8a116c37f
fix(components): [table] optimizate types export ( #10677 )
...
* fix(components): [table] optimizate types export
* chore: update
2022-11-20 16:51:04 +08:00
init-qy
8f9f8e4248
docs(components): [tree] fix import error type ( #10633 )
...
close https://github.com/element-plus/element-plus/issues/10619
2022-11-20 16:22:19 +08:00
Xc
3c81c1fc6f
fix(components): [pagination] Nesting causes missing styles ( #10666 )
2022-11-20 16:20:26 +08:00
Xc
8ee73a4183
fix(components): [input] prefix and suffix add click focus event ( #10674 )
2022-11-20 15:00:19 +08:00
Qiang
781b891c25
fix(components): [menu] menus that are not in the expanded path do not open ( #10480 )
...
* fix(components): fix #10431
fix #10431 and unify the hooks into the hooks directory
closed #10431
* Revert "fix(components): fix #10431 "
This reverts commit 76524b124c8efd17b08baf8100abae7af5d55d3f.
* fix(components): revert 76524b1
* fix: a bug in unique-opend
* chore: optimize code and test cases
2022-11-20 14:34:43 +08:00
zz
7ef4b2af0b
fix(components): [cascader] collapse tags tooltip style ( #10669 )
2022-11-19 21:19:27 +08:00
btea
762f9c0d7e
fix(components): [upload] use useDisabled ( #10663 )
2022-11-19 18:09:30 +09:00
Element
ede4c7037b
chore: Update changelog 2.2.22 ( #10651 )
...
* chore: update changelog 2.2.22
* Update CHANGELOG.en-US.md
Co-authored-by: iamkun <kunhello@outlook.com>
2022-11-18 06:36:10 +00:00
0song
04f131be4d
chore: update input doc ( #10650 )
2022-11-18 06:17:11 +00:00
Xc
8b974f1da0
docs(components): [button] add api prefix ( #10628 )
...
* docs(components): [button] add api prefix
* docs(components): [button] use CamelCase
2022-11-18 11:21:01 +08:00
Xc
1eeeb18c81
chore: update gen script ( #10641 )
...
Co-authored-by: zz <2418184580@qq.com>
2022-11-18 02:40:52 +00:00
Xc
f0439af1c1
docs(components): [scrollbar] add wrapRef ( #10618 )
2022-11-16 16:52:28 +08:00
iamkun
68eacd2b91
chore: update i18n dayjs ( #10603 )
2022-11-15 01:07:07 +08:00
Xc
5facbb70a5
docs(components): [scrollbar] exposes header name ( #10597 )
2022-11-14 03:53:02 +00:00
Xc
6d30e402d7
docs(components): [scrollbar] note warpRef ( #10596 )
...
docs(components): [scorllbar] note warpRef
2022-11-14 12:14:40 +09:00
Xc
b3553a1cae
docs(components): [button] ( #10594 )
...
* docs(components): [button]
* docs(components): [button]
2022-11-14 10:46:38 +08:00