tdesign-vue-next@1.20.3
Button: 优化 outline 和 dashed button 在 hover 下的背景色 @RADWIMPS426 (common#2569)ConfigProvider:
DatePicker: 修复多选场景下的内边距问题,并优化禁用时间的示例展示效果 @uyarn (#6759)DateRangePicker: 修复disabled为数组且都为 false 场景下的异常问题 @uyarn (#6759)Dialog: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)
Button: Improved the background color of outline and dashed buttons when hovered @RADWIMPS426 (common#2569)ConfigProvider:
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 whendisabledwas set to an array of false values @uyarn (#6759)Dialog:Drawer: Fixed the issue where pressing ESC would incorrectly close the drawer when using an input method inside it @greymoth-jp (#6756)Pagination: Prevented theonCurrentChangeevent 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 wheretooltipPropsconfigurations did not take effect @liweijie0812 (#6762)
tdesign-vue-next@1.20.2
- 数组类型输入类组件支持使用空值兜底 @scffs (#6717)
HeadMenu: 子菜单浮层新增最大高度,超出最大高度将会显示滚动条 @HaixingOoO (common#2555)InputNumber: 新增autofocus属性 @betavs (#6722)
Button: 优化斜八度的动画效果 @uyarn (#6661)Dialog: 修复通过插件形式调用时,部分函数会多次执行的问题 @betavs (#6711)Form: 修复FormItem嵌套多层导致的样式问题 @HaixingOoO (#6731)Menu: 修复在增删菜单项后展示菜单长度异常的问题 @uyarn (#6712)Table: 修复 filter 翻译文案错误 @liweijie0812 (common#2553)
- 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: Anautofocusattribute has been added @betavs (#6722)
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 whenFormItemwas 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)
tdesign-vue-next@1.20.1
Anchor: 修复在容器内因滚动条触底导致的锚点列表激活状态异常问题 @Wesley-0808 (#6668)Dialog: 修复DialogPluginType类型未导出的问题 @guozi9999 (#6677)Drawer: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)
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 thatDialogPluginTypetype has not been exported. @guozi9999 (#6677)Drawer:ImageViewer: Fixed an XSS vulnerability in the component. @uyarn (#6698)InputNumber: Fixed an issue where entering “0” didn’t trigger thechangeevent 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 wherereserve-selected-row-on-paginate=falsedidn’t take effect after data changes due to filtering. @RSS1102 (#6687)Tag: Fixed an issue where the defaulttitlecontent 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)
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)