Tencent/tdesign-vue-next
 Watch   
 Star   
 Fork   
10 days ago
tdesign-vue-next

tdesign-vue-next@1.20.3

🌈 1.20.3 2026-07-02

🚀 Features

  • Button: 优化 outline 和 dashed button 在 hover 下的背景色 @RADWIMPS426 (common#2569)
  • ConfigProvider:
    • 新增 loading 属性,用于全局配置 Loading 组件的属性 @uyarn (#6749)
    • dialog 属性新增 zIndexplacement 配置 @uyarn (#6749)

🐞 Bug Fixes

  • DatePicker: 修复多选场景下的内边距问题,并优化禁用时间的示例展示效果 @uyarn (#6759)
  • DateRangePicker: 修复disabled 为数组且都为 false 场景下的异常问题 @uyarn (#6759)
  • Dialog:
    • 修复对话框内使用中文输入法输入时 ESC 错误关闭对话框的问题 @uyarn (#6740)
    • 修复1.20.2 版本更新导致弹窗未显示前内部组件 ref 不可访问的问题 @uyarn (#6754)
  • Drawer: 修复抽屉内使用输入法输入时 ESC 错误关闭抽屉的问题 @greymoth-jp (#6756)
  • Pagination: 修复当前页面被选中时 onCurrentChange 事件触发的问题 @betavs (#6748)
  • TagInput: 修复带 label 且已有 tag 时输入内容垂直对齐偏差的问题 @DaZuiZui (common#2564)
  • Textarea: 修复部分场景错误渲染多个 textarea 标签的问题 @liweijie0812 (#6772)
  • TimePicker: 优化无法选择初始化时间为 0 的问题 @uyarn (#6759)
  • Tree: 修复可拖拽节点拖至禁用节点上下方时提示线未正确显示的问题 @RylanBot (common#2532)
  • Typography: 修复 tooltipProps 配置不生效的问题 @liweijie0812 (#6762)

🚀 Features

  • Button: Improved the background color of outline and dashed buttons when hovered @RADWIMPS426 (common#2569)
  • ConfigProvider:
    • A new loading property was added to globally configure the settings for the Loading component @uyarn (#6749)
    • The dialog property now includes zIndex and placement configurations @uyarn (#6749)

🐞 Bug Fixes

  • DatePicker: Fixed padding issues in multi-selection mode, as well as improved the display of examples showing disabled times @uyarn (#6759)
  • DateRangePicker: Resolved issues that occurred when disabled was set to an array of false values @uyarn (#6759)
  • Dialog:
    • Fixed the issue where pressing ESC would incorrectly close the dialog when using a Chinese input method inside it @uyarn (#6740)
    • Fixed the problem where internal component references were not accessible before the popup appeared after the update to version 1.20.2 @uyarn (#6754)
  • Drawer: Fixed the issue where pressing ESC would incorrectly close the drawer when using an input method inside it @greymoth-jp (#6756)
  • Pagination: Prevented the onCurrentChange event from being triggered when the current page was selected @betavs (#6748)
  • TagInput: Fixed alignment issues when entering text alongside existing tags @DaZuiZui (common#2564)
  • Textarea: Fixed the issue of multiple textarea tags being rendered incorrectly in certain scenarios @liweijie0812 (#6772)
  • TimePicker: Improved handling of situations where the initial time cannot be set to 0 @uyarn (#6759)
  • Tree: Fixed the issue where guidance lines were not displayed correctly when draggable nodes were moved above or below disabled nodes @RylanBot (common#2532)
  • Typography: Fixed the problem where tooltipProps configurations did not take effect @liweijie0812 (#6762)
24 days ago
tdesign-vue-next

tdesign-vue-next@1.20.2

🌈 1.20.2 2026-06-18

🚀 Features

  • 数组类型输入类组件支持使用空值兜底 @scffs (#6717)
  • HeadMenu: 子菜单浮层新增最大高度,超出最大高度将会显示滚动条 @HaixingOoO (common#2555)
  • InputNumber: 新增 autofocus 属性 @betavs (#6722)

🐞 Bug Fixes

  • Button: 优化斜八度的动画效果 @uyarn (#6661)
  • Dialog: 修复通过插件形式调用时,部分函数会多次执行的问题 @betavs (#6711)
  • Form: 修复 FormItem 嵌套多层导致的样式问题 @HaixingOoO (#6731)
  • Menu: 修复在增删菜单项后展示菜单长度异常的问题 @uyarn (#6712)
  • Table: 修复 filter 翻译文案错误 @liweijie0812 (common#2553)

🚀 Features

  • The component for array-type input now supports using default values in case of null inputs @scffs (#6717)
  • HeadMenu: A maximum height has been added to the sub-menu overlay; scroll bars will appear once this maximum height is exceeded @HaixingOoO (common#2555)
  • InputNumber: An autofocus attribute has been added @betavs (#6722)

🐞 Bug Fixes

  • Button: Improve the ripple animation effect @uyarn (#6661)
  • Dialog: The issue where certain functions were executed multiple times when the component was used through plugins has been fixed @betavs (#6711)
  • Form: Style issues that occurred when FormItem was nested multiple times have been resolved @HaixingOoO (#6731)
  • Menu: The problem of abnormal menu length display after adding or removing menu items has been fixed @uyarn (#6712)
  • Table: Errors in the translation of filter-related text have been corrected @liweijie0812 (common#2553)
2026-06-09 16:00:53
tdesign-vue-next

@tdesign-vue-next/auto-import-resolver@0.1.7

🌈 0.1.7 2026-06-09

🚀 Features

  • 图标自动解析导入新增 Divider1Keyboard1VoiceWave 三个图标
  • mobile-vue 自动解析导入 Segmented Typography 组件
2026-06-05 15:12:38
tdesign-vue-next

tdesign-vue-next@1.20.1

🌈 1.20.1 2026-06-05

🐞 Bug Fixes

  • Anchor: 修复在容器内因滚动条触底导致的锚点列表激活状态异常问题 @Wesley-0808 (#6668)
  • Dialog: 修复 DialogPluginType 类型未导出的问题 @guozi9999 (#6677)
  • Drawer:
    • 修复DrawerPluginType 类型未导出的问题 @guozi9999 (#6677)
    • 修复开启 destroyOnClose 时,初始状态下内容未销毁的问题。 @Wesley-0808 (#6702)
  • ImageViewer: 修复组件 XSS 漏洞的问题 @uyarn (#6698)
  • InputNumber: 修复初始值为空字符串时输入 0 不触发 change 的问题 @guozi9999 (#6679)
  • Menu: 修复子菜单图标与文字间隔的问题 @liweijie0812 (common#2512)
  • Pagination: 修复 showJumper 回车跳页后失焦重复触发分页变化的问题 @ruguoba (#6671)
  • Select: 修复在输入搜索过滤选项时,出现系统的自动输入选项的问题 @liweijie0812 (#6699)
  • Table: 修复筛选导致数据变更后 reserve-selected-row-on-paginate=false 失效的问题 @RSS1102 (#6687)
  • Tag: 修复默认 title 内容与文档描述不符的问题 @Wesley-0808 (#6656)
  • Watermark: 修复部分情况下水印颜色异常的问题 @Wesley-0808 (#6669)

🐞 Bug Fixes

  • Anchor: Fixed an issue where the anchor list became active unexpectedly when scrolling to the bottom inside a container. @Wesley-0808 (#6668)
  • Dialog: fixed an issue that DialogPluginType type has not been exported. @guozi9999 (#6677)
  • Drawer:
    • fixed an issue that DrawerPluginType type has not been exported. @guozi9999 (#6677)
    • Fixed an issue where content wasn’t destroyed in the initial state when destroyOnClose was enabled. @Wesley-0808 (#6702)
  • ImageViewer: Fixed an XSS vulnerability in the component. @uyarn (#6698)
  • InputNumber: Fixed an issue where entering “0” didn’t trigger the change event when the initial value was an empty string. @guozi9999 (#6679)
  • Menu: Fixed an issue with the spacing between menu icons and text. @liweijie0812 (common#2512)
  • Pagination: Fixed an issue where page changes were triggered repeatedly after using the “showJumper” feature and pressing Enter. @ruguoba (#6671)
  • Select: Fixed an issue where the system’s auto-complete suggestions appeared while searching for filter options. @liweijie0812 (#6699)
  • Table: Fixed an issue where reserve-selected-row-on-paginate=false didn’t take effect after data changes due to filtering. @RSS1102 (#6687)
  • Tag: Fixed an issue where the default title content didn’t match the document description. @Wesley-0808 (#6656)
  • Watermark: Fixed an issue where the watermark color was incorrect in certain situations. @Wesley-0808 (#6669)
2026-05-21 17:35:19
tdesign-vue-next

@tdesign-vue-next/nuxt@0.2.2

🌈 0.2.2 2026-05-21

🚧 Others

  • 更新 OIDC 发包和仓库地址,依赖升级至 Nuxt 4
2026-05-14 22:09:57
tdesign-vue-next

tdesign-vue-next@1.20.0

🌈 1.20.0 2026-05-14

🚨 Breaking Changes

  • Message: 统一组件的 z-index 为 更合理的 6000,之前依赖该属性的业务注意此变更 ⚠️ @RylanBot @liweijie0812 (#6651)

🚀 Features

  • Cascader: 新增 columnHeadercolumnFooter 插槽,用于自定义每级面板的头部和底部的渲染内容,具体使用方式请参考使用示例 @RSS1102 (#6297)
  • ImageViewer: 优化 ImageViewer 的行为,支持视口之外的图片向中心缩放 @RSS1102 (#6406)

🐞 Bug Fixes

  • DatePicker: 修复手动清空输入框内容时,没有正确清空 value 的问题 @RSS1102 (#6534)
  • Dialog:
    • 修复 modal 场景下允许拖动头部以外的区域移动的问题 @ruguoba (#6648)
    • 修复非模态场景下层级错位的问题 @Wesley-0808 @uyarn (#6650)
  • ImageViewer: 修复默认 trigger 使用图片与文档描述不符的问题 @hmingv (#6634)
  • Table: 修复排序后本地数据变化,重新调整排序方式仍然显示旧数据的问题 @LavenderDuskGlow (#6537)
  • Transfer: 修复 search 类型定义和默认值类型 @RSS1102 (#6629)

📈 Performance

  • Card: 优化渲染逻辑避免切换 loading 状态导致内容重复渲染,但是如果切换自定义 loading 的时候内容依然会重新渲染。 @RSS1102 (#6631)

🚨 Breaking Changes

  • Message: The z-index of the unified component has been changed to a more reasonable value of 6000. Applications that rely on this property should be aware of this change. ⚠️ @RylanBot @liweijie0812 (#6651)

🚀 New Features

  • Cascader: New columnHeader and columnFooter slots have been added, allowing customization of the header and footer content for each level of the panel. For details, see the usage examples. @RSS1102 (#6297)
  • ImageViewer: Improvements have been made to the behavior of ImageViewer, now allowing images outside the viewport to be zoomed in centered. @RSS1102 (#6406)

🐞 Bug Fixes

  • DatePicker: When the input field is cleared, the selected date is also cleared. @RSS1102 (#6534)
  • Dialog:
    • Fixed an issue where dragging outside the modal’s header was allowed in modal scenarios. @ruguoba (#6648)
    • Fixed an issue with misaligned layers in non-modal scenarios. @Wesley-0808 @uyarn (#6650)
  • ImageViewer: Fixed an issue where the default trigger image did not match the document description. @hmingv (#6634)
  • Table: Fixed an issue where sorting local data caused old data to still be displayed after re-sorting. @LavenderDuskGlow (#6537)
  • Transfer: Fixed issues related to the definition and default value of the search type. @RSS1102 (#6629)

📈 Performance Improvements

  • Card: Rendering logic has been optimized to prevent duplicate rendering when the loading state changes. However, custom loading states will still cause re-rendering. @RSS1102 (#6631)
2026-04-30 15:43:04
tdesign-vue-next

tdesign-vue-next@1.19.2

🌈 1.19.2 2026-04-30

🚀 Features

  • Dialog: 模态对话框支持拖拽功能 @nagisa77 (#6615)
  • RadioGroup: 优化垂直排列场景下, themebutton 的选框组样式 @uyarn @liweijie0812 (#6606)
  • Upload: 补充 .heic 图片类型的支持 @uyarn (common#2502)

🐞 Bug Fixes

  • Image: 修复错误提示字体大小错误的问题 @liweijie0812 (#6609)
  • Table: 修复表格 Footer 无法配置多种合并方式的缺陷 @uyarn (#6616)
  • Tabs: 修复 draggable API 不生效的问题 @uyarn (#6610)
  • Timeline: 修复部分场景下icon未对齐的问题 @nagisa77 (#6613)

🚀 Features

  • Dialog: Modal dialog boxes now support dragging functionality. @nagisa77 (#6615)
  • RadioGroup: Improved the styling of radio button groups when the theme is set to button, especially in vertical layouts. @uyarn @liweijie0812 (#6606)
  • Upload: Added support for .heic image format. @uyarn (common#2502)

🐞 Bug Fixes

  • Image: Fixed an issue where the error message font size was incorrect. @liweijie0812 (#6609)
  • Table: Fixed a problem where the table footer couldn’t be configured with multiple merging options. @uyarn (#6616)
  • Tabs: Fixed an issue where the draggable API wasn’t functioning as intended. @uyarn (#6610)
  • Timeline: Fixed an issue where icons weren’t aligned in certain scenarios. @nagisa77 (#6613)
2026-04-14 18:31:22
tdesign-vue-next

tdesign-vue-next@1.19.1

🌈 1.19.1 2026-04-14

🐞 Bug Fixes

  • Dropdown @RSS1102 (#6600)
    • 修复 panelTopContentpanelBottomContent 默认不跟随面板内容滚动的问题
    • 修复多层下拉菜单配置 panelTopContent 后渲染位置错误的问题
  • Menu: 修复 1.19.0 版本更新导致部分菜单使用场景渲染异常的问题 @uyarn (#6602)
  • Slider: 修复 label 值为 function 类型时控制台警告 @liweijie0812 (#6601)

🐞 Bug Fixes

  • Dropdown @RSS1102 (#6600)
    • Fixed an issue where panelTopContentand panelBottomContentdo not scroll with panel content by default.
    • Fixed incorrect rendering position of multi-level dropdown menus when panelTopContentis configured.
  • Menu: Fixed an issue where rendering of certain menu elements was incorrect after the 1.19.0 update @uyarn (#6602)
  • Slider: Fixed a console warning that occurred when the label value was of function type @liweijie0812 (#6601)
2026-04-10 19:08:55
tdesign-vue-next

tdesign-vue-next@1.19.0

🌈 1.19.0 2026-04-10

🚀 Features

  • HeadMenu: 支持横向菜单过多时自动折叠隐藏并展示更多按钮的效果。⚠️存在顶部菜单过多场景的业务请注意此变更 @Wesley-0808 @uyarn (#6530)
  • RadioGroup: 新增 direction API,支持添加垂直排列特性。⚠️请注意,目前该属性仅在 themeradio 时完整生效 @JefferyHcool (#6568)

🐞 Bug Fixes

  • DateRangePicker: 修复在值未变化时错误触发 onChange 回调的问题 @JefferyHcool (#6551)
  • EnhancedTable: 修复树状表格的列配置在 computed/ref 场景下无响应式的问题 @JefferyHcool (#6578)
  • InputNumber: 修复失焦时,空值被错误回填为最小值的问题 @JefferyHcool (#6582)
  • Select: 修复在 onSearch 中更新相同的选项,没有正常更新 UI 展示内容的问题 @LavenderDuskGlow (#6535)
  • Table: 修复在弹窗内的分页表格滚动条错位的问题 @LavenderDuskGlow (#6536)
  • Tag: 修复 icon 的尺寸大小,对齐设计稿,大尺寸是16px, 中小尺寸是14px @liweijie0812 (#6589)
  • TagInput: 修复 excessTagsDisplayType="break-line" 时,suffix 没有固定在右侧的问题 @RylanBot (#6585)
  • Transfer: 修复选项内容为对象时选中异常的问题 @hobostay (#6587)

🚀 Features

  • HeadMenu: Supports automatic folding and hiding when there are too many horizontal menu items, allowing more buttons to be displayed. @Wesley-0808 @uyarn (#6530)
  • RadioGroup: Added the direction API to support vertical layout configuration. Please note that this feature currently works in conjunction with the radio theme only. @JefferyHcool (#6568)

🐞 Bug Fixes

  • DateRangePicker: Fixed an issue where the onChange callback was triggered unnecessarily when the value didn’t change. @JefferyHcool (#6551)
  • EnhancedTable: Fixed a problem where column configurations in tree-based tables weren’t responsive when used with computed/ref. @JefferyHcool (#6578)
  • InputNumber: Fixed an issue where the field became empty after losing focus, but was incorrectly reset to its minimum value. @JefferyHcool (#6582)
  • Select: Fixed an issue where updating the same option in onSearch didn’t update the UI properly. @LavenderDuskGlow (#6535)
  • Table: Fixed an issue where the scroll bars in pagination tables within pop-ups were misaligned. @LavenderDuskGlow (#6536)
  • Tag: Fixed the icon size to match the design specifications: 16px for large icons and 14px for small icons. @liweijie0812 (#6589)
  • TagInput: Fixed an issue where the suffix wasn’t displayed on the right side when excessTagsDisplayType="break-line" was set. @RylanBot (#6585)
  • Transfer: Fixed an issue related to selection behavior when the option value was an object. @hobostay (#6587)
2026-03-27 18:19:08
tdesign-vue-next

@tdesign-vue-next/chat@0.5.2

🌈 0.5.2 2026-03-27

🚀 Features

  • ChatSender: 新增 sendBtnDisabled, 用于控制发送按钮是否禁用 @zydemail (#6494)

🐞 Bug Fixes

  • 修复全局引入方式,组件类型丢失的问题 @liweijie0812 (#6470)
  • ChatSender:
    • suffix 支持 [{ name: 'uploadImage', uploadProps: {...} }] 配置 @RSS1102 (#6519)
    • suffix 配置 attachment 即将废弃,建议使用 uploadAttachment @RSS1102 (#6519)
  • Chatbot: senderProps 中配置 input-prefix 不生效问题 @RSS1102 (#6519)

🚀 Features

  • ChatSender: Added sendBtnDisabled to control whether the send button is disabled @zydemail (#6494)

🐞 Bug Fixes

  • Fixed an issue where component types were lost when using global imports @liweijie0812 (#6470)
  • ChatSender:
    • The suffix parameter now supports configuration in the format [{ name: 'uploadImage', uploadProps: {...} }] @RSS1102 (#6519)
    • Using suffix with attachment will be deprecated soon; it’s recommended to use uploadAttachment instead @RSS1102 (#6519)
  • Chatbot: The input-prefix setting in senderProps no longer takes effect @RSS1102 (#6519)