Skip to content

TDesign Weekly Release (Jul 3rd 2026)

Choose a tag to compare

@tdesign-bot tdesign-bot released this 22 Jul 03:10
· 24 commits to main since this release
e73c2b4

React for Web 发布 tdesign-react@1.18.1

🌈 1.18.1 2026-07-17

🚀 Features

  • SelectInput: 支持 focus 时的内容为 valueDisplay 的对应值。 @RylanBot (#3891)

🐞 Bug Fixes

  • Button: 优化斜八度的动画效果 @uyarn (#4331)
  • ColorPicker: 修复渐变角度的 title 格式异常的问题 @RylanBot (#4324)
  • Menu: 修复弹出窗口位置在左侧宽度不够向右侧翻转时的间距错误问题 @RSS1102 (common#2631)
  • Select:
    • 修复 label 为非 string 类型时,开启 filterable 搜索后报错的问题。 @RylanBot (#3891)
    • 修复使用 label / content / children 自定义元素时,下拉框选项的高度没有撑开的问题。 (common#2537) @RylanBot
  • SelectInput:
    • 修复单选且 valueDisplay 为自定义元素时,开启 filterable 无法显示输入内容的问题。 @RylanBot (#3891)
    • 修复 inputProps.inputClass 无法生效的问题。先前 inputProps.className 被错误地应用到了 t-class 同级位置,导致正确的 inputProps.inputClass 配置无效,之前使用相关属性的业务注意此变更 ⚠️ @RylanBot (#3891)
  • Table: 在非 Chromium 内核浏览器时,由于 min-width 兼容性问题,降级到 width @RylanBot (#4219)
  • TagInput: 修复带 label 且已有 tag 时输入内容垂直对齐偏差的问题 @DaZuiZui (common#2564)

详情见: https://github.com/Tencent/tdesign-react/releases/tag/tdesign-react@1.18.1

Vue3 for AI Chat 发布 @tdesign-vue-next/chat@0.6.0

🌈 0.6.0 2026-07-16

🚀 Features

  • ChatEngine: 支持新版 AGUI 协议,同时兼容旧版 AGUI 协议 @lLzhengH

🐞 Bug Fixes

  • ChatMarkdown:
  • ChatContent: 修复组件 XSS 漏洞的问题 @uyarn (#6698)
  • ChatSender: 修复在 Safari 中混合输入时回车会直接触发发送的问题 @goldjunkrat (#6808)

详情见: https://github.com/Tencent/tdesign-vue-next/releases/tag/@tdesign-vue-next/chat@0.6.0