Skip to content

fix(menu): fix submenu parent item active status on mounted#3675

Merged
uyarn merged 2 commits intodevelopfrom
fix/menu-highlight
Aug 7, 2025
Merged

fix(menu): fix submenu parent item active status on mounted#3675
uyarn merged 2 commits intodevelopfrom
fix/menu-highlight

Conversation

@uyarn
Copy link
Copy Markdown
Collaborator

@uyarn uyarn commented Aug 7, 2025

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(Menu): 修复多级菜单在子组件存在多层封装后无法正常高亮的问题

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 7, 2025

完成

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Aug 7, 2025

tdesign-vue2-demo-compiler-2-6

npm i https://pkg.pr.new/tdesign-vue@3675

commit: 3bbbc71

@uyarn uyarn merged commit f38ce5e into develop Aug 7, 2025
9 checks passed
@uyarn uyarn deleted the fix/menu-highlight branch August 7, 2025 07:13
@github-actions github-actions bot mentioned this pull request Aug 7, 2025
16 tasks
uyarn added a commit that referenced this pull request Aug 7, 2025
* fix(menu): fix submenu parent item active status on mounted

* chore: update snapshot
uyarn added a commit that referenced this pull request Aug 7, 2025
* chore: fix live demo and guide (#3649)

* fix(date-picker): handle tag removal for week and quarter modes (#3653)

* fix(date-picker): handle tag removal for week and quarter modes

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(date-picker): improve date processing logic for multiple selections (#3658)

* fix(date-picker): improve date processing logic for multiple selections

* fix(date-picker): add multiple prop to panel for consistent behavior

* fix(popup): outside click not closing when initially `visible=true` (#3659)

* fix(ColorPicker): reduce multiple color conversions to minimize errors (#3661)

* fix: reduce multiple color conversions to minimize errors

* refactor: correct color assignment in slider

* fix: use correct props

* chore: update snapshots

* fix: use optional chaining to prevent errors when systemColors is null in gradient mode

* docs: update labels for clarity in color picker panel

* chore: update snapshots

* chore: remove unused togglePopup prop

* fix(image-viewer): update open handler to accept index parameter for image preview (#3670)

* fix(hooks): improve code readability and safety in scroll calculations (#3669)

* feat(Icon): upgrade tdesign-icons-vue to 0.3.6 (#3672)

* fix(alert): add closeBtn API and set close as deprecated (#3631)

closes #3630

* chore: remove invalid attribute (#3638)

* chore: remove invalid attribute

* chore: fix lint

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(cascader): fix value-type="full", value is undefined error (#3622)

* fix(menu): fix submenu parent item active status on mounted (#3675)

* fix(menu): fix submenu parent item active status on mounted

* chore: update snapshot

* refactor(Statistic): change color attribute type to string and update docs description (#3671)

* refactor(Statistic): change color attribute type to string and update docs description

* test(Statistic): add tests for trend increase and decrease icons

* chore: update snapshot

* feat(Statistic): add color prop tests and update documentation for color styles

* fix(tests): update import path for COLOR_MAP in Statistic tests

* test(Statistic): refactor colorKeys test to check style attribute instead of contentStyle

* chore: update snapshot

* chore: update settings.json

* docs: 更新颜色风格描述,明确支持深浅色模式切换

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(QRCode): add QRCode Component (#3652)

* feat: docs & type & prop

* feat:  add QRCode

* fix: test

* fix: lint

* chore: update snapshot

* chore: p

* chore: slot

* chore: optimize

* chore: optimize

* chore: optimize

* chore: optimize

* fix: lint

* chore: update snapshot

* chore: update

* chore: update coverage

* chore: update common

* chore: update demo

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: wū yāng <uyarnchen@gmail.com>

* fix(tree): add `title` for checkable items (#3633)

* fix(tree): add `title` to checkable items

* chore: update snapshot

---------

Co-authored-by: Uyarn <uyarnchen@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(upload): expand the scope of the click event of `draggable` to the entire card area (#3614)

* fix(upload): expand the scope of the click event of `theme="display"` to the entire card area

* fix(upload): update `canTriggerUpload` logic to ensure file status is checked correctly

* chore: update snapshot

* chore: revert change

* fix(Dragger): rename canTriggerUpload to hasActiveFile for clarity

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Uyarn <uyarnchen@gmail.com>

* docs: update getting-started (#3678)

* docs: update getting-started

* chore: update volar

* docs(alert): usage example moved to closeBtn (#3676)

* docs(alert): usage example moved to closeBtn

* chore: update snapshot

---------

Co-authored-by: Uyarn <uyarnchen@gmail.com>

* chore: release 1.13.0 (#3677)

* chore: release 1.13.0

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: update new components

* chore: fix lint

* chore: fix lint

* chore: fix lint

* chore: update snapshot

---------

Co-authored-by: betavs <34408516+betavs@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 阿菜 Cai <jimmyrss1102@gmail.com>
Co-authored-by: Rylan <rylanbot@qq.com>
Co-authored-by: TDesign bot <93915689+tdesign-bot@users.noreply.github.com>
Co-authored-by: ngyyuusora <jiliangsoft@live.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: Wesley <985189328@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants