Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D2M #16319

Merged
merged 18 commits into from Mar 29, 2024
Merged

D2M #16319

merged 18 commits into from Mar 29, 2024

Conversation

kooriookami
Copy link
Member

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow contributing guide English | (中文 | Español | Français).
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer to relative issues for your PR.

wzc520pyfm and others added 17 commits March 23, 2024 09:43
* feat(components): [message] add plain prop

* feat(components): update
fix(components): [select] fix error in low version of vue
* docs(components): [select] add width change description

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

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
…lues (#16262)

* Update date-and-time-range.vue

Modified the calculation of the time control date range selection to a date function in JavaScript to correctly calculate the time span.

* Update docs/examples/datetime-picker/date-and-time-range.vue

---------

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

docs(components): [dropdown]fix the actual showTimeout property value

Co-authored-by: tangyongjie <tangyongjie@hikvision.com.cn>
#15835)

* fix(components): [date-picker] click the clear to reset the date panel

* test: add test case

---------

Co-authored-by: qiuwenlang <v_wlaqiu@tencent.com>
Co-authored-by: btea <2356281422@qq.com>
…#16305)

* docs(components): [overview] add keyboard control selection component

* fix: ts

* Update docs/.vitepress/vitepress/components/globals/overview.vue

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* Update docs/.vitepress/vitepress/components/globals/overview.vue

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* docs: update

* docs: update

* docs: update

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* feat(components): support slot custom icons

* chore:add version identifier

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

* chore: adjusting Layout

* docs: add version

* chore: rename slots

* test: update test cases

* docs: uodate description

* chore: rename

---------

Co-authored-by: btea <2356281422@qq.com>
* feat: 🎸 [badge] add color prop

add color prop to set badge background color

* Update badge.md

* 更新文档

* docs: ✏️ [badge] add color prop

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

---------

Co-authored-by: btea <2356281422@qq.com>
* fix(components): [tree] Dragging a node will deselect the node(#13912)

* fix(components): [tree] Dragging a node will deselect the node (#13912)

* fix(components): [tree] Dragging a node will deselect the node (#13912)

The Node class adds a method to set the checked state, which only affects the parent node state.

* refactor: optimized code

* fix(components): [tree] Dragging  a node will deselect the node (#13912)

checkStrictly is true no need reInitCheckek

* fix(components): [tree] Dragging a node will deselect the node (#13912)
…y values (#16316)

Update date-and-time.vue

[date-picker] update calculation of shortcut key value
@element-bot
Copy link
Member

General Info

Current version: 2.6.2
Current time: 2024-03-29T10:59:10+00:00


2.6.3

2024-03-29

Features

Bug fixes

Other

Copy link

github-actions bot commented Mar 29, 2024

@github-actions github-actions bot added the CommitMessage::Qualified Qualified commit message label Mar 29, 2024
Copy link

github-actions bot commented Mar 29, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 91.36% 59730 / 65373
🔵 Statements 91.36% 59730 / 65373
🔵 Functions 78.47% 2691 / 3429
🔵 Branches 87.92% 8656 / 9845
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
packages/components/badge/src/badge.ts 100% 100% 100% 100%
packages/components/badge/src/badge.vue 100% 100% 100% 100%
packages/components/date-picker/src/date-picker-com/panel-date-range.vue 89.54% 87.39% 60% 89.54% 17-22, 403, 444-446, 449-451, 454-456, 459-461, 531-532, 545-546, 549-550, 573-585, 594-619, 622-630, 671-672, 695
packages/components/input-number/src/input-number.vue 94.28% 94.73% 81.25% 94.28% 128-134, 187, 273-274, 277-278, 298-299, 333-338
packages/components/message/src/message.ts 99.5% 83.33% 100% 99.5% 37
packages/components/message/src/message.vue 92.46% 95.23% 100% 92.46% 26-28, 79-80, 130-133, 138-139
packages/components/select/src/useSelect.ts 94.94% 90.84% 84.09% 94.94% 157, 163, 238-239, 261-263, 296, 453-454, 457-458, 461-463, 466-467, 470-471, 549-550, 559-560, 562-563, 663-668, 672, 674-675, 683, 703-704, 712-713, 716, 725, 778-780
packages/components/tree/src/tree-node.vue 90.51% 96.36% 52.94% 90.51% 153-155, 215-217, 255-266, 302-304, 307-313, 316-317, 320-322
packages/components/tree/src/model/node.ts 87.86% 88.23% 80% 87.86% 35, 66, 129-130, 135-140, 149-150, 155, 209, 216-224, 227-235, 238-241, 244-248, 252, 355, 397-399, 426-429, 477, 485-487, 489-491, 551-552, 556-559, 563-569
packages/components/tree/src/model/useDragNode.ts 23% 100% 50% 23% 38-55, 58-162, 165-215
Generated in workflow #208

Copy link

Size Change: +855 B (0%)

Total Size: 1.38 MB

Filename Size Change
./dist/element-plus/dist/index.css 43 kB +17 B (0%)
./dist/element-plus/dist/index.full.js 391 kB +225 B (0%)
./dist/element-plus/dist/index.full.min.js 285 kB +179 B (0%)
./dist/element-plus/dist/index.full.min.mjs 280 kB +193 B (0%)
./dist/element-plus/dist/index.full.mjs 383 kB +241 B (0%)

compressed-size-action

Copy link

github-actions bot commented Mar 29, 2024

🧪 Playground Preview: https://element-plus.run/?pr=16319
Please comment the example via this playground if needed.

chore: update changelog 2.6.3
@kooriookami kooriookami merged commit 9fcd4a3 into master Mar 29, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet