Skip to content

tdesign-vue-next@1.20.7

Choose a tag to compare

@tdesign-bot tdesign-bot released this 27 Aug 14:18
018b903

🌈 1.20.7 2026-08-27

🐞 Bug Fixes

  • Select: 修复事件监听器更新后 change 回调仍调用旧函数的问题 @engvuchen @Zn-Dk (#6931)
  • Space: 透传子节点 key 到包裹层,修复 v-if 子节点切换时的节点错误的问题 @jaideeppyne (#6936)
  • Steps:
    • 修复 layout='vertical' 时,连接线不对齐和与上下图标距离不一致的问题 @RylanBot (common#2670)
    • 修复默认和选中态的连接线粗细不一致的问题 @RylanBot (common#2670)

📝 Documentation

  • Transfer: 修复文档中 change 事件的回调参数 context 中的 target 描述错误的问题 @uyarn (#6945)

🚧 Others

  • Menu: 修改内联的 Menu 样式为 common,移除过于宽泛的 --padding-left 变量,方便覆盖修改 @uyarn (#6943)

🐞 Bug Fixes

  • Select: Fixed the issue where, after the event listener was updated, the change callback still called the old function. @engvuchen @Zn-Dk (#6931)
  • Space: Passed the key of child nodes to the parent layer, resolving the problem of node mismatch when v-if child nodes changed. @jaideeppyne (#6936)
  • Steps:
    • Fixed issues with misaligned connection lines and inconsistent distances from the upper and lower icons when layout='vertical' was used. @RylanBot (common#2670)
    • Fixed the problem of inconsistent line thicknesses between the default and selected states. @RylanBot (common#2670)

📝 Documentation

  • Transfer: Corrected the incorrect description of target in the context parameter of the change event’s callback in the documentation. @uyarn (#6945)

🚧 Others

  • Menu: Changed the inline style of Menu to use the common style, and removed the overly generic --padding-left variable to facilitate customizations. @uyarn (#6943)