Skip to content

tdesign-vue-next@1.20.6

Choose a tag to compare

@tdesign-bot tdesign-bot released this 13 Aug 14:02
4fca4c6

🌈 1.20.6 2026-08-13

🚀 Features

  • Comment: actions 支持 Function 类型,并补全 Array 中 TNode 函数节点渲染 @RSS1102 (#6915)

🐞 Bug Fixes

  • Button:
    • 移除组件不合理的默认 margin:0z-index:0 @RylanBot (common#2636)
    • 修复自定义 SVG 图标与文字之间缺少间距的问题 @xy200303 (common#2639)
    • 修复组件在 loading 状态丢失焦点的问题 @luppyw (#6912)
  • Comment: 修复操作项图标与文字未垂直居中的问题 @RSS1102 (#6915)
  • Form: 修复 triggerallrules 触发无效的问题 @RSS1102 (#6862)
  • Icon: 修复同时使用多个存在 alpha 通道的颜色填充时出现透明度重叠导致渲染不符合预期的问题 @uyarn (#6878)
  • Switch:
    • 修复 beforeChange Promise reject 产生未处理异常的问题 @kyui-azusa (#6875)
    • 修复事件监听器更新后 change 回调仍调用旧函数的问题 @engvuchen (#6914)
  • Table: 修复 1.20.4 版本后,未主动修改 row 时,污染原始数据导致取消编辑功能异常的问题 @uyarn (#6919)
  • Tabs: 修复 defaultValue0 时无法默认激活选项卡的问题 @kyui-azusa (#6866)

🚀 Features

  • Comment: Actions now support functions, and the rendering of TNode function nodes within arrays has been improved @RSS1102 (#6915)

🐞 Bug Fixes

  • Button:
    • The default margin:0 and z-index:0 values of this component have been removed @RylanBot (common#2636)
    • The issue of insufficient spacing between custom SVG icons and text has been resolved @xy200303 (common#2639)
    • The problem of the component losing focus when in the loading state has been fixed @luppyw (#6912)
  • Comment: The issue of icons and text related to actions not being vertically centered has been resolved @RSS1102 (#6915)
  • Form: The problem of rules with a trigger value of all not functioning properly has been fixed @RSS1102 (#6862)
  • Icon: The issue of unexpected rendering due to overlapping transparency when multiple colors with alpha channels are used simultaneously has been resolved @uyarn (#6878)
  • Switch:
    • The problem of unhandled exceptions occurring when the beforeChange Promise is rejected has been fixed @kyui-azusa (#6875)
    • The issue of the change callback still invoking the old function after event listeners are updated has been resolved @engvuchen (#6914)
  • Table: The problem that occurred after version 1.20.4, where failing to modify rows explicitly led to corruption of the original data and thus impaired the editing functionality, has been fixed @uyarn (#6919)
  • Tabs: The issue of tabs not being activated by default when defaultValue is set to 0 has been resolved @kyui-azusa (#6866)