Skip to content

Commit 010efea

Browse files
chore: release tdesign-vue-next 1.11.3 (#5180)
* chore: up tdesign-vue-next version to 1.11.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fffc99b commit 010efea

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/tdesign-vue-next/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.11.3 `2025-03-13`
9+
### 🚀 Features
10+
- `ConfigProvider`: 新增支持 `@tdesign-vue-next/chat` 的国际化配置能力 @uyarn @zydemail
11+
([#5179](https://github.com/Tencent/tdesign-vue-next/pull/5179))
12+
### 🐞 Bug Fixes
13+
- `Dialog`: 修复自定义 `cancelBtn` 文本时仍保留 `t-dialog__cancel` 样式问题 @RSS1102 ([#5157](https://github.com/Tencent/tdesign-vue-next/pull/5157))
14+
- `Table`: 修复表格内容未渲染时,设置`drag-sort` 拖动事件报错的问题 @Wesley-0808 ([#5140](https://github.com/Tencent/tdesign-vue-next/pull/5140))
15+
- `Select`: 修复使用 `filter` 时无需设置 `filterable` @RSS1102 ([#5169](https://github.com/Tencent/tdesign-vue-next/pull/5169))
16+
- `DatePicker`: 修复日期禁用范围错误 @RSS1102 ([#5119](https://github.com/Tencent/tdesign-vue-next/pull/5119))
17+
- `ColorPicker`: 修复点击清除按钮未触发 `onChange` 回调问题 @wakisun ([#5111](https://github.com/Tencent/tdesign-vue-next/pull/5111))
18+
- `Select`: 修复当 `valueType = 'object'` 时,在有已选择数据的情况下筛选数据,全选产生错误 Tag 显示的问题。 @RSS1102 ([#5167](https://github.com/Tencent/tdesign-vue-next/pull/5167))
19+
- `DatePicker`: 修复 `prefixIcon` 插槽告警的问题 @uyarn ([#5179](https://github.com/Tencent/tdesign-vue-next/pull/5179))
20+
- `Bundle` : 修复产物中部分类型文件路径异常的问题 @zhangpaopao0609 ([#5174](https://github.com/Tencent/tdesign-vue-next/pull/5174))
21+
822
## 🌈 1.11.2 `2025-03-05`
923
### 🚀 Features
1024
- `ImageViewer`: 新增`imageReferrerpolicy`API,适用于配置Referrerpolicy的场景 @Wesley-0808 ([#5134](https://github.com/Tencent/tdesign-vue-next/pull/5134))

packages/tdesign-vue-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-vue-next",
3-
"version": "1.11.2",
3+
"version": "1.11.3",
44
"title": "tdesign-vue-next",
55
"description": "TDesign Component for vue-next",
66
"keywords": [

0 commit comments

Comments
 (0)