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)
@tdesign-vue-next/chat@0.5.0
Attachments: 新增Attachments文件附件组件,用于展示文件附件 @zydemail (#6150)ChatEngine: 新增ChatEngine底层对话引擎,提供灵活的 Hook API 用于深度定制 @zydemail (#6150)ChatMarkdown: 新增ChatMarkdown内容渲染组件,内置支持完善的 Markdown 流式渲染能力,包括 mermaid 等多种格式的渲染 @zydemail (#6150)ChatMessage: 新增ChatMessage对话消息体组件、用于在聊天对话中显示单个消息项 @zydemail (#6150)ChatThinking: 思考过程组件,与原 ChatReasoning 功能一致 @zydemail (#6150)Chatbot: 新增Chatbot智能对话组件,用于需要快速集成智能客服、问答系统等的 AI 应用 @zydemail (#6150)
ChatAction: Renamed toChatActionbarfor dialogue operations. @zydemail (#6150)Chat: Renamed toChatList@zydemail (#6150)
Attachments: Added a newAttachmentscomponent for displaying file attachments. @zydemail (#6150)ChatEngine: Added a headless enigne coreChatEngine. @zydemail (#6150)ChatMarkdown: Introduced aChatMarkdowncomponent for rendering Markdown content, supporting advanced streaming rendering capabilities including various formats like Mermaid. @zydemail (#6150)ChatMessage: Added aChatMessagecomponent for displaying individual messages in chat conversations. @zydemail (#6150)ChatThinking: A component for representing thought processes, similar to the originalChatReasoningfunction. @zydemail (#6150)Chatbot: Added aChatbotcomponent for intelligent dialogue systems, useful for quickly integrating AI applications such as customer service and Q&A systems. @zydemail (#6150)
- All new components are implemented using Web Components. For style customization, refer to Custom Styles.
- If there is a need for multi-language configuration, it is recommended to continue using version 0.4.x
@tdesign-vue-next/chat@0.5.0
Attachments: 新增Attachments文件附件组件,用于展示文件附件 @zydemail (#6150)ChatEngine: 新增ChatEngine底层对话引擎,提供灵活的 Hook API 用于深度定制 @zydemail (#6150)ChatMarkdown: 新增ChatMarkdown内容渲染组件,内置支持完善的 Markdown 流式渲染能力,包括 mermaid 等多种格式的渲染 @zydemail (#6150)ChatMessage: 新增ChatMessage对话消息体组件、用于在聊天对话中显示单个消息项 @zydemail (#6150)ChatThinking: 思考过程组件,与原 ChatReasoning 功能一致 @zydemail (#6150)Chatbot: 新增Chatbot智能对话组件,用于需要快速集成智能客服、问答系统等的 AI 应用 @zydemail (#6150)
ChatAction: Renamed toChatActionbarfor dialogue operations. @zydemail (#6150)Chat: Renamed toChatList@zydemail (#6150)
Attachments: Added a newAttachmentscomponent for displaying file attachments. @zydemail (#6150)ChatEngine: Added a headless enigne coreChatEngine. @zydemail (#6150)ChatMarkdown: Introduced aChatMarkdowncomponent for rendering Markdown content, supporting advanced streaming rendering capabilities including various formats like Mermaid. @zydemail (#6150)ChatMessage: Added aChatMessagecomponent for displaying individual messages in chat conversations. @zydemail (#6150)ChatThinking: A component for representing thought processes, similar to the originalChatReasoningfunction. @zydemail (#6150)Chatbot: Added aChatbotcomponent for intelligent dialogue systems, useful for quickly integrating AI applications such as customer service and Q&A systems. @zydemail (#6150)
- All new components are implemented using Web Components. For style customization, refer to Custom Styles.
- If there is a need for multi-language configuration, it is recommended to continue using version 0.4.x
tdesign-vue-next@1.18.3
Select: 新增支持 BigInt 类型的选项 @Jie-echo (#6460)
DatePicker: 修复单选的情况下清除数据时会触发多次 onChange 回调的错误 @RSS1102 (#6451)Drawer: 修复 push mode 下弹窗样式异常的问题 @Zn-Dk (#6446)DrawerPlugin: 修正使用className时的打开动画异常问题 @Cat1007 (#6424)InputNumber: 修复disabled时,hover 对应颜色异常的问题 @RylanBot (common#2402)Progress: 修复 line 和 plump 主题不支持小尺寸的问题 @liweijie0812 (#6340)Swiper: 修复点状与点条状导航器中,navigation.size配置无效、navigation.placement=outside时导航器颜色不正确的问题 @Wesley-0808 (common#2418)
Select: Added support for BigInt type options @Jie-echo (#6460)
DatePicker: Fixed an error where clearing data triggered multiple onChange callbacks when only one option was selected @RSS1102 (#6451)Drawer: Fixed an issue with abnormal pop-up styles in push mode @Zn-Dk (#6446)DrawerPlugin: Corrected an issue with abnormal opening animations when usingclassName@Cat1007 (#6424)InputNumber: Fixed an issue where the hover color was incorrect whendisabled@RylanBot (common#2402)Progress: Fixed an issue where the line and plump themes were not compatible with small screen sizes @liweijie0812 (#6340)Swiper: Fixed issues where thenavigation.sizeconfiguration was ineffective, and the navigator color was incorrect whennavigation.placement=outsidein both "dot" and "bar" navigation styles @Wesley-0808 (common#2418)