-
Notifications
You must be signed in to change notification settings - Fork 379
chore(submodule): update common #3713
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 tasks
tdesign-vue2-demo-compiler-2-6
commit: |
/update-snapshot |
⏳ 正在运行快照更新。。。 CI: Open |
liweijie0812
approved these changes
Sep 16, 2025
uyarn
approved these changes
Sep 17, 2025
Merged
16 tasks
uyarn
pushed a commit
that referenced
this pull request
Sep 19, 2025
* chore(submodule): update common * chore: update snapshot --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
uyarn
added a commit
that referenced
this pull request
Sep 19, 2025
* fix(Tree): add `disabled` state check for `draggable` nodes (#3690) * fix(Tree): add `disabled` state check for `draggable` nodes * fix(Tree): ensure draggable class is only applied to non-disabled nodes * chore: @tdesign/site-components instead of tdesign-site-components (#3693) * feat(Textarea): add `allowInputOverMax` prop to control input behavior after exceeding `maxlength` (#3691) * chore: update group code path (#3698) * fix(watermark): fix fontColor for dark mode (#3697) * docs(Table): fix `asyncLoading` state description (#3706) * feat(icons): new version of tdesign icons (#3709) * feat(icons): new version of tdesign icons * feat: specified icon * chore: update snapshot * feat: official version * chore: update snapshot * feat(Tabs): add API `dragSort` and `onDragSort` (#3711) * feat(Tabs): add `dragSort`、`onDragSort` and TabPanelProps api `draggable` * feat: 添加拖拽排序功能到选项卡组件 * feat(Tabs): 增强拖拽排序功能,支持事件回调和数据索引计算 * fix(useDragSort): 移除未使用的 emit 参数 * fix(useDragSort): 优化拖拽排序逻辑,修复拖拽效果和目标状态处理 * fix(useDragSort): 优化拖拽效果处理,简化目标可放置状态判断 * chore: update snapshot * fix: 移动 useDragSort 导入路径至 utils 目录 * fix(useDragSort): 更新面板类型定义,使用 TTabPanel 实例化 * fix(tab-nav): 添加注释说明 onDragSort 属性的用途 * refactor(tab-nav): 替换 useDragSort 为 handleDragSort --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(Dialog): attach should work when showInAttachedElement is true (#3692) * fix(Dialog): attach should work when showInAttachedElement is true * fix(drawer): attach should work when showInAttachedElement is true * docs(skeleton): update doc and default props (#3682) * docs(skeleton): update doc * chore: update snapshot * chore: optimize docs * chore: update snapshot --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Uyarn <[email protected]> * chore(submodule): update common (#3713) * chore(submodule): update common * chore: update snapshot --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(tabs): extract the remove event to outside the remove-icon-btn (#3686) * refactor(tabs): extract the remove event to outside the remove-icon-btn * fix(tab-nav-item): remove redundant class from CloseIcon component * chore: update common * test(tabs): enhance @remove event handling with separate callbacks for Tabs and TabPanel * fix(tabs): improve `@remove` event handling by separating event data for Tabs and TabPanel * fix(tabs): import missing TdTabPanelProps for proper type handling * chore: update common --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix(Tag): prevent click event when click close button (#3715) * fix(Select): return complete option when keys is set (#3716) * fix(Select): return complete option when keys is set * chore: fix lint * chore: release 1.14.0 (#3717) * chore: release 1.14.0 * chore: changelog's changes * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: release 1.14.0-naruto --------- Co-authored-by: Rylan <[email protected]> Co-authored-by: liweijie0812 <[email protected]> Co-authored-by: 阿菜 Cai <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: TDesign bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
Tencent/tdesign-react#2611
💡 需求背景和解决方案
现在不合理的 VS 预期正常的:


📝 更新日志
fix(Tree): 修复自定义 icon 全被设为 open 状态,导致图标颜色错误的问题 @RylanBot
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单