Skip to content

Conversation

@uyarn
Copy link
Collaborator

@uyarn uyarn commented Aug 7, 2025

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.13.0

  • 本条 PR 不需要纳入 Changelog

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

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2025

🌈 1.13.0 2025-08-07

🚀 Features

  • QRCode: 新增 QRCode 二维码组件 @Wesley-0808 (#3652)
  • Alert: 新增 closeBtn API,与其他组件保持一致,close 将在未来版本废弃,请尽快调整为 closeBtn 使用 @ngyyuusora (#3631)
  • Tree: 多选场景下每个节点新增 hover 提示,与单选场景保持一致 @RSS1102 (#3633)
  • Upload: 扩大单文件/图片风格的点击事件触发热区至整个卡片区域 @RSS1102 (#3614)

🐞 Bug Fixes

  • Cascader: 修复 value-type="full" ,value 为 undefined时组件内部报错 @liweijie0812 (#3622)
  • ColorPicker: 减少颜色跨色彩空间的多次转换,降低误差 @RylanBot (#3661)
  • DatePicker:
    • 修复多选情况下周和季度模式的标签删除异常和可以重复选择的问题 @betavs (#3653)
    • 修复多选情况下周模式可以重复选择的问题 @betavs (#3658)
  • Descriptions: 修复无边框模式下左右内边距的异常问题 @liweijie0812 (common#2219)
  • Image: 修复 1.12.1 版本后控制台报错的问题 @betavs (#3670)
  • ImageViewer: 修复在多图预览中点击对应图片与预览图片不一致的问题 @betavs (#3670)
  • Loading: 修复在 iPad 微信上图标位置错误的问题 @Nero978(#3650)
  • Menu: 修复多级菜单在子组件存在多层封装后无法正常高亮的问题 @uyarn (#3675)
  • Popconfirm: 当初始 visible 为 true 时,点击外部时弹出窗口不关闭的问题 @RSS1102 (#3659)
  • Popup: 当初始 visible 为 true 时,点击外部时弹出窗口不关闭的问题 @RSS1102 (#3659)
  • Select: 修复虚拟滚动搜索后出现空白区域的问题 @betavs (#3669)
  • Statistic: 修改 color 属性类型为字符串,以支持任何 CSS color 支持的颜色值 @RSS1102 (#3671)
  • Table: 修复 resizable 开启时,列边框线引起的列名内容移动的问题 @QuentinHsu (common#2224)

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2025

完成

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2025

Size Change: 0 B

Total Size: 931 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 53.8 kB
./dist/tdesign.js 513 kB
./dist/tdesign.min.css 48.7 kB
./dist/tdesign.min.js 314 kB

@uyarn uyarn merged commit 1fc1a14 into develop Aug 7, 2025
1 check passed
@uyarn uyarn deleted the release/1.13.0 branch August 7, 2025 08:38
uyarn added a commit that referenced this pull request Aug 7, 2025
* chore: release 1.13.0

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 <[email protected]>

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

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

* chore: update snapshot

---------

Co-authored-by: Uyarn <[email protected]>
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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 阿菜 Cai <[email protected]>
Co-authored-by: Rylan <[email protected]>
Co-authored-by: TDesign bot <[email protected]>
Co-authored-by: ngyyuusora <[email protected]>
Co-authored-by: liweijie0812 <[email protected]>
Co-authored-by: Wesley <[email protected]>
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.

3 participants