tdesign-vue-next
Version:
TDesign Component for vue-next
730 lines (533 loc) • 223 kB
Markdown
---
title: 更新日志
spline: explain
toc: false
docClass: timeline
---
## 🌈 1.19.2 `2026-04-30`
### 🚀 Features
- `Dialog`: 模态对话框支持拖拽功能 @nagisa77 ([#6615](https://github.com/Tencent/tdesign-vue-next/pull/6615))
- `RadioGroup`: 优化垂直排列场景下, `theme` 为 `button` 的选框组样式 @uyarn @liweijie0812 ([#6606](https://github.com/Tencent/tdesign-vue-next/pull/6606))
- `Upload`: 补充 `.heic` 图片类型的支持 @uyarn ([common#2502](https://github.com/Tencent/tdesign-common/pull/2502))
### 🐞 Bug Fixes
- `Image`: 修复错误提示字体大小错误的问题 @liweijie0812 ([#6609](https://github.com/Tencent/tdesign-vue-next/pull/6609))
- `Table`: 修复表格 Footer 无法配置多种合并方式的缺陷 @uyarn ([#6616](https://github.com/Tencent/tdesign-vue-next/pull/6616))
- `Tabs`: 修复 `draggable` API 不生效的问题 @uyarn ([#6610](https://github.com/Tencent/tdesign-vue-next/pull/6610))
- `Timeline`: 修复部分场景下icon未对齐的问题 @nagisa77 ([#6613](https://github.com/Tencent/tdesign-vue-next/pull/6613))
## 🌈 1.19.1 `2026-04-14`
### 🐞 Bug Fixes
- `Dropdown` @RSS1102 ([#6600](https://github.com/Tencent/tdesign-vue-next/pull/6600))
- 修复 `panelTopContent` 和`panelBottomContent` 默认不跟随面板内容滚动的问题
- 修复多层下拉菜单配置 panelTopContent 后渲染位置错误的问题
- `Menu`: 修复 `1.19.0` 版本更新导致部分菜单使用场景渲染异常的问题 @uyarn ([#6602](https://github.com/Tencent/tdesign-vue-next/pull/6602))
- `Slider`: 修复 label 值为 function 类型时控制台警告 @liweijie0812 ([#6601](https://github.com/Tencent/tdesign-vue-next/pull/6601))
## 🌈 1.19.0 `2026-04-10`
### 🚀 Features
- `HeadMenu`: 支持横向菜单过多时自动折叠隐藏并展示更多按钮的效果。⚠️存在顶部菜单过多场景的业务请注意此变更 @Wesley-0808 @uyarn ([#6530](https://github.com/Tencent/tdesign-vue-next/pull/6530))
- `RadioGroup`: 新增 `direction` API,支持添加垂直排列特性。⚠️请注意,目前该属性仅在 `theme` 为 `radio` 时完整生效 @JefferyHcool ([#6568](https://github.com/Tencent/tdesign-vue-next/pull/6568))
### 🐞 Bug Fixes
- `DateRangePicker`: 修复在值未变化时错误触发 `onChange` 回调的问题 @JefferyHcool ([#6551](https://github.com/Tencent/tdesign-vue-next/pull/6551))
- `EnhancedTable`: 修复树状表格的列配置在 `computed/ref` 场景下无响应式的问题 @JefferyHcool ([#6578](https://github.com/Tencent/tdesign-vue-next/pull/6578))
- `InputNumber`: 修复失焦时,空值被错误回填为最小值的问题 @JefferyHcool ([#6582](https://github.com/Tencent/tdesign-vue-next/pull/6582))
- `Select`: 修复在 `onSearch` 中更新相同的选项,没有正常更新 UI 展示内容的问题 @LavenderDuskGlow ([#6535](https://github.com/Tencent/tdesign-vue-next/pull/6535))
- `Table`: 修复在弹窗内的分页表格滚动条错位的问题 @LavenderDuskGlow ([#6536](https://github.com/Tencent/tdesign-vue-next/pull/6536))
- `Tag`: 修复 icon 的尺寸大小,对齐设计稿,大尺寸是16px, 中小尺寸是14px @liweijie0812 ([#6589](https://github.com/Tencent/tdesign-vue-next/pull/6589))
- `TagInput`: 修复 `excessTagsDisplayType="break-line"` 时,`suffix` 没有固定在右侧的问题 @RylanBot ([#6585](https://github.com/Tencent/tdesign-vue-next/pull/6585))
- `Transfer`: 修复选项内容为对象时选中异常的问题 @hobostay ([#6587](https://github.com/Tencent/tdesign-vue-next/pull/6587))
## 🌈 1.18.6 `2026-03-23`
### 🚀 Features
- `DatePicker`: 新增 `cell` API,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @Wesley-0808 ([#6495](https://github.com/Tencent/tdesign-vue-next/pull/6495))
- `DateRangePicker`: 新增 `cell` API,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @Wesley-0808 ([#6495](https://github.com/Tencent/tdesign-vue-next/pull/6495))
- `TimePicker`: 新增 `prefixIcon` 和 `suffixIcon` API,用于自定义前置和后置图标 @Wesley-0808 ([#6497](https://github.com/Tencent/tdesign-vue-next/pull/6497))
- `TimeRangePicker`: 新增 `prefixIcon` 和 `suffixIcon` API,用于自定义前置和后置图标 @Wesley-0808 ([#6497](https://github.com/Tencent/tdesign-vue-next/pull/6497))
### 🐞 Bug Fixes
- `DatePicker`:
- 修复 `presets` 插槽用法无效和 `onPresetClick`事件未正确触发的问题 @ZTH520 ([#6490](https://github.com/Tencent/tdesign-vue-next/pull/6490))
- 修复因格式不兼容导致的毫秒值丢失的问题 @Wesley-0808 ([common#2446](https://github.com/Tencent/tdesign-common/pull/2446))
- `Select`: 修复在 `Dialog` 中使用时,`ESC` 快捷键与 `Dialog` 快捷键冲突的问题 @Wesley-0808 ([#6496](https://github.com/Tencent/tdesign-vue-next/pull/6496))
- `Table`:
- 修复开启 `ellipsis` 时,可编辑状态意外关闭的问题 @RSS1102 ([#6480](https://github.com/Tencent/tdesign-vue-next/pull/6480))
- 修复设置高度后表头在任何场景下都存在背景色的问题 @Jie-echo ([#6504](https://github.com/Tencent/tdesign-vue-next/pull/6504))
- `Text`: 修复同时开启`copyable`和 `ellipsis` 时复制按钮渲染位置异常的问题 @uyarn ([#6522](https://github.com/Tencent/tdesign-vue-next/pull/6522))
## 🌈 1.18.5 `2026-03-12`
### 🐞 Bug Fixes
- `Tree`: 修复 1.18.3 中开启虚拟滚动后滚动中出现空白的错误 @uyarn ([#6483](https://github.com/Tencent/tdesign-vue-next/pull/6483))
## 🌈 1.18.4 `2026-03-11`
### 🐞 Bug Fixes
- `FormItem`: 单独使用时触发校验会在控制台报错的问题 @betavs ([#6467](https://github.com/Tencent/tdesign-vue-next/pull/6467))
- `Table`: 修复 1.18.3 版本更新导致的筛选功能失效的问题 @betavs ([#6481](https://github.com/Tencent/tdesign-vue-next/pull/6481))
## 🌈 1.18.3 `2026-03-05`
### 🚀 Features
- `Select`: 新增支持 BigInt 类型的选项 @Jie-echo ([#6460](https://github.com/Tencent/tdesign-vue-next/pull/6460))
### 🐞 Bug Fixes
- `DatePicker`: 修复单选的情况下清除数据时会触发多次 onChange 回调的错误 @RSS1102 ([#6451](https://github.com/Tencent/tdesign-vue-next/pull/6451))
- `Drawer`: 修复 push mode 下弹窗样式异常的问题 @Zn-Dk ([#6446](https://github.com/Tencent/tdesign-vue-next/pull/6446))
- `DrawerPlugin`: 修正使用 `className` 时的打开动画异常问题 @Cat1007 ([#6424](https://github.com/Tencent/tdesign-vue-next/pull/6424))
- `InputNumber`: 修复 `disabled` 时,hover 对应颜色异常的问题 @RylanBot ([common#2402](https://github.com/Tencent/tdesign-common/pull/2402))
- `Progress`: 修复 line 和 plump 主题不支持小尺寸的问题 @liweijie0812 ([#6340](https://github.com/Tencent/tdesign-vue-next/pull/6340))
- `Swiper`: 修复 `点状` 与 `点条状` 导航器中,`navigation.size` 配置无效、`navigation.placement=outside`时导航器颜色不正确的问题 @Wesley-0808 ([common#2418](https://github.com/Tencent/tdesign-common/pull/2418))
## 🌈 1.18.2 `2026-02-05`
### 🐞 Bug Fixes
- `DateRangePicker`: 修复 `1.18.1` 版本 `needConfirm` 为 false 时,修改被还原的问题 @liweijie0812 ([#6410](https://github.com/Tencent/tdesign-vue-next/pull/6410))
## 🌈 1.18.1 `2026-02-04`
### 🚀 Features
- `DatePicker`:
- 新增 `onClear` 清空按钮点击时触发事件 @Wesley-0808 ([#6316](https://github.com/Tencent/tdesign-vue-next/pull/6316))
- `presets` 支持自定义渲染,用于配置精确时分秒等预设场景 @uyarn ([#6316](https://github.com/Tencent/tdesign-vue-next/pull/6316))
- 新增 `disableTime` API,用于配置时间选择器中被禁用的时间 @Wesley-0808 ([#6316](https://github.com/Tencent/tdesign-vue-next/pull/6316))
- 新增 `range` 和 `panelActiveDate` API,用于支持定义日期选择范围,具体使用请参考示例 @Wesley-0808 ([#6316](https://github.com/Tencent/tdesign-vue-next/pull/6316))
- `DateRangePicker`:
- `disabled` API 新增支持数组类型,用于单独禁用开始日期或结束日期 @uyarn ([#6390](https://github.com/Tencent/tdesign-vue-next/pull/6390))
- 新增 `range` 和 `panelActiveDate` API,用于支持定义日期选择范围,具体使用请参考示例 @Wesley-0808 ([#6316](https://github.com/Tencent/tdesign-vue-next/pull/6316))
- `Icon`: 新增 217 个与人工智能、文档、徽标和文件相关的图标 @RADWIMPS426 @uyarn ([#6367](https://github.com/Tencent/tdesign-vue-next/pull/6367))
- `Menu`: 支持菜单面板在空间不足时的自动反转 @RSS1102 ([#6392](https://github.com/Tencent/tdesign-vue-next/pull/6392))
- `RangeInput`: `disabled` 支持数组形式配置,用于单独禁用左区间或右区间 @RSS1102 ([#5648](https://github.com/Tencent/tdesign-vue-next/pull/5648))
### 🐞 Bug Fixes
- `Cascader`: 修复 useCascaderContext 传递 disabled 失效问题 @liweijie0812 ([#6332](https://github.com/Tencent/tdesign-vue-next/pull/6332))
- `DateRangePicker`: 修复 `needConfirm` 为 false,点击预设无效的问题 @liweijie0812 ([#6388](https://github.com/Tencent/tdesign-vue-next/pull/6388))
- `Drawer`: 优化开启 `sizeDraggable` 功能时,调整当前抽屉尺寸后没有实时计算的问题 @yrc2333 ([#6328](https://github.com/Tencent/tdesign-vue-next/pull/6328))
- `InputNumber`: 修复大数计算前导零被错误清除的问题 @Liumingxun ([common#2394](https://github.com/Tencent/tdesign-common/pull/2394))
- `Menu`: 修复侧边导航菜单收起时,内容为插槽方式 Tooltip 无法生效的问题 @liweijie0812 ([#6341](https://github.com/Tencent/tdesign-vue-next/pull/6341))
- `Table`: 修复远程分页场景下全选逻辑错误,在 `1.18.0` 版本的问题 @RSS1102 ([#6393](https://github.com/Tencent/tdesign-vue-next/pull/6393))
- `Transfer`: 修复 `disabled` 为数组时功能不生效的问题 @RSS1102 ([#5648](https://github.com/Tencent/tdesign-vue-next/pull/5648))
### 📝 Documentation
- `Dialog`: 补充与嵌套弹窗相关使用问题的文档 @engvuchen ([#5847](https://github.com/Tencent/tdesign-vue-next/pull/5847))
## 🌈 1.18.0 `2026-01-08`
### 🚀 Features
- `DialogPlugin`: 支持接收 ConfigProvider 的全局配置,如自定义前缀 @Wesley-0808 @uyarn @Copilot ([#6212](https://github.com/Tencent/tdesign-vue-next/pull/6212))
- `DrawerPlugin`: 支持接收 ConfigProvider 的全局配置,如自定义前缀 @Wesley-0808 @uyarn @Copilot ([#6212](https://github.com/Tencent/tdesign-vue-next/pull/6212))
- `Form`: 自定义校验方法 `validator` 新增 `context` 回调参数,包括 `formData` 和 `name` 用于 JSON Schema 等生成式表单场景 @uyarn ([#6321](https://github.com/Tencent/tdesign-vue-next/pull/6321))
- `LoadingPlugin`: 支持接收 ConfigProvider 的全局配置,如自定义前缀 @Wesley-0808 @uyarn @Copilot ([#6212](https://github.com/Tencent/tdesign-vue-next/pull/6212))
- `MessagePlugin`: 支持接收 ConfigProvider 的全局配置,如自定义前缀 @Wesley-0808 @uyarn @Copilot ([#6212](https://github.com/Tencent/tdesign-vue-next/pull/6212))
- `NotificationPlugin`:
- 新增 `className` 和 `style` API,支持自定义通知框类、内联样式 @Wesley-0808 ([#6307](https://github.com/Tencent/tdesign-vue-next/pull/6307))
- 支持接收 ConfigProvider 的全局配置,如自定义前缀 @Wesley-0808 @uyarn @Copilot ([#6212](https://github.com/Tencent/tdesign-vue-next/pull/6212))
- `TagInput`: 修复横向滚动模式下增删选项滚动条位置异常的问题 @liweijie0812 @Copilot ([#6213](https://github.com/Tencent/tdesign-vue-next/pull/6213))
- `Upload`: 新增支持 .ai、.ps、.eps 等支持的文件类型 @uyarn ([common#2374](https://github.com/Tencent/tdesign-common/pull/2374)) ([#6324](https://github.com/Tencent/tdesign-vue-next/pull/6324))
- `Calendar`: `range` API 支持单独设置开始范围或结束范围 @shumuuu ([#6211](https://github.com/Tencent/tdesign-vue-next/pull/6211))
### 🐞 Bug Fixes
- `Cascader`: 修复在 Safari 浏览器中点击展开图标没有变换方向的问题 @liweijie0812 ([#6312](https://github.com/Tencent/tdesign-vue-next/pull/6312))
- `EnhancedTable`: 修复行选中收缩后, 表格头全选状态异常的问题 @Copilot ([#6208](https://github.com/Tencent/tdesign-vue-next/pull/6208))
- `Image`: 修复 loading 和 error 状态下的字体大小问题 @Nero978 @RADWIMPS426 ([common#2383](https://github.com/Tencent/tdesign-common/pull/2383))
- `ImageViewer`:
- 修复不支持 trigger 配置无触发器的场景使用的问题 @uyarn ([#6302](https://github.com/Tencent/tdesign-vue-next/pull/6302))
- 修复无法使用插槽自定义预览标题的问题 @betavs ([#6277](https://github.com/Tencent/tdesign-vue-next/pull/6277))
- 优化开启 `close-on-overlay`时,缩小图片后新增的空白区域无法正常关闭预览的问题 @QuentinHsu ([#6235](https://github.com/Tencent/tdesign-vue-next/pull/6235))
- 修正 `zIndex` 默认值为 3000,此前为错误的 2600,如有涉及层级覆盖请注意此变更 ⚠️ @liweijie0812 ([#6128](https://github.com/Tencent/tdesign-vue-next/pull/6128))
- `List`: 修复 ListItem 的默认边距和多余底部分割线问题 @Nero978 @liweijie0812 ([common#2386](https://github.com/Tencent/tdesign-common/pull/2386)) ([common#2382](https://github.com/Tencent/tdesign-common/pull/2382)) ([#6324](https://github.com/Tencent/tdesign-vue-next/pull/6324))
- `Menu`: 修复在 Safari 浏览器中点击展开图标没有变换方向的问题 @liweijie0812 ([#6312](https://github.com/Tencent/tdesign-vue-next/pull/6312))
- `Select`: 修复在 Safari 浏览器中点击展开图标没有变换方向的问题 @liweijie0812 ([#6312](https://github.com/Tencent/tdesign-vue-next/pull/6312))
- `Slider`: 修复 `v-model` 修改数组单个元素时响应式失效的问题 @RSS1102 ([#6313](https://github.com/Tencent/tdesign-vue-next/pull/6313))
- `Swiper`: 修复 `type='card'` 时,宽度计算不稳定的问题 @RylanBot ([#6185](https://github.com/Tencent/tdesign-vue-next/pull/6185))
- `Table`: 修复列配置弹窗打开时不触发回调事件的问题 @tuzixiangs ([#6174](https://github.com/Tencent/tdesign-vue-next/pull/6174))
- `Tabs`: 修复当宽度增加到足以适合所有标签时,滚动状态不会取消的问题 @wesley-0808 @Copilot ([#6293](https://github.com/Tencent/tdesign-vue-next/pull/6293))
- `Textarea`: 修复无法直接通过 height 配置高度的问题 @engvuchen ([#6040](https://github.com/Tencent/tdesign-vue-next/pull/6040))
- `Tooltip`: 修复`Tooltip` 配合`Textarea` 使用在空内容下的错误 @engvuchen ([#6040](https://github.com/Tencent/tdesign-vue-next/pull/6040))
- `TreeSelect`: 修复在 Safari 浏览器中点击展开图标没有变换方向的问题 @liweijie0812 ([#6312](https://github.com/Tencent/tdesign-vue-next/pull/6312))
- `HeadMenu`: 修复使用 JSX 动态渲染 MenuItem 时控制台警告的问题 @Copilot ([#6221](https://github.com/Tencent/tdesign-vue-next/pull/6221))
- `Popup`: 修复页面缩放后 onScrollToBottom 事件无法触发的问题 @Copilot ([#6205](https://github.com/Tencent/tdesign-vue-next/pull/6205))
- `Table`:
- 修复单选模式下取消行高亮时 `activeRowList` 未正确清空的问题 @Copilot ([#6222](https://github.com/Tencent/tdesign-vue-next/pull/6222))
- 修复组件实例方法 `clearValidateData` 没有清理可编辑单元格验证结果的问题 @RSS1102 ([#6186](https://github.com/Tencent/tdesign-vue-next/pull/6186))
- `TreeSelect`: 修复 `label` 插槽不生效的问题 @RSS1102 ([#6294](https://github.com/Tencent/tdesign-vue-next/pull/6294))
- `Upload`: 修复 `1.17.4` 自定义上传按钮但未定义点击事件时,点击按钮无效的问题 @Wesley-0808 ([#6280](https://github.com/Tencent/tdesign-vue-next/pull/6280))
## 🌈 1.17.7 `2025-12-18`
### 🚀 Features
- `ImageViewer`:
- 优化下载跨域图片时的格式处理,优化通过下载获取的文件大小 @RylanBot ([common#2311](https://github.com/Tencent/tdesign-common/pull/2311)) ([#6270](https://github.com/Tencent/tdesign-vue-next/pull/6270))
- 支持直接下载同域图片,避免二次转换导致体积增大和动图失效等问题 @RylanBot ([common#2311](https://github.com/Tencent/tdesign-common/pull/2311)) ([#6270](https://github.com/Tencent/tdesign-vue-next/pull/6270))
- 支持 .dark 类名,丰富切换深色模式的方式 @liweijie0812 ([common#2355](https://github.com/Tencent/tdesign-common/pull/2355))
### 🐞 Bug Fixes
- `Avatar`: 修复样式与设计稿不一致的问题 @liweijie0812 ([common#2364](https://github.com/Tencent/tdesign-common/pull/2364)) ([#6270](https://github.com/Tencent/tdesign-vue-next/pull/6270))
- `DatePicker`: 修复按需引入组件且开启时间面板时打包后丢失部分样式的问题 @uyarn ([#6257](https://github.com/Tencent/tdesign-vue-next/pull/6257))
- `DateRangePicker`: 修复在表单中使用且携带`default-time`参数时,二次选择会置空数据的缺陷 @RSS1102 ([#6268](https://github.com/Tencent/tdesign-vue-next/pull/6268))
- `Dropdown`: 修复编辑器提示缺少 `TDropdownMenu` 类型声明的问题 @RSS1102 ([#6238](https://github.com/Tencent/tdesign-vue-next/pull/6238))
- `Menu`: 修复菜单选项默认边距和图标大小的问题 @liweijie0812 ([common#2369](https://github.com/Tencent/tdesign-common/pull/2369)) ([#6270](https://github.com/Tencent/tdesign-vue-next/pull/6270))
- `Tree`: 修复子节点为自定义的 Input 等元素时,选中文本的高亮样式被隐藏的问题 @RylanBot ([common#2370](https://github.com/Tencent/tdesign-common/pull/2370)) ([#6270](https://github.com/Tencent/tdesign-vue-next/pull/6270))
- `Popconfirm`: 修复快速点击默认按钮时 `getComputedStyle` 报错的问题 @Copilot ([#6224](https://github.com/Tencent/tdesign-vue-next/pull/6224))
### 📈 Performance
- 移除产物中的冗余内容 @liweijie0812 ([#6269](https://github.com/Tencent/tdesign-vue-next/pull/6269))
## 🌈 1.17.6 `2025-12-01`
### 🐞 Bug Fixes
- `DatePicker`: 修复 1.16.0 版本后,日期区间选择器跨年时右侧面板月份错误同步变化的问题 @liweijie0812 @Copilot ([#6204](https://github.com/Tencent/tdesign-vue-next/pull/6204))
## 🌈 1.17.5 `2025-11-28`
### 🐞 Bug Fixes
- `Tree`: 修复 `1.17.3` 版本过滤中可选节点被错误禁用的问题 @RylanBot ([common#2345](https://github.com/Tencent/tdesign-common/pull/2345)) ([#6196](https://github.com/Tencent/tdesign-vue-next/pull/6196))
## 🌈 1.17.4 `2025-11-28`
### 🚀 Features
- `Table`: 优化通过分页操作后 Table 内容变化时的展示效果,分页器会锚定在当前视口 @RSS1102 ([#6172](https://github.com/Tencent/tdesign-vue-next/pull/6172))
### 🐞 Bug Fixes
- `Calendar`: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- `DatePicker`: 优化日期范围选择器的交互问题,避免先选择结束日期后需重复操作多次的问题 @mikasayw ([#6143](https://github.com/Tencent/tdesign-vue-next/pull/6143))
- `Description`: 修复无边框模式下`itemLayout`垂直排列的间距问题 @mikasayw ([#6156](https://github.com/Tencent/tdesign-vue-next/pull/6156))
- `Input`:
- 修正 input 及上层 select 等组件在 safari 中初次渲染 auto-width 失效的问题 @Cat1007 ([common#2336](https://github.com/Tencent/tdesign-common/pull/2336)) ([#6188](https://github.com/Tencent/tdesign-vue-next/pull/6188))
- 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- `SelectInput`: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- `Slider`: 修复初始化时精度计算错误的问题 @RylanBot ([#6183](https://github.com/Tencent/tdesign-vue-next/pull/6183))
- `Table`:
- 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- 修复可编辑单元格在`keepEditMode`下没有正确在 validateData 回调展示的问题 @uyarn ([#5490](https://github.com/Tencent/tdesign-vue-next/pull/5490))
- `TagInput`: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- `TreeSelect`: 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- `Upload`:
- 优化透传组件 props 事件的处理方式,修复透传的回调函数无法触发的问题 @Wesley-0808 ([#6157](https://github.com/Tencent/tdesign-vue-next/pull/6157))
- 修复不支持文件数组上传的问题 @GATING ([#6169](https://github.com/Tencent/tdesign-vue-next/pull/6169))
- `Table`: 修复分页受控模式下 `current` 属性手动变更不触发 `onPageChange` 的问题 @RSS1102 ([#6163](https://github.com/Tencent/tdesign-vue-next/pull/6163))
### 📝 Documentation
- `Calendar`: 补充`range`参数的用法示例 @shumuuu ([#6148](https://github.com/Tencent/tdesign-vue-next/pull/6148))
## 🌈 1.17.3 `2025-11-14`
### 🚀 Features
- `DatePicker`: 在未配置 `enableTimePicker` 场景下也应用 `defaultTime` 的配置,影响 `valueType` 为 `time-stamp`的返回值及 `onChange` 的回调参数 ⚠️ @RSS1102 @uyarn ([#6140](https://github.com/Tencent/tdesign-vue-next/pull/6140))
- `Divider`: 新增 `size` API,用于控制间距大小 @liweijie0812 ([#6094](https://github.com/Tencent/tdesign-vue-next/pull/6094))
- `Guide`: 支持在调整窗口大小时自动调整引导组件的展示效果 @yrc2333 ([#6133](https://github.com/Tencent/tdesign-vue-next/pull/6133))
- `Form`: `pattern` API 新增支持 string 类型 @liweijie0812 ([#6134](https://github.com/Tencent/tdesign-vue-next/pull/6134))
- `Form`: 在 `setValidateMessage` 中添加 `success` 验证类型支持 @RSS1102 ([#6147](https://github.com/Tencent/tdesign-vue-next/pull/6147))
### 🐞 Bug Fixes
- `Popup`: 修复在 SSR 场景下的异常问题 @uyarn ([#6124](https://github.com/Tencent/tdesign-vue-next/pull/6124))
- `Table`: 修复在 pageSize 由小到大改变时无法自定义当前页的问题 @RSS1102 ([#6127](https://github.com/Tencent/tdesign-vue-next/pull/6127))
- `Tabs`: 修复开启 `destroyOnHide` 移除标签后会导致后续 TabItem 状态异常的问题 @yrc2333 ([#6137](https://github.com/Tencent/tdesign-vue-next/pull/6137))
- `Empty`: 修复多语言动态切换响应式无效 @liweijie0812 ([#6126](https://github.com/Tencent/tdesign-vue-next/pull/6126))
- `Menu`: 修复快速操作菜单时,父菜单关闭后子菜单未正确收起的问题 @RSS1102 ([#6121](https://github.com/Tencent/tdesign-vue-next/pull/6121))
## 🌈 1.17.2 `2025-10-30`
### 🚀 Features
- `Affix`: 新增支持`content`API,与其他组件保持一致 @ImaginingMaker @zhangpaopao0609 ([#5981](https://github.com/Tencent/tdesign-vue-next/pull/5981))
- `Cascader`:
- 支持 `filterable` 与 `checkStrictly` 及`valueMode = parentFirst`配合使用,展示非叶子节点的效果 @uyarn ([#6102](https://github.com/Tencent/tdesign-vue-next/pull/6102))
- `option` 新增`onChange`和`onExpand` 方法,用于多选场景下,自定义节点时自定义点击节点的触发逻辑,具体使用请参考自定义下拉选项的参考示例 @uyarn ([#6102](https://github.com/Tencent/tdesign-vue-next/pull/6102))
- `Popup`: 新增 `getPopper()` 方法,将返回 popper 实例,用于基于 popper 进行动态操作的场景 @RSS1102 ([#6096](https://github.com/Tencent/tdesign-vue-next/pull/6096))
### 🐞 Bug Fixes
- `AutoComplete`: 修复使用键盘选中后,删除输入框内容时无法再次打开选项弹窗的问题 @SaberA1ter ([#6059](https://github.com/Tencent/tdesign-vue-next/pull/6059))
- `Cascader`:
- 修复多选自定义节点无法进行展开处理的问题 @uyarn ([#6102](https://github.com/Tencent/tdesign-vue-next/pull/6102))
- 修复`reserveKeyword` API 无效的问题 @uyarn ([#6102](https://github.com/Tencent/tdesign-vue-next/pull/6102))
- `DatePicker`: 修复面板底部内容区域在非需要情况下仍存在的问题 @huguangju ([#6055](https://github.com/Tencent/tdesign-vue-next/pull/6055))
- `DateRangePicker`: 修复全局替换图标场景下,点击关闭按钮报错的问题 @uyarn ([#6108](https://github.com/Tencent/tdesign-vue-next/pull/6108))
- `Form`: 修复错误消息 `max` 和 `min` 英文翻译错误 @liweijie0812 ([#6082](https://github.com/Tencent/tdesign-vue-next/pull/6082))
- `ImageViewer`:
- 修复 `zIndex` 过大导致工具栏的 tooltip 会被遮挡的问题 @liweijie0812 ([#6107](https://github.com/Tencent/tdesign-vue-next/pull/6107))
- 修复预览图片时点击右键后失焦,预览图会跟随鼠标移动的问题 @mikasayw ([#6098](https://github.com/Tencent/tdesign-vue-next/pull/6098))
- `MessagePlugin`: 修复`className`参数无效的问题 @Wesley-0808 ([#6097](https://github.com/Tencent/tdesign-vue-next/pull/6097))
- `NotificationPlugin`: 优化 `offset` 没有对容器层生效的问题 @liweijie0812 ([#6087](https://github.com/Tencent/tdesign-vue-next/pull/6087))
- `Rate`: 修复`color`属性不支持响应式的问题 @mikasayw ([#6072](https://github.com/Tencent/tdesign-vue-next/pull/6072))
- `Table`: 修复控制台的告警问题 @mikasayw ([#6070](https://github.com/Tencent/tdesign-vue-next/pull/6070))
- `Menu`: 修复父菜单关闭时子菜单状态残留 @RSS1102 ([#6086](https://github.com/Tencent/tdesign-vue-next/pull/6086))
- `Table`: 当未提供 `pageSize` 时确保使用 `defaultPageSize` 大小 @RSS1102 ([#6101](https://github.com/Tencent/tdesign-vue-next/pull/6101))
### 📝 Documentation
- `ImageViewer`: 优化示例页面操作栏被主题生成器遮挡的问题 @liweijie0812 ([#6107](https://github.com/Tencent/tdesign-vue-next/pull/6107))
## 🌈 1.17.1 `2025-10-09`
### 🐞 Bug Fixes
- `Descriptions`: 修复无边框模式下的边距问题 @liweijie0812 ([#6043](https://github.com/Tencent/tdesign-vue-next/pull/6043))
- `Watermark`: 修复 `1.17.0` SSR 场景下构建时报错的问题 @Wesley-0808 ([#6047](https://github.com/Tencent/tdesign-vue-next/pull/6047))
- `Calendar`: 修复了当设定日历的 range 值为同一年内时,终止月份之后的月份选项没有正常禁用的问题 @shumuuu ([#6045](https://github.com/Tencent/tdesign-vue-next/pull/6045))
## 🌈 1.17.0 `2025-09-25`
### 🚀 Features
- `Watermark`: 新增 `layout` API,支持生成不同布局的水印 @Wesley-0808 ([#5991](https://github.com/Tencent/tdesign-vue-next/pull/5991))
- `Icon`:
- `tdesign-icons-vue-next` 发布 `0.4.x` 版本,新增`align-bottom`、`no-result`、`no-result-filled`、 `tree-list`、`wifi-no`、 `wifi-no-filled`、`logo-stackblitz-filled`、`logo-stackblitz`、`logo-wecom-filled` 图标;移除 `video-camera-3`、`video-camera-3-filled`、`list` 图标,此前有依赖以上移除图标升级请注意 ⚠️ @uyarn ([#5968](https://github.com/Tencent/tdesign-vue-next/pull/5968))
- 按需加载方式使用的图标资源支持可变粗细功能,通过`strokeWidth`属性进行配置, 具体使用参考文档和示例 @uyarn ([#5968](https://github.com/Tencent/tdesign-vue-next/pull/5968))
- 按需加载方式使用的图标资源支持多色填充功能,通过`strokeColor` 和 `fillColor` 属性进行配置,具体使用参考文档和示例 @uyarn ([#5968](https://github.com/Tencent/tdesign-vue-next/pull/5968))
- `ImageViewer`: 新增默认 trigger 渲染 ,默认为当前使用的图片作为默认 trigger,降低组件的使用难度,具体参考相关示例改动 @EthanShen10086 ([#5935](https://github.com/Tencent/tdesign-vue-next/pull/5935))
- `Notification`: 新增 `onClose` 事件,用于处理调用 `NotifyPlugin.close()` 的相关回调场景 @baozjj ([#5958](https://github.com/Tencent/tdesign-vue-next/pull/5958))
- `Tabs`: 拖拽至 `draggable = false` 区域时,将不显示可放置状态 @RSS1102 ([#5990](https://github.com/Tencent/tdesign-vue-next/pull/5990))
### 🐞 Bug Fixes
- `Form`: 修复校验规则在多级 name 对应 FormItem 错误触发的问题 @uyarn ([#6022](https://github.com/Tencent/tdesign-vue-next/pull/6022))
- `ImageViewer`: trigger 方法新增传入图片 index 参数,具体使用方法参考示例 @betavs ([#6016](https://github.com/Tencent/tdesign-vue-next/pull/6016))
- `Notification`: 修复调用 `NotifyPlugin.close()` 错误触发 `onCloseBtnClick` 回调的问题 @baozjj ([#5958](https://github.com/Tencent/tdesign-vue-next/pull/5958))
- `QRCode`: 修复初始 value 值为空时,组件无法渲染的问题 @Wesley-0808 ([#5982](https://github.com/Tencent/tdesign-vue-next/pull/5982))
- `Skeleton`: 修复使用 `rowCol` 时,额外渲染 `theme` 默认配置的错误行为 @uyarn ([#6009](https://github.com/Tencent/tdesign-vue-next/pull/6009))
- `Textarea`: 修复内容超长情况下,设置 `autosize` 没有完整自动撑开高度,存在有滚动条的问题 @engvuchen ([#6019](https://github.com/Tencent/tdesign-vue-next/pull/6019))
- `Tree`: 修复自定义 icon 全被设为 open 状态,导致图标颜色错误的问题 @RylanBot ([#5993](https://github.com/Tencent/tdesign-vue-next/pull/5993))
- `TreeSelect`:
- 修复过滤场景下,展开状态节点前置图标没有正常展示的问题 @uyarn ([#6025](https://github.com/Tencent/tdesign-vue-next/pull/6025))
- 修复选中节点后展开状态触发不必要的更新的问题 @uyarn ([#6025](https://github.com/Tencent/tdesign-vue-next/pull/6025))
- `Typography`:
- 修复自定义复制内容无效的问题 @Wesley-0808 ([#5977](https://github.com/Tencent/tdesign-vue-next/pull/5977))
- 修复定义的 `mark` 颜色错误应用于文字颜色 @Wesley-0808 ([#5705](https://github.com/Tencent/tdesign-vue-next/pull/5705))
- `Watermark`: 修复多行图文水印图片配置了灰度时,整个画布内容也会灰度的问题 @Wesley-0808 ([#5991](https://github.com/Tencent/tdesign-vue-next/pull/5991))
- `FakeArrow`: 修复 `overlayStyle` 类型定义错误的问题 @haozang54-source ([#5971](https://github.com/Tencent/tdesign-vue-next/pull/5971))
## 🌈 1.16.1 `2025-09-01`
### 🐞 Bug Fixes
- `Tabs`: 修复`1.16.0` 新增 `TabPanel` onRemove 事件后导致的移除选项时控制台报错的问题 @uyarn ([#5955](https://github.com/Tencent/tdesign-vue-next/pull/5955))
## 🌈 1.16.0 `2025-08-28`
### 🚀 Features
- 新增 `--td-text-color-watermark` 变量, 用于水印等需要透明度的场景 @uyarn ([#5932](https://github.com/Tencent/tdesign-vue-next/pull/5932))
- `Skeleton`: 修复 `theme` 默认值不符合文档描述的问题,需要 `paragraph` 效果升级后手动设置`theme` ⚠️ @liweijie0812 ([#5872](https://github.com/Tencent/tdesign-vue-next/pull/5872))
- `TabPanel`: 新增 `remove` 事件,方便独立 Panel 处理移除后的相关逻辑 @RSS1102 ([#5853](https://github.com/Tencent/tdesign-vue-next/pull/5853))
- `Table`: 新增切换分页后重置滚动条回到顶部的特性 @RSS1102 ([#5885](https://github.com/Tencent/tdesign-vue-next/pull/5885))
- `Tabs`: 将 remove 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ @RSS1102 ([#5853](https://github.com/Tencent/tdesign-vue-next/pull/5853))
### 🐞 Bug Fixes
- `DateRangePicker`:
- 修复`disableTime` 功能异常的问题 @uyarn ([#5940](https://github.com/Tencent/tdesign-vue-next/pull/5940))
- 修复`disableDate` 的函数用法返回参数回调与文档不符的问题,此前有基于错误参数请注意此变更 ⚠️ @uyarn ([#5940](https://github.com/Tencent/tdesign-vue-next/pull/5940))
- `Select`: 修复`tips` API 插槽使用方式的告警问题 @Kalinrun ([#5910](https://github.com/Tencent/tdesign-vue-next/pull/5910))
- `Skeleton`: 修复骨架屏动画 `animation-delay` 属性默认值问题 @anlyyao ([common#2248](https://github.com/Tencent/tdesign-common/pull/2248))
- `Transfer`: 修复 `operation` 传递函数数组渲染错误的问题 @RSS1102 ([#5794](https://github.com/Tencent/tdesign-vue-next/pull/5794))
- `Tree`: 修复树节点开启 `draggable` 后,在 disabled 状态下依旧生效的异常 @RylanBot ([#5914](https://github.com/Tencent/tdesign-vue-next/pull/5914))
- `Watermark`: 修复水印组件因为透明度问题覆盖内容及在 SSR 场景下的使用问题 @uyarn ([#5932](https://github.com/Tencent/tdesign-vue-next/pull/5932))
## 🌈 1.15.5 `2025-08-18`
### 🐞 Bug Fixes
- `DatePicker`: 修复 `1.15.3` 版本中日期范围选择面板年份错误的问题 @uyarn ([#5901](https://github.com/Tencent/tdesign-vue-next/pull/5901))
- `InputNumber`: 修复 `1.15.3` 版本后设置`allowInputOverLimit` 为 false 但未设置最小值的展示异常问题 @YuShengHou ([#5898](https://github.com/Tencent/tdesign-vue-next/pull/5898))
## 🌈 1.15.4 `2025-08-15`
### 🐞 Bug Fixes
- `Textarea`: 修复 `allowInputOverMax` 无法在 `maxcharacter` 配置下生效的问题 @RSS1102 ([#5888](https://github.com/Tencent/tdesign-vue-next/pull/5888))
## 🌈 1.15.3 `2025-08-14`
### 🚀 Features
- `Card`: 新增 `headerClassName`、`headerStyle`、`bodyClassName`、`bodyStyle`、`footerClassName`、`footerStyle`,方便用于定制卡片组件的各部分样式 @An0510 ([#5867](https://github.com/Tencent/tdesign-vue-next/pull/5867))
- `InputNumber`: 当值为 undefined 或 null,且`allowInputOverLimit`为 false 时,需重置为最小值 @dhj-l ([#5881](https://github.com/Tencent/tdesign-vue-next/pull/5881))
### 🐞 Bug Fixes
- `Cascader`: 修复可过滤场景下,鼠标移入下拉面板后展现异常的缺陷 @byrdkm17 ([#5866](https://github.com/Tencent/tdesign-vue-next/pull/5866))
- `ColorPicker`: 修复 `popupProps.onVisibleChange` 回调函数不执行的问题 @RylanBot ([#5839](https://github.com/Tencent/tdesign-vue-next/pull/5839))
- `DatePicker`: 优化年份选择模式下选择同面板年份后面板内容的展示效果 @uyarn ([#5882](https://github.com/Tencent/tdesign-vue-next/pull/5882))
- `Input`: 修复中文输入法激活时回车触发 `onEnter` 事件的问题 @dhj-l ([#5862](https://github.com/Tencent/tdesign-vue-next/pull/5862))
- `QRCode`: 修复 `type='svg'` 时 `value` 值变化而二维码未刷新的问题 @RSS1102 ([#5864](https://github.com/Tencent/tdesign-vue-next/pull/5864))
- `Select`: 修复 `1.15.2` 版本中控制台关于 `size` 属性的告警问题 @RSS1102 ([#5844](https://github.com/Tencent/tdesign-vue-next/pull/5844))
- `SelectInput`: 修复删除标签时组件闪烁的问题 @novlan1 ([#5868](https://github.com/Tencent/tdesign-vue-next/pull/5868))
- `Typography`: 修复 Title 组件无法使用 `class` 的问题 @Wesley-0808 ([#5842](https://github.com/Tencent/tdesign-vue-next/pull/5842))
- `Checkbox`: 修复点击之后 `onClick` 事件触发两次的问题 @RSS1102 ([#5825](https://github.com/Tencent/tdesign-vue-next/pull/5825))
### 📈 Performance
- `Statistic`: 修改 `color` 属性类型为字符串,以支持任何 [CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) 支持的颜色值 @RSS1102 ([#5843](https://github.com/Tencent/tdesign-vue-next/pull/5843))
### 📝 Documentation
- `Table`: 完善 `scrollToElement` 函数参数说明 @YuShengHou ([#5870](https://github.com/Tencent/tdesign-vue-next/pull/5870))
## 🌈 1.15.2 `2025-07-31`
### 🚀 Features
- `DateRangePicker`: 支持 `needConfirm` API @uyarn ([#5795](https://github.com/Tencent/tdesign-vue-next/pull/5795))
### 🐞 Bug Fixes
- `ColorPicker`:
- 修复设置 `swatch-colors` 值为 `null` 时功能异常的问题 @betavs ([#5793](https://github.com/Tencent/tdesign-vue-next/pull/5793))
- 减少颜色跨色彩空间的多次转换,降低误差 @RylanBot ([#5814](https://github.com/Tencent/tdesign-vue-next/pull/5814))
- `Menu`: 修复顶部菜单在`expandType=popup`模式下子组件存在多层封装后无法正常高亮的问题 @uyarn ([#5821](https://github.com/Tencent/tdesign-vue-next/pull/5821))
- `PopConfirm`: 修复当初始 `visible` 为 true 时,点击外部区域时弹窗不关闭的问题 @RSS1102 ([#5790](https://github.com/Tencent/tdesign-vue-next/pull/5790))
- `Popup`: 修复当初始 `visible` 为 true 时,点击外部区域时弹窗不关闭的问题 @RSS1102 ([#5790](https://github.com/Tencent/tdesign-vue-next/pull/5790))
- `Select`: 修复 Form 设置为 disabled 或 readonly 时,多选选项仍可删除的错误 @An0510 ([#5775](https://github.com/Tencent/tdesign-vue-next/pull/5775))
- `DatePicker`: 修复单周模式下切换年份时高亮仍显示的问题 @baozjj ([#5812](https://github.com/Tencent/tdesign-vue-next/pull/5812))
- `Descriptions`: 修复无边框模式下左右内边距的异常问题 @liweijie0812 ([common#2219](https://github.com/Tencent/tdesign-common/pull/2219))
- `Select`: 错误删除选项中不存在的标签 @RSS1102 ([#5781](https://github.com/Tencent/tdesign-vue-next/pull/5781))
- `Table`:
- 修复表格非多选模式,按`A`键触发全选的问题 @liweijie0812 ([#5809](https://github.com/Tencent/tdesign-vue-next/pull/5809))
- 修复 `resizable` 开启时,列边框线引起的列名内容移动的问题 @QuentinHsu ([common#2224](https://github.com/Tencent/tdesign-common/pull/2224))
- `Watermark`: 修复深色模式下,文字水印内容显示不明显的问题 @liweijie0812 ([#5782](https://github.com/Tencent/tdesign-vue-next/pull/5782))
## 🌈 1.15.1 `2025-07-18`
### 🚀 Features
- `QRCode`: 增加编辑器代码提示 @liweijie0812 ([#5758](https://github.com/Tencent/tdesign-vue-next/pull/5758))
## 🌈 1.15.0 `2025-07-17`
### 🚀 Features
- `QRCode`: 新增 `QRCode` 二维码组件,通过 `unplugin` 插件按需引入,安装 `@tdesign-vue-next/auto-import-resolver`,导入 `TDesignResolver` 改为 `import { TDesignResolver } from '@tdesign-vue-next/auto-import-resolver';` @Wesley-0808 ([#5719](https://github.com/Tencent/tdesign-vue-next/pull/5719))
- `Variables`: `--td-font-size-title-large` 从 `20px` 调整为 `18px`, 新增 `--td-font-size-title-extraLarge` 变量,值为 `20px`,此前有使用此变量,请注意此变更 ⚠️ @uyarn ([#5752](https://github.com/Tencent/tdesign-vue-next/pull/5752))
- `SelectInput`: 支持单选模式下可输入功能与自定义展示内容 `valueDisplay` 的配合使用,`Select`、`TreeSelect`、`Cascader` 等组件此功能同样支持;此功能可能影响单选下 `valueDisplay` 使用的场景,升级请注意此变更 ⚠️ @uyarn ([#5751](https://github.com/Tencent/tdesign-vue-next/pull/5751))
- `Helper`: 修复代码提示中缺失 `SwiperItem` 类型和相关提示的问题,同时更新组件的 API 相关信息 @liweijie0812 ([#5722](https://github.com/Tencent/tdesign-vue-next/pull/5722))
- `Locale`: 支持内置多语言的英文版本的单复数场景正常展示 @YunYouJun ([#5680](https://github.com/Tencent/tdesign-vue-next/pull/5680))
- `PaginationMini`: 优化提示文案展示 @baozjj ([#5670](https://github.com/Tencent/tdesign-vue-next/pull/5670))
- `Upload`: 上传图片风格新增 `trigger` API,用于自定义触发上传的内容 @D-xuanmo ([#5678](https://github.com/Tencent/tdesign-vue-next/pull/5678))
### 🐞 Bug Fixes
- `Cascader`: 优化点击非叶子节点选项的部分区域错误触发选中的问题 @uyarn ([#5748](https://github.com/Tencent/tdesign-vue-next/pull/5748))
- `Checkbox`: 修复全选功能在只读或禁用选项,但已选中场景下的功能问题 @uyarn ([#5749](https://github.com/Tencent/tdesign-vue-next/pull/5749))
- `DatePicker`: 处理多选情况下周和季度模式的标签删除异常的问题 @betavs ([#5732](https://github.com/Tencent/tdesign-vue-next/pull/5732))
- `DateRangePickerPanel`: 修复 `onCellClick` 在初始为空时返回值不正确的问题 @Kyle-Alpha ([#5681](https://github.com/Tencent/tdesign-vue-next/pull/5681))
- `DrawerPlugin`: 修复返回值类型 @Cat1007 ([#5679](https://github.com/Tencent/tdesign-vue-next/pull/5679))
- `Input`: 优化不同尺寸下 `prefixIcon` 没有跟随变化的问题 @uyarn ([#5752](https://github.com/Tencent/tdesign-vue-next/pull/5752))
- `InputAdornment`: 修复透传原生属性无效的问题 @cfool ([#5726](https://github.com/Tencent/tdesign-vue-next/pull/5726))
- `Loading`: 修复在 `iPadOS` 的微信中图标位置错误的问题 @Nero978 ([#5717](https://github.com/Tencent/tdesign-vue-next/pull/5717))
- `Upload`: 增强对 `.jpg` 文件类型的支持 @QuentinHsu ([#5754](https://github.com/Tencent/tdesign-vue-next/pull/5754))
## 🌈 1.14.2 `2025-06-30`
### 🐞 Bug Fixes
- `Alert`: 优化 `max-line` 开启后,未过滤注释节点导致折叠按钮误判的问题 @baozjj ([#5650](https://github.com/Tencent/tdesign-vue-next/pull/5650))
- `Button`: 修复 `form` 属性不生效的问题 @uyarn ([#5676](https://github.com/Tencent/tdesign-vue-next/pull/5676))
- `Message`: 修复 `1.14.0` 后由于 createVNode 替代 createApp 导致 message 实例重复创建,`closeAll` 功能异常的问题 @baozjj ([#5669](https://github.com/Tencent/tdesign-vue-next/pull/5669))
### 📝 Documentation
- `主题生成器`: 修复站点受主题生成器影响深色模式下 box-shadow 展示异常的问题 @liweijie0812
## 🌈 1.14.1 `2025-06-27`
### 🐞 Bug Fixes
- `Select`:
- 修复多选远程搜索场景下, 当前选中项不存在 options 内时,placeholder 展示异常的问题 @uyarn ([#5660](https://github.com/Tencent/tdesign-vue-next/pull/5660))
- 修复多选远程搜索场景下,当前选中项不存在 options 内时,删除选项功能异常的问题 @uyarn ([#5660](https://github.com/Tencent/tdesign-vue-next/pull/5660))
## 🌈 1.14.0 `2025-06-26`
### 🚀 Features
- `Alert`: 新增 `closeBtn` API,与其他组件保持一致,`close` 将在未来版本废弃,请尽快调整为`closeBtn` 使用 @ngyyuusora ([#5621](https://github.com/Tencent/tdesign-vue-next/pull/5621))
- `DialogPlugin`: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `DrawerPlugin`: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `LoadingPlugin`: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `MessagePlugin`: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `NotificationPlugin`: 新增支持 appContext 的绑定和传入,用于支持在插件场景中使用 router 或全局指令的场景 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `Popup`: 优化浮层箭头在空间不足场景下没有跟随浮层进行偏移,导致箭头位置不准确的问题 @Cat1007 ([#5038](https://github.com/Tencent/tdesign-vue-next/pull/5038))
- `Select`: 远程搜索场景中,支持直接使用 `valueType= value` 的场景保留已选中 option 的数据进行展示,具体可参考示例代码 @RSS1102 ([#5638](https://github.com/Tencent/tdesign-vue-next/pull/5638))
- `Tree`:
- 多选场景下每个节点新增 hover 提示,与单选场景保持一致 @RSS1102 ([#5632](https://github.com/Tencent/tdesign-vue-next/pull/5632))
- 修复点击选项的展开按钮错误触发 `onClick` 事件的问题,此前有基于此异常逻辑实现相关功能的业务请注意此变更 ⚠️ @Soya-xy ([#5512](https://github.com/Tencent/tdesign-vue-next/pull/5512))
### 🐞 Bug Fixes
- `Cascader`: 修复 `valueType="full"` ,value 为 undefined 时组件内部报错的问题 @liweijie0812 ([#5581](https://github.com/Tencent/tdesign-vue-next/pull/5581))
- `ColorPicker`: 修复渐变模式下点击滑块添加色点时定位错误的问题 @betavs ([#5565](https://github.com/Tencent/tdesign-vue-next/pull/5565))
- `DialogPlugin`: 修复插件用法 `destroyOnClose` 表现不正常的问题 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `DrawerPlugin`: 修复插件用法 `destroyOnClose` 表现不正常的问题 @Cat1007 ([#5559](https://github.com/Tencent/tdesign-vue-next/pull/5559))
- `Form`: 修复 `id` 属性不生效的问题 @zhangpaopao0609 ([#5640](https://github.com/Tencent/tdesign-vue-next/pull/5640))
- `Popup`: 修复当 `triggerElement` 为字符串类型时,不能正常用于元素选择器的异常 @uyarn ([#5651](https://github.com/Tencent/tdesign-vue-next/pull/5651))
- `Select`: 添加 `selectInputProps` 透传多选属性到 `valueDisplay` @RSS1102 ([#5594](https://github.com/Tencent/tdesign-vue-next/pull/5594))
- `Textarea`: 优化滚动条的样式问题 @RSS1102 ([#5647](https://github.com/Tencent/tdesign-vue-next/pull/5647))
- `TimeRangePicker`: 修复点击面板确定按钮未重置非法格式输入的问题 @QuentinHsu ([#5622](https://github.com/Tencent/tdesign-vue-next/pull/5622))
### 📝 Documentation
- `Alert`: 优化 Alert 演示交互,在关闭后显示“显示 Alert”按钮以恢复显示 @baozjj ([#5646](https://github.com/Tencent/tdesign-vue-next/pull/5646))
## 🌈 1.13.2 `2025-06-04`
### 🐞 Bug Fixes
- `ColorPicker`: 修复 `onChange` 和 `onRecentChange` 回调失效的问题 @RylanBot ([#5545](https://github.com/Tencent/tdesign-vue-next/pull/5545))
- `Input`: 修复输入框在 `composition` 方法中主动失去焦点后,丢失响应式的问题 @QuentinHsu ([#5538](https://github.com/Tencent/tdesign-vue-next/pull/5538))
- `InputNumber`: 修复开启`decimalPlaces`后输入因进位导致展示差异的问题 @QuentinHsu ([#5522](https://github.com/Tencent/tdesign-vue-next/pull/5522))
- `Select`: 修复 `1.13.1` 版本中多选场景不存在选项中的值不能正常展示的问题 @RSS1102 ([#5553](https://github.com/Tencent/tdesign-vue-next/pull/5553))
- `Table`: 优化关闭列配置弹窗时,选择列数据与所展示列数据不一致的问题 @RSS1102 ([#5546](https://github.com/Tencent/tdesign-vue-next/pull/5546))
### 🚧 Others
- `Drawer`: 修复 `cancelBtn` 和 `confirmBtn` 的类型缺失`null` 类型声明的问题 @RSS1102 ([#5555](https://github.com/Tencent/tdesign-vue-next/pull/5555))
## 🌈 1.13.1 `2025-05-29`
### 🚀 Features
- `ConfigProvider`: `FormConfig` 新增 `requiredMarkPosition`,用于全局配置`requiredMark`的位置 @Wesley-0808 ([#5510](https://github.com/Tencent/tdesign-vue-next/pull/5510))
- `Progress`: 当 `theme=plump` 时,当进度条填色区域大小足够容下百分比内容时,内容自动将显示于进度条填色区域内,否则将显示于进度条填色区域的右侧,具体呈现请参考文档示例 @RSS1102 @Soya-xy ([#5460](https://github.com/Tencent/tdesign-vue-next/pull/5460))
- `Select`: `valueDisplay` 参数 `value` 返回完整选项内容,用于使用其他参数进行展示定制的场景 @RSS1102 ([#5509](https://github.com/Tencent/tdesign-vue-next/pull/5509))
### 🐞 Bug Fixes
- `Dropdown`: 修复默认下拉菜单样式存在额外边距的展示问题 @QuentinHsu ([common#2151](https://github.com/Tencent/tdesign-common/pull/2151))
- `Progress`: 修复声明`label`参数后不能正常展示默认 `label` 的异常 @Soya-xy @l123wx ([#5507](https://github.com/Tencent/tdesign-vue-next/pull/5507)) ([#5517](https://github.com/Tencent/tdesign-vue-next/pull/5517))
- `Select`: 修复多选模式下,存在不可选的选项已在选中项中时,仍可通过标签按钮和键盘删除的缺陷 @Wesley-0808 ([#5488](https://github.com/Tencent/tdesign-vue-next/pull/5488))
- `Transfer`: 优化动态加载数据场景下的组件报错问题 @Wesley-0808 ([#5475](https://github.com/Tencent/tdesign-vue-next/pull/5475))
- `MessagePlugin`: 修复插件调用场景下,`attach` 所在节点被清空后,新的 `message` 无法显示的问题 @MrElvin ([#5477](https://github.com/Tencent/tdesign-vue-next/pull/5477))
### 🚧 Others
- 全局处理同时存在`Boolean`和`Slot`方式的 API 在声明 API 后无法正常展示默认渲染节点的问题 @Soya-xy ([#5507](https://github.com/Tencent/tdesign-vue-next/pull/5507))
- 优化插槽方法的判断兼容更多组件类型的使用 @uyarn ([#5521](https://github.com/Tencent/tdesign-vue-next/pull/5521))
## 🌈 1.13.0 `2025-05-14`
### 🚀 Features
- `ColorPicker`: @RylanBot ([#5319](https://github.com/Tencent/tdesign-vue-next/pull/5319)) 使用渐变模式的业务请注意此变更 ⚠️
- 自动根据「触发器 / 最近颜色 / 预设颜色」的色值进行切换单色和渐变模式
- 只开启渐变模式时,过滤「预设颜色 / 当前颜色」中的非渐变色值
- 新增 format `HEX8`,移除 `HSB`
- `Dialog`: 新增 `lazy` API , 打开此配置默认不直接渲染 Dialog, 用于懒加载的场景,此前有依赖 `destroyOnClose` 实现初始化不加载的业务请注意此变更 ⚠️ @RSS1102 ([#5307](https://github.com/Tencent/tdesign-vue-next/pull/5307))
- `Drawer`: 新增 `lazy` API , 打开此配置默认不直接渲染 Drawer,用于懒加载的场景 @RSS1102,此前有依赖 `destroyOnClose` 实现初始化不加载的业务请注意此变更 ⚠️ ([#5375](https://github.com/Tencent/tdesign-vue-next/pull/5375))
- `TagInput`: 优化可拖拽调整位置状态下,鼠标光标显示为移动样式 @liweijie0812 ([#5424](https://github.com/Tencent/tdesign-vue-next/pull/5424))
- `TimePicker`: 新增`onConfirm` 和`onClear` 回调方法 @Wesley-0808 ([#5349](https://github.com/Tencent/tdesign-vue-next/pull/5349))
### 🐞 Bug Fixes
- `Breadcrumb`: 修复 `1.12.0` 版本改动导致的响应式和控制台告警的问题 @Wesley-0808 ([#5414](https://github.com/Tencent/tdesign-vue-next/pull/5414))
- `Cascader`:
- 修复下拉面板默认存在边距的问题 @reallimengzhe ([#5427](https://github.com/Tencent/tdesign-vue-next/pull/5427))
- 修复选项存在超长文字时,在不同尺寸下显示异常的问题 @Shabi-x @uyarn ([#5373](https://github.com/Tencent/tdesign-vue-next/pull/5373))
- `ColorPicker`: @RylanBot
- 修复添加最近使用颜色功能异常的问题 ([#5428](https://github.com/Tencent/tdesign-vue-next/pull/5428))
- 开启透明通道时的返回值格式化异常 ([#5319](https://github.com/Tencent/tdesign-vue-next/pull/5319))
- `Comment`: 插槽内容渲染错误 @QuentinHsu ([#5446](https://github.com/Tencent/tdesign-vue-next/pull/5446))
- `DatePicker`: 修复 `label` 插槽无效的问题 @RSS1102 ([#5393](https://github.com/Tencent/tdesign-vue-next/pull/5393))
- `DateRangePicker`: 修复缺少 `readonly` 类型定义的问题 @Wesley-0808 ([#5430](https://github.com/Tencent/tdesign-vue-next/pull/5430))
- `Drawer`: 修复 `DrawerPlugin` 返回实例类型错误的问题 @Wesley-0808 ([#5444](https://github.com/Tencent/tdesign-vue-next/pull/5444))
- `RadioGroup`: @betavs ([#5417](https://github.com/Tencent/tdesign-vue-next/pull/5417))
- 修复阻止默认行为时机错误导致无法正确输入空格的问题
- 修复键盘操作时重复触发 `onChange` 事件的问题
- `Select`: 修复 `valueType` 为 `object` 且与 `keys` 同时设置时,选择绑定值错误的问题 @morningbao ([#5374](https://github.com/Tencent/tdesign-vue-next/pull/5374))
- `Space`:
- 修复嵌套组件情况下,样式被错误应用的问题 @RylanBot ([#5418](https://github.com/Tencent/tdesign-vue-next/pull/5418))
- 修复`fragment`虚拟节点未展开的问题 @QuentinHsu ([#5388](https://github.com/Tencent/tdesign-vue-next/pull/5388))
- 修复`Teleport`结构意外渲染为`SpaceItem`节点,导致额外占用间距的问题 @QuentinHsu ([#5388](https://github.com/Tencent/tdesign-vue-next/pull/5388))
- `Tag`: 修复 `max-width` 未设置不渲染 `title` 属性的问题 @betavs ([#5413](https://github.com/Tencent/tdesign-vue-next/pull/5413))
- `Textarea`: 修复 `autosize` 模式下初始高度计算不正确的问题 @RSS1102 ([#5451](https://github.com/Tencent/tdesign-vue-next/pull/5451))
- `Keyboard`: 修复 `Dialog`、 `Drawer` 或 `其他弹窗组件` 组合使用场景,使用`ESC`按键关闭弹窗冲突的问题 @Wesley-0808 ([#5143](https://github.com/Tencent/tdesign-vue-next/pull/5143))
### 🚧 Others
- `TagInput`: 优化 `TagInput` 处理空值的逻辑 @yuhengshen ([#5357](https://github.com/Tencent/tdesign-vue-next/pull/5357))
## 🌈 1.12.0 `2025-04-24`
### 🚀 Features
- `Breadcrumb`: 新增 `ellipsis`、`maxItems`、`itemsAfterCollapse`、`itemsBeforeCollapse` 相关 API,用于折叠面包屑的场景,具体使用请参考文档示例 @Wesley-0808 ([#5261](https://github.com/Tencent/tdesign-vue-next/pull/5261))
- `ColorPicker`: 新增 `onClear` 清除按钮事件回调 @mikasayw ([#5109](https://github.com/Tencent/tdesign-vue-next/pull/5109))
- `DatePicker`: 新增 `readonly` 属性,用于只读配置 @mikasayw ([#5293](https://github.com/Tencent/tdesign-vue-next/pull/5293))
- `Drawer`:
- 新增 `DrawerPlugin`,支持`插件函数式`调用 @Wesley-0808 ([#5067](https://github.com/Tencent/tdesign-vue-next/pull/5067))
- 新增 `drawerClassName` API,用于定义抽屉本身的相关类名 @Wesley-0808 ([#5067](https://github.com/Tencent/tdesign-vue-next/pull/5067))
- `Form`: 新增 `requiredMarkPosition`,可定义必填符号的位置 @Wesley-0808 ([#5223](https://github.com/Tencent/tdesign-vue-next/pull/5223))
- `Icon`: 新增 `logo-miniprogram` 小程序、`logo-cnb` 云原生构建、`seal` 印章、`quote` 引号等图标 @taowensheng1997 @uyarn @RADWIMPS426 ([#5355](https://github.com/Tencent/tdesign-vue-next/pull/5355))
- `Select`: 取消勾选面板中的已选项时触发 `remove` 事件回调 @QuentinHsu ([#5333](https://github.com/Tencent/tdesign-vue-next/pull/5333))
- `Swiper`: 新增 `cardScale`,支持自定义卡片模式下的缩放比例 @joinmouse ([#5272](https://github.com/Tencent/tdesign-vue-next/pull/5272))
- `Upload`: `image-flow` 模式下支持自定义错误文本 @ngyyuusora ([#5326](https://github.com/Tencent/tdesign-vue-next/pull/5326))
### 🐞 Bug Fixes
- `ColorPicker`: 修复切换颜色无效的问题 @mikasayw ([#5282](https://github.com/Tencent/tdesign-vue-next/pull/5282))
- `Drawer`: 优化拖拽调整大小的过程中,Drawer 页内容会被选中的问题 @joinmouse ([#5233](https://github.com/Tencent/tdesign-vue-next/pull/5233))
- `DatePicker`: 修复 `readonly`为 `true` 时, `clearable` 仍然生效的问题 @xiaojueshi ([#5303](https://github.com/Tencent/tdesign-vue-next/pull/5303)) ([#5305](https://github.com/Tencent/tdesign-vue-next/pull/5305))
- `InputNumber`:
- 修复`tips`插槽重复渲染的问题 @mikasayw ([#5286](https://github.com/Tencent/tdesign-vue-next/pull/5286))
- 优化数字输入框的边界问题 @Sight-wcg([#5358](https://github.com/Tencent/tdesign-vue-next/pull/5358))
- `Menu`: 修复 `menu-item` 的 `onClick` 事件触发两次的问题 @RSS1102 ([#5235](https://github.com/Tencent/tdesign-vue-next/pull/5235))
- `Select`:
- 修复 `tips` 插槽无效的问题 @liweijie0812 ([#5250](https://github.com/Tencent/tdesign-vue-next/pull/5250))
- 修复当 `check-all` 为空字符串时的效果异常的问题 @betavs ([#5221](https://github.com/Tencent/tdesign-vue-next/pull/5221))
- 修复`1.11.x`版本中,未设置 `label` 时选项展示异常的问题 @RSS1102 ([#5257](https://github.com/Tencent/tdesign-vue-next/pull/5257))
- 修复多选场景下 `onEnter` 回调参数丢失的问题,同时保持多选单选回车交互逻辑一致 @uyarn ([#5361](https://github.com/Tencent/tdesign-vue-next/pull/5361))
- 修复 `keys` 属性配置 `content` 作为 value 时不生效问题 @hello-ishine ([#5199](https://github.com/Tencent/tdesign-vue-next/pull/5199))
- `Table`:
- 修复当 `reserveSelectedRowOnPaginate` 为`false` 时,没有正确返回全选当前页数据的问题 @RSS1102 ([#5248](https://github.com/Tencent/tdesign-vue-next/pull/5248))
- 修复 column 的 `checkProps` 未配置导致的点击行选中行为异常的问题 @uyarn ([#5362](https://github.com/Tencent/tdesign-vue-next/pull/5362))
- `Select`: 修复多选场景下无法通过键盘操作选中全选选项的问题 @uyarn ([#5361](https://github.com/Tencent/tdesign-vue-next/pull/5361))
- `Swiper`: 优化默认容器高度,避免 navigator 位置异常的问题 @uyarn ([#5278](https://github.com/Tencent/tdesign-vue-next/pull/5278))
- `Tabs`:
- 优化路由切换过程中,Tabs 未初始化出现卸载错误的场景 @RSS1102 ([#5359](https://github.com/Tencent/tdesign-vue-next/pull/5359))
- 优化选项卡存在超长 label 时的滑动效果 @wonkzhang([#5316](https://github.com/Tencent/tdesign-vue-next/pull/5316))
- `Textarea`: 调整 focus 时机延迟到组件完全渲染之后 @RSS1102 ([#5153](https://github.com/Tencent/tdesign-vue-next/pull/5153))
- `TreeSelect`: 修复当 `valueType='object'` 时无初始化选中数据时产生意外错误 @RSS1102 ([#5322](https://github.com/Tencent/tdesign-vue-next/pull/5322))
### 📝 Documentation
- `Swiper`: 优化组件跳转沙箱演示缺失示例样式的问题 @uyarn ([#5278](https://github.com/Tencent/tdesign-vue-next/pull/5278))
- `Dialog`: 优化文档内容,统一内容描述 @Wesley-0808 ([#5067](https://github.com/Tencent/tdesign-vue-next/pull/5067))
## 🌈 1.11.5 `2025-03-25`
### 🐞 Bug Fixes
- `Table`:
- 修复表格内容未渲染时,设置 `drag-sort` 拖动事件报错的问题 @RSS1102 ([#5224](https://github.com/Tencent/tdesign-vue-next/pull/5224))
- 修复 `Table` 展开的详细内容文字无法被选中的问题 @RSS1102 ([#5224](https://github.com/Tencent/tdesign-vue-next/pull/5224))
- 修复可选中行表格在火狐浏览器中的样式异常问题 @uyarn([#5225](https://github.com/Tencent/tdesign-vue-next/pull/5225))
- `Menu`: 修复 `menu-item` 的 `props` 中 `to` 定义时缺少 `string` 类型的问题 @calandnong ([#5198](https://github.com/Tencent/tdesign-vue-next/pull/5198))
- `TreeSelect`: 修复 `panelTopContent` 和 `panelBottomContent` 的定义缺失问题 @uyarn ([#5220](https://github.com/Tencent/tdesign-vue-next/pull/5220))
- `Bundle`: 修复`1.11.0` 版本的 `esm` 产物的使用问题 @zhangpaopao0609 ([#5192](https://github.com/Tencent/tdesign-vue-next/pull/5192))
## 🌈 1.11.4 `2025-03-15`
### 🚀 Features
- `Button`: 默认 `shape` 补充相关类名,方便相关定制 @Saraph1nes ([#5187](https://github.com/Tencent/tdesign-vue-next/pull/5187))
### 🐞 Bug Fixes
- `Table` : 修复 `1.11.3` 版本中浮层向上状态时的箭头位置异常问题 @uyarn ([common#2088](https://github.com/Tencent/tdesign-common/pull/2088))
- `Plugin`: 修复 `WebStorm` 中 DescriptionsItem 组件的提示问题 @liweijie0812 ([#5182](https://github.com/Tencent/tdesign-vue-next/pull/5182))
## 🌈 1.11.3 `2025-03-13`
### 🚀 Features
- `ConfigProvider`: 新增支持 `@tdesign-vue-next/chat` 的国际化配置能力 @uyarn @zydemail
([#5179](https://github.com/Tencent/tdesign-vue-next/pull/5179))
### 🐞 Bug Fixes
- `Dialog`: 修复自定义 `cancelBtn` 文本时仍保留 `t-dialog__cancel` 样式问题 @RSS1102 ([#5157](https://github.com/Tencent/tdesign-vue-next/pull/5157))
- `Table`: 修复表格内容未渲染时,设置`drag-sort` 拖动事件报错的问题 @Wesley-0808 ([#5140](https://github.com/Tencent/tdesign-vue-next/pull/5140))
- `Select`: 修复使用 `filter` 时无需设置 `filterable` @RSS1102 ([#5169](https://github.com/Tencent/tdesign-vue-next/pull/5169))
- `DatePicker`: 修复日期禁用范围错误 @RSS1102 ([#5119](https://github.com/Tencent/tdesign-vue-next/pull/5119))
- `ColorPicker`: 修复点击清除按钮未触发 `onChange` 回调问题 @wakisun ([#5111](https://github.com/Tencent/tdesign-vue-next/pull/5111))
- `Select`: 修复当 `valueType = 'object'` 时,在有已选择数据的情况下筛选数据,全选产生错误 Tag 显示的问题。 @RSS1102 ([#5167](https://github.com/Tencent/tdesign-vue-next/pull/5167))
- `DatePicker`: 修复 `prefixIcon` 插槽告警的问题 @uyarn ([#5179](https://github.com/Tencent/tdesign-vue-next/pull/5179))
- `Bundle` : 修复产物中部分类型文件路径异常的问题 @zhangpaopao0609 ([#5174](https://github.com/Tencent/tdesign-vue-next/pull/5174))
## 🌈 1.11.2 `2025-03-05`
### 🚀 Features
- `ImageViewer`: 新增`imageReferrerpolicy`API,适用于配置 Referrerpolicy 的场景 @Wesley-0808 ([#5134](https://github.com/Tencent/tdesign-vue-next/pull/5134))
- `ImageViewer`: 新增`onDownload`API,用于自定义下载回调 @Wesley-0808 ([#5134](https://github.com/Tencent/tdesign-vue-next/pull/5134))
### 🐞 Bug Fixes
- `Dialog`: 修复`1.11.0`版本`footer`内容不能动态变更的问题 @Wesley-0808 ([#5152](https://github.com/Tencent/tdesign-vue-next/pull/5152))
### 🚧 Others
- `helper`: 修复部分组件在 `Webstorm` 提示异常的问题 @liweijie0812 ([#5136](https://github.com/Tencent/tdesign-vue-next/pull/5136))
## 🌈 1.11.1 `2025-03-01`
### 🐞 Bug Fixes
- `bundle`: 修复`1.11.0`版本 `cjs` 产物的依赖报错问题 @uyarn ([#5116](https://github.com/Tencent/tdesign-vue-next/pull/5116))
- `List`: 修复`1.11.0`版本`scrollTo`实例方法异常的问题 @uyarn ([#5117](https://github.com/Tencent/tdesign-vue-next/pull/5117))
- `Dialog`: 修复`1.11.0`版本控制台报错问题 @Wesley-0808 ([#5126](https://github.com/Tencent/tdesign-vue-next/pull/5126))
- `Table`: 修复按下`Ctrl C`复制快捷键导致清空选中行的问题 @Wesley-0808 ([#5124](https://github.com/Tencent/tdesign-vue-next/pull/5124))
## 🌈 1.11.0 `2025-02-27`
### 🚀 Features
- `AutoComplete`: 新增 `empty` API,用于配置空状态下的下拉内容展示 @liweijie0812 ([#4908](https://github.com/Tencent/tdesign-vue-next/pull/4908))
- `Dialog`: 新增`dialogCard`组件,用于非脱离文档流场景 @Wesley-0808 ([#5002](https://github.com/Tencent/tdesign-vue-next/pull/5002))
- `Table`: 新增`validateTableCellData`实例方法,用于校验表格可编辑单元格数据 @Wesley-0808 ([#5105](https://github.com/Tencent/tdesign-vue-next/pull/5105))
### 🐞 Bug Fixes
- `Select`:
- 默认搜索方法优先展示全等项 @Cat1007 ([#5051](https://github.com/Tencent/tdesign-vue-next/pull/5051))
- 多选情况下点击清除按钮重复触发 `change` 事件的问题 @betavs ([#5092](https://github.com/Tencent/tdesign-vue-next/pull/5092))
- 修复可过滤场景下存在全选选项时,全选行为的异常 @RSS1102 @uyarn ([#5104](https://github.com/Tencent/tdesign-vue-next/pull/5104))
- `Tree`: 修复动态切换 `expandAll` 的功能异常问题 @RSS1102 ([#4988](https://github.com/Tencent/tdesign-vue-next/pull/4988))
- `Form`: 修复 `status` 属性没有应用到校验状态上的问题 @RSS1102 ([#5008](https://github.com/Tencent/tdesign-vue-next/pull/5008))
- `Statistic`: 修复 decimalPlaces=0 时数值动画期间精度错误的问题 @liweijie0812 ([#5055](https://github.com/Tencent/tdesign-vue-next/pull/5055))
- `TreeSelect`: 首次渲染时自动展开选定节点 @RSS1102 ([#5003](https://github.com/Tencent/tdesign-vue-next/pull/5003))
### 📝 Documentation
- `docs`: `ConfigProvider` 增加 `globalConfig` API 文档,`Layout` 子组件 `Content` 新增 API 文档 @liweijie0812 ([#5090](https://github.com/Tencent/tdesign-vue-next/pull/5090))
- `docs`: 全局配置页面路由修改为`config-provider`,与其他组件保持一致 @liweijie0812 ([#5090](https://github.com/Tencent/tdesign-vue-next/pull/5090))
### 🚧 Others
- `plugin`: 新增`ConfigProvider`、`Typography` 等组件的编辑器提示功能 @liweijie0812 ([#5090](https://github.com/Tencent/tdesign-vue-next/pull/5090))
- `dependency`: 调整组件依赖 `lodash` 为 `lodash-es` @zhangpaopao0609 ([#4959](https://github.com/Tencent/tdesign-vue-next/pull/4959))
## 🌈 1.10.7 `2025-01-24`
### 🚀 Features
- `Icon`: 新增`logo-alipay`、`logo-behance-filled`等图标,修改`logo-wecom`图标,移除不合理的`logo-wecom-filled`图标 @uyarn ([#4926](https://github.com/Tencent/tdesign-vue-next/pull/4926))
- `Table`: 支持 `scrollToElemen