Skip to content

Releases: Tencent/tdesign-vue

1.13.1

26 Aug 03:06
7d3c1c4
Compare
Choose a tag to compare

🌈 1.13.1 2025-08-20

🚀 Features

  • Table: 新增切换分页后重置滚动条回到顶部的特性 @RSS1102 (#3684)

🐞 Bug Fixes

  • QRCode: 修复 type='svg'value 值变化而二维码未刷新的问题 @RSS1102 (#3681)
  • Radio: 修复 RadioGroup 组件的告警问题 @uyarn (#3685)

1.13.0

07 Aug 08:45
1fc1a14
Compare
Choose a tag to compare

🌈 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)

1.12.1

03 Jul 07:54
ef8960d
Compare
Choose a tag to compare

🌈 1.12.1 2025-07-03

🚀 Features

  • locale: 支持内置多语言的英文版本的单复数场景正常展示 @YunYouJun (#3641)

🐞 Bug Fixes

  • ImageViewer: 修复图片预览操作栏多语言失效的问题 @uyarn (#3636)
  • Textarea: 优化 scrollbar 样式 @RSS1102(#3639)

1.12.0

11 Jun 11:10
028496d
Compare
Choose a tag to compare

🌈 1.12.0 2025-06-11

🚀 Features

  • ColorPicker: 自动根据「触发器 / 最近颜色 / 预设颜色」的色值进行切换单色和渐变模式;只开启渐变模式时,过滤「预设颜色 / 当前颜色」中的非渐变色值;新增 format HEX8,移除 HSB;使用渐变模式的业务请注意此变更 ⚠️ @RylanBot (#3572)
  • Icon: 新增 logo-miniprogramlogo-cnbsealquote 图标,优化多个文件相关图标的绘制效果,修复 gesture-right-slip 的绘制问题 @taowensheng1997 @uyarn (#3577)
  • InputNumber: decimalPlaces 支持 enableRound 参数,用于控制是否启用四舍五入 @RylanBot (#3601)
  • Select: add option removal handling for multiple selection @richardji202 (#3584)
  • TagInput: 优化可拖拽时,鼠标光标显示为移动光标 @liweijie0812 (#3594)
  • Tree: expandAll API 支持响应式 @uyarn (#3619)
  • Upload: 支持 image-flow 模式支持自定义错误文本 @ngyyuusora (#3574)

🐞 Bug Fixes

  • Cascader: 修复选项存在超长文字在大小尺寸下展示异常的问题 @Shabi-x(#3593)
  • ColorPicker: 修复开启透明通道时的返回值格式化异常 @RylanBot (#3572)
  • DatePicker: 修复通过 popupProps.visible 直接打开选择面板时无法更新时间的问题 @RSS1102 (#3600)
  • Drawer: 修复 cancel-btnconfirm-btn 的类型缺失null 声明的问题 @RSS1102 (#3612)
  • Select: 修复valueTypeobjectkeys 同时设置时的绑定值错误 @morningbao (#3583)
  • Table: 优化关闭列配置弹窗时,选择列数据与所展示列数据不一致的问题 @RSS1102 (#3616)
  • Tabs: 修复选项卡 label 过长时, 滑动按钮失效的问题 @wonkzhang(#3571)
  • Tag: 修复未设置 max-width 导致无法渲染 title 属性的问题 @betavs (#3592)

1.11.2

15 Apr 11:29
c373beb
Compare
Choose a tag to compare

🌈 1.11.2 2025-04-15

🚀 Features

  • Drawer: 新增 DrawerPlugin,支持插件函数式调用,具体使用请参考示例 @Wesley-0808 (#3501)
  • Drawer: 新增 drawerClassNameAPI,用于定义抽屉本身的相关class @Wesley-0808 (#3501)
  • Form: 新增requiredMarkPosition,用于自定义必填符号的位置 @Wesley-0808 (#3562)
  • Layout: 子组件 Content 新增 content API @liweijie0812 (#3506)

🐞 Bug Fixes

  • ImageViewer: 修复设置step 存在精度展示异常的问题 @uyarn (#3563)
  • Select: 修复 keys 属性配置 content 作为 value 时展示异常的问题 @hello-ishine (#3540)
  • Transfer: 修复 children 为空数组的节点未能正确渲染的问题 @RSS1102 (#3535)

📝 Documentation

  • ConfigProvider: 增加 globalConfig API 文档,规范 API 文档顺序 @liweijie0812 (#3506)

🚧 Others

1.11.1

07 Mar 07:31
7baac79
Compare
Choose a tag to compare

🌈 1.11.1 2025-03-07

🚀 Features

  • ImageViewer @Wesley-0808
    • 新增imageReferrerpolicyAPI,适用于需要配置Referrerpolicy的场景(#3516)
    • 新增onDownloadAPI,用于需要自定义下载回调的场景 (#3516)
  • DatePicker: 调整组件禁用日期beforeafter参数的逻辑,调整为禁用before定义之前和after定义之后的日期选择,更符合使用习惯。此前有使用相关 API 请注意此改动 @RSS1102 (#3511)
  • Upload: 支持表单禁用功能作用到上传组件 @RSS1102 (#3525)

🐞 Bug Fixes

  • Select: 修复多选情况下移除标签时,trigger 参数值错误的问题 @betavs (#3509)
  • Message: 修复连续调用messagePlugin时,返回的实例不正确的问题 @maoyiluo (#3514)
  • Dialog: 自定义 cancelBtn 文本时保留 t-dialog__cancel 样式 @RSS1102 (#3528)
  • Bundle: 修复1.11.0的产物中的cjs 在 node 20 以下的使用异常的问题 @uyarn (#3512)

1.11.0

21 Feb 09:51
4a676c5
Compare
Choose a tag to compare

🌈 1.11.0 2025-02-21

🚀 Features

  • Drawer: sizeDraggable支持SizeDragLimit类型 @huangchen1031 (#3465)
  • Form: FormItem 新增 statustips API @RSS1102 (#3490)
  • Icon: 新增logo-alipaylogo-behance-filled等图标,修改logo-wecom图标,移除不合理的logo-wecom-filled图标 @uyarn(#3468)

🐞 Bug Fixes

  • AutoComplete: 修复 options 为空数组,empty 节点没显示的问题 @liweijie0812 (#3474)
  • Dialog: 修复 1.10.8 版本后当 mode 为 "normal" 时渲染不符合预期的问题 @RSS1102 (#3493)
  • ImageViewer: 修复开启closeOnOverlay时,点击蒙层关闭存在闪烁情况的问题 @huangchen1031(#3472)
  • Menu: 修复MenuGroup的 title 不支持使用函数渲染的问题 @uyarn (#3497)
  • Statistic: 修复 decimalPlaces=0 时数值动画期间精度错误的问题 @liweijie0812 (#3496)
  • Tabs: 修复可滑动Tabs配合action使用的样式问题 @Wesley-0808(#3477)
  • Transfer: 确保 filterTransferData 仅返回有效值 @RSS1102 (#3487)

🚧 Others

1.10.9

11 Jan 09:07
1cc494e
Compare
Choose a tag to compare

🌈 1.10.9 2025-01-10

🚀 Features

  • AutoComplete: 新增empty API,用于配置空状态下的下拉内容展示 @liweijie0812 (#3462)
  • DatePicker: 新增 cancelRangeSelectLimit API ,用于日期范围选择器不限制日期区间的范围 @FliPPeDround (#3460)

🐞 Bug Fixes

  • AutoComplete: 修复选项为空时显示效果异常的问题 @betavs (#3461)
  • Table: @uyarn
    • 优化select-change中回调参数的返回值,不返回不存在的rowData (#3446)
    • 修复无法通过键盘操作表格左右滚动的问题 @uyarn (#3463)

1.10.8

30 Dec 10:42
cbd32d0
Compare
Choose a tag to compare

🌈 1.10.8 2024-12-30

🚀 Features

  • ConfigProvider: 新增attach 配置,支持全局设置PopupDialogDrawer的挂载节点 @liweijie0812 (#3437)
  • Radio: 新增themeAPI,用于配置 RadioGroup 使用options 时渲染的子组件样式 @myronliu347 (#3402)
  • Radio: 新增 readonly API,用于支持只读属性配置 @liweijie0812 (#3431)
  • Table: 支持行高亮功能及相关操作,具体使用请参考示例代码 @uyarn (#3442)

🐞 Bug Fixes

  • Cascader@betavs
    • valueTypefull 时会意外触发 change 事件 (#3435)
    • 修复valueTypefullshowAllLevels false无法正常展示的功能问题 (#3438)
  • Dialog: 修复默认挂载节点非body的异常 @liweijie0812 (#3437)
  • Dialog: 修复1.10.6版本closeOnOverlayClick的默认行为异常的问题 @uyarn (#3433)
  • Select: @RSS1102
    • 修复onInputChange 事件丢失第二个回调参数的问题 (#3427)
    • 优化reserveKeyword配合filterable在全选下的行为 (#3440)
    • 修复分组情况下标题不存在的渲染报错的问题 (#3445)

📝 Documentation

1.10.7

16 Dec 08:39
d313fa9
Compare
Choose a tag to compare

🌈 1.10.7 2024-12-16

🐞 Bug Fixes

  • ColorPicker: 修复颜色选择器的国际化配置问题 @liweijie0812 (#3403)
  • Dialog: 修复1.10.6版本中Dialog组件 props 重复导致的异常问题 @uyarn (#3423)
  • Table: 修复 filterIcon 不生效的问题 @liweijie0812 (#3422)