tdesign-vue-next@1.20.0
Message: 统一组件的z-index为 更合理的6000,之前依赖该属性的业务注意此变更⚠️ @RylanBot @liweijie0812 (#6651)
Cascader: 新增columnHeader和columnFooter插槽,用于自定义每级面板的头部和底部的渲染内容,具体使用方式请参考使用示例 @RSS1102 (#6297)ImageViewer: 优化 ImageViewer 的行为,支持视口之外的图片向中心缩放 @RSS1102 (#6406)
DatePicker: 修复手动清空输入框内容时,没有正确清空 value 的问题 @RSS1102 (#6534)Dialog:ImageViewer: 修复默认 trigger 使用图片与文档描述不符的问题 @hmingv (#6634)Table: 修复排序后本地数据变化,重新调整排序方式仍然显示旧数据的问题 @LavenderDuskGlow (#6537)Transfer: 修复search类型定义和默认值类型 @RSS1102 (#6629)
Card: 优化渲染逻辑避免切换 loading 状态导致内容重复渲染,但是如果切换自定义 loading 的时候内容依然会重新渲染。 @RSS1102 (#6631)
Message: Thez-indexof the unified component has been changed to a more reasonable value of6000. Applications that rely on this property should be aware of this change.⚠️ @RylanBot @liweijie0812 (#6651)
Cascader: NewcolumnHeaderandcolumnFooterslots 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 ofImageViewer, now allowing images outside the viewport to be zoomed in centered. @RSS1102 (#6406)
DatePicker: When the input field is cleared, the selected date is also cleared. @RSS1102 (#6534)Dialog: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 thesearchtype. @RSS1102 (#6629)
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)
tdesign-vue-next@1.19.2
Dialog: 模态对话框支持拖拽功能 @nagisa77 (#6615)RadioGroup: 优化垂直排列场景下,theme为button的选框组样式 @uyarn @liweijie0812 (#6606)Upload: 补充.heic图片类型的支持 @uyarn (common#2502)
Image: 修复错误提示字体大小错误的问题 @liweijie0812 (#6609)Table: 修复表格 Footer 无法配置多种合并方式的缺陷 @uyarn (#6616)Tabs: 修复draggableAPI 不生效的问题 @uyarn (#6610)Timeline: 修复部分场景下icon未对齐的问题 @nagisa77 (#6613)
Dialog: Modal dialog boxes now support dragging functionality. @nagisa77 (#6615)RadioGroup: Improved the styling of radio button groups when thethemeis set tobutton, especially in vertical layouts. @uyarn @liweijie0812 (#6606)Upload: Added support for.heicimage format. @uyarn (common#2502)
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 thedraggableAPI wasn’t functioning as intended. @uyarn (#6610)Timeline: Fixed an issue where icons weren’t aligned in certain scenarios. @nagisa77 (#6613)
tdesign-vue-next@1.19.1
Dropdown@RSS1102 (#6600)- 修复
panelTopContent和panelBottomContent默认不跟随面板内容滚动的问题 - 修复多层下拉菜单配置 panelTopContent 后渲染位置错误的问题
- 修复
Menu: 修复1.19.0版本更新导致部分菜单使用场景渲染异常的问题 @uyarn (#6602)Slider: 修复 label 值为 function 类型时控制台警告 @liweijie0812 (#6601)
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 the1.19.0update @uyarn (#6602)Slider: Fixed a console warning that occurred when the label value was of function type @liweijie0812 (#6601)
tdesign-vue-next@1.19.0
HeadMenu: 支持横向菜单过多时自动折叠隐藏并展示更多按钮的效果。⚠️ 存在顶部菜单过多场景的业务请注意此变更 @Wesley-0808 @uyarn (#6530)RadioGroup: 新增directionAPI,支持添加垂直排列特性。⚠️ 请注意,目前该属性仅在theme为radio时完整生效 @JefferyHcool (#6568)
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)
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)
DateRangePicker: Fixed an issue where theonChangecallback 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 withcomputed/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 inonSearchdidn’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 thesuffixwasn’t displayed on the right side whenexcessTagsDisplayType="break-line"was set. @RylanBot (#6585)Transfer: Fixed an issue related to selection behavior when the option value was an object. @hobostay (#6587)
@tdesign-vue-next/chat@0.5.2
ChatSender: 新增sendBtnDisabled, 用于控制发送按钮是否禁用 @zydemail (#6494)
- 修复全局引入方式,组件类型丢失的问题 @liweijie0812 (#6470)
ChatSender:Chatbot:senderProps中配置input-prefix不生效问题 @RSS1102 (#6519)
ChatSender: AddedsendBtnDisabledto control whether the send button is disabled @zydemail (#6494)
tdesign-vue-next@1.18.6
DatePicker: 新增cellAPI,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @Wesley-0808 (#6495)DateRangePicker: 新增cellAPI,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @Wesley-0808 (#6495)TimePicker: 新增prefixIcon和suffixIconAPI,用于自定义前置和后置图标 @Wesley-0808 (#6497)TimeRangePicker: 新增prefixIcon和suffixIconAPI,用于自定义前置和后置图标 @Wesley-0808 (#6497)
DatePicker:- 修复
presets插槽用法无效和onPresetClick事件未正确触发的问题 @ZTH520 (#6490) - 修复因格式不兼容导致的毫秒值丢失的问题 @Wesley-0808 (common#2446)
- 修复
Select: 修复在Dialog中使用时,ESC快捷键与Dialog快捷键冲突的问题 @Wesley-0808 (#6496)Table:Text: 修复同时开启copyable和ellipsis时复制按钮渲染位置异常的问题 @uyarn (#6522)
DatePicker: A newcellAPI has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @Wesley-0808 (#6495)DateRangePicker: A newcellAPI has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @Wesley-0808 (#6495)TimePicker: NewprefixIconandsuffixIconAPIs have been added, enabling customization of the icons displayed before and after the selected time. @Wesley-0808 (#6497)TimeRangePicker: NewprefixIconandsuffixIconAPIs have been added, enabling customization of the icons displayed before and after the selected time. @Wesley-0808 (#6497)
DatePicker:- Fixed an issue where the
presetsslot wasn’t functioning properly, and theonPresetClickevent wasn’t being triggered correctly. @ZTH520 (#6490) - Fixed an issue where millisecond values were lost due to format incompatibility. @Wesley-0808 (common#2446)
- Fixed an issue where the
Select: Fixed an issue where using theesckey caused conflicts with the dialog’s shortcut keys. @Wesley-0808 (#6496)Table:Text: Fixed an issue where the rendering position of the copy button became incorrect when bothcopyableandellipsiswere enabled. @uyarn (#6522)