sea
9298b65629
docs: examples add overflow auto scroll ( #20630 )
2025-05-06 15:09:42 +08:00
sea
3892c0ca32
feat(components): [popover] append-to prop ( #20596 )
2025-05-02 16:12:56 +08:00
w2xi
2d076d87d5
feat(components): [collapse-item ] enhance title slot with isActive property ( #20613 )
2025-05-01 16:36:27 +08:00
w2xi
ab72948d6a
docs(components): [collapse, collapse-item] update exposes ( #20602 )
...
* docs(components): [collapse, collapse-item] update exposes
* docs(components): [collapse] update type declarations
2025-04-30 22:31:32 +08:00
xinconan
aa6c510282
feat(components): [tabs] expose tabNavRef and tabListRef ( #20552 )
2025-04-29 13:45:52 +08:00
Kaine
d8b44b6a2c
fix(components): [collapse] avoid direct activeNames changes ( #20437 )
...
fix(components): [collapse] Avoid direct activeNames changes
* refactor(components): [collapse] Removal of modelValue Modification in watch
* test(components): [collapse] Add new test cases for modelValue
* docs(components): [collapse] Adjust the default value of modelValue/v-model in the documentation
closed #20436
2025-04-28 10:19:13 +08:00
Noblet Ouways
0589201ad4
feat(components): [input-tag] add delimiter ( #20532 )
...
* feat(components): [input-tag] add delimiter
* chore: add missing bump version
2025-04-26 07:55:25 +08:00
w2xi
1e6efeee21
test(components): [notification] add cases for closeIcon prop ( #20526 )
...
* docs(components): [notification] update `closeIcon` prop
* test(components): [notification] add cases for `closeIcon` prop
2025-04-25 13:42:49 +08:00
Noblet Ouways
cae0590f6d
docs: table-v2 add @end-reached parameter description ( #20484 )
2025-04-22 20:40:33 +08:00
w2xi
40e3626119
docs: update append-to prop type ( #20516 )
2025-04-22 16:58:16 +08:00
betavs
5f519a6f25
refactor(components): unify append-to prop type across multiple components ( #20501 )
...
* fix(components): [select] update `append-to` prop type
* fix(components): unify `append-to` prop type across multiple components
* docs: update `append-to` prop type
2025-04-22 09:29:19 +08:00
sea
3743cfa24e
docs: add .example-showcase border-radius ( #20510 )
...
Update vp-demo.vue
2025-04-21 21:31:27 +08:00
comp-squirrel
4466ec1979
feat(components): [link] add control for when underlines should appear ( #20480 )
...
* feat(components): [link] add `always-underline` option
* docs(components): [link] update version tag
* style(components): [link] remove redundant styles
* feat(components): [link] control underline visibility timing
* chore(components): [link] add `useDeprecated` function
* chore(components): [link] remove TODO comments
2025-04-21 21:29:07 +08:00
betavs
7dd646e3c1
docs: [tour] supplementary missing attributes ( #20504 )
2025-04-21 19:29:59 +08:00
btea
e4d400ea9c
docs: example sticky does not take effect ( #20485 )
2025-04-21 14:11:57 +08:00
betavs
78a208eda2
feat(components): [autocomplete] enable append-to prop ( #20472 )
2025-04-20 16:42:39 +08:00
Noblet Ouways
7f240f7c7a
docs: attach nprogress on router event ( #20438 )
...
* docs: attach nprogress on router event
* chore: fix build
* chore: update
2025-04-18 17:59:57 +08:00
btea
05c6291fa7
docs(components): [switch] update before-change type ( #20441 )
2025-04-16 11:15:01 +08:00
Liao-js
7ce338a1a7
feat(components): [menu] expose updateActiveIndex ( #20430 )
2025-04-16 09:52:07 +08:00
sea
0072e9f2f1
docs: add right tab scroll ( #20413 )
2025-04-16 09:16:03 +08:00
Noblet Ouways
d8417b7ca0
chore: run prettier on commit ( #20409 )
...
* chore: run prettier on commit
* chore: add random unformatted file
* chore: upgrade lint-staged to 15.5.1
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: btea <2356281422@qq.com >
2025-04-16 09:15:28 +08:00
Feynman
1993ca2e9c
feat(components): [notification] add closeIcon option with default Close ( #20402 )
...
* feat(components): [notification] add `closeIcon` prop with default Close
* docs(components): [notification] update doc for `closeIcon` option
2025-04-15 09:08:23 +08:00
Noblet Ouways
72e202f74b
feat(components): [card] add header-class and footer-class for slots ( #20408 )
2025-04-13 15:51:57 +08:00
sea
08976b6ed4
docs: fix the abnormal border display when zooming ( #20399 )
2025-04-12 06:09:58 +08:00
sea
56b732717a
docs(components): [form] simplified validation example ( #20398 )
2025-04-11 14:14:24 +08:00
betavs
54b0aae060
refactor(components): [message] deprecate the center option ( #20296 )
2025-04-10 11:00:16 +08:00
Feynman
ee13188cca
feat(components): [select-v2] add suffix-icon prop with default ArrowDown ( #20370 )
...
* feat(components): [select-v2] add suffixIcon prop with default ArrowDown
- Introduced a new `suffixIcon` prop to allow customization of the icon in the select component.
- Updated the icon rendering logic to utilize the `suffixIcon` prop instead of a hardcoded value.
* feat(docs): [select-v2] add suffix-icon prop for custom icon support
- Added a new `suffix-icon` prop to the select component, allowing users to customize the suffix icon.
- Updated documentation to reflect the new prop and its default value.
* chore: add version
---------
Co-authored-by: warmthsea <2586244885@qq.com >
2025-04-09 08:10:30 +00:00
0song
b9a68b5451
chore: update doc ( #20375 )
2025-04-09 05:45:14 +00:00
btea
1b69cb9777
feat(components): [image] progress slot higher priority ( #20353 )
...
* feat(components): [image] `progress` slot higher priority
* fix: update
* chore: delete extra spaces
---------
Co-authored-by: warmthsea <2586244885@qq.com >
2025-04-05 22:14:39 +08:00
btea
8a0a7fc45d
docs: [image] update prop and example ( #20349 )
2025-04-05 19:37:14 +08:00
jiaxiang
8ef07ac296
docs: optimize contributors style ( #20303 )
...
* docs: optimize contributors style
* chore: remove import
2025-04-04 09:53:57 +08:00
DDDDD12138
4c8752c5da
docs: resolve code copy button alignment issue ( #20335 )
...
fix(docs): resolve code copy button alignment issue
2025-04-03 14:23:07 +08:00
betavs
c340be0779
feat(components): [popover] add trigger-keys prop for keyboard control of popover display ( #20264 )
...
feat(components): [popover] enable trigger-keys prop
2025-04-03 14:22:49 +08:00
kooriookami
09e23e98d0
feat(components): [segmented] add aliases for custom options ( #20319 )
...
feat(components): [segmented] Add aliases for custom options
closed #20310
2025-04-02 14:26:35 +08:00
btea
a846ad1d44
feat(components): [dialog] expose handleClose ( #20323 )
2025-04-02 09:55:33 +08:00
Noblet Ouways
4ef26b935c
chore: format ( #20312 )
2025-03-31 20:46:51 +08:00
sea
09041ad89f
docs: update phone index image ( #20243 )
...
* docs: update phone index image
* fix: 768px-959px
* chore: delete useless code
2025-03-26 18:36:12 +08:00
云游君
904305a5fe
docs: remove useless space in headers ( #20247 )
2025-03-26 17:06:41 +08:00
夕云葛城
940efb8e9c
docs: fix dark mode switch transition effect offset ( #20236 )
...
* fix(docs): resolve scaling transition misalignment (#20235 )
closed #20235
* fix(docs): fix circle percentage reference value (#20235 )
2025-03-26 07:53:53 +08:00
Xaypanya Phongsa
eed7bae4a6
feat(i18n): added Lao (lo) language ( #20245 )
...
* feat(locale): add Lao (lo) language support
* fix(locale): update Lao (lo) translation for pageHeader title
2025-03-25 06:53:57 +00:00
DDDDD12138
f9890d1df4
docs: [table-v2] move row-event-handlers from events to attributes ( #20242 )
2025-03-24 17:13:00 +08:00
Fifteen
7fcc81b17b
feat(components): [input-tag] add saveOnBlur prop ( #20158 )
...
* feat(components): [input-tag] add saveOnBlur prop
* fix(components): [input-tag] reset inputValue to undefined
* docs(components): [input-tag] add version tag for save-on-blur attribute
* refactor(components): [input-tag] simplify saveOnBlur prop definition
* chore(components): [input-tag] set saveOnBlur default to true
* docs(components): [input-tag] saveOnBlur default to true
2025-03-20 21:07:31 +08:00
云游君
cc69a8c4a7
docs: upgrade unocss@major & fix tag style in headers ( #20196 )
...
* fix(docs): upgrade unocss@major & fix tag style in headers
* chore: disable unocss inspector
2025-03-20 18:25:45 +08:00
0song
12b965354e
chore: update UI ( #20198 )
...
* chore: update UI
* chore: update UI
* chore: update UI
2025-03-20 08:08:05 +00:00
0song
32545a3c16
chore: update doc ( #20191 )
...
* chore: update doc
* chore: update
2025-03-20 02:54:08 +00:00
知晓同丶
990efd4f07
docs(components): increase popover width ( #20195 )
2025-03-20 09:56:11 +08:00
sea
c65399a4c1
feat(components): [image-viewer] export setActiveItem in slot ( #20190 )
...
* feat(components): [image-viewer] export `setActiveItem` in slot
* docs: update
* docs: update
2025-03-19 18:00:22 +08:00
sea
84851c9f12
docs: optimize example import ( #20179 )
2025-03-19 12:00:39 +08:00
btea
d4123cd558
fix(components): [upload] drag file add isDirectory attribute ( #20012 )
...
* fix(components): [upload] drag file add isDirectory attribute
* fix: compatibility test
* fix: extend UploadRawFile
2025-03-17 20:55:04 +08:00
thinkasany
4807705579
docs: add placement demo for popover/popconfirm ( #20126 )
...
* docs: add placement demo for popover/popconfirm
* fix: update name
* Update docs/en-US/component/popconfirm.md
Co-authored-by: btea <2356281422@qq.com >
* Update docs/en-US/component/popconfirm.md
---------
Co-authored-by: btea <2356281422@qq.com >
2025-03-15 17:37:25 +08:00