Skip to content

Commit 6f760bb

Browse files
chore: release 1.14.3 (#3786)
* chore: release 1.14.3 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6263d66 commit 6f760bb

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

CHANGELOG.md

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

88

9+
## 🌈 1.14.3 `2025-12-23`
10+
### 🚀 Features
11+
- `ImageViewer`:
12+
- 优化下载跨域图片时的格式处理和压缩比例 @RylanBot ([common#2311](https://github.com/Tencent/tdesign-common/pull/2311))
13+
- 支持直接下载同域图片,避免二次转换导致体积增大和动图失效等问题 @RylanBot ([common#2311](https://github.com/Tencent/tdesign-common/pull/2311))
14+
- `Popup`: 新增 `onOverlayClick` 事件,支持内容面板点击时触发 @RSS1102 ([#3752](https://github.com/Tencent/tdesign-vue/pull/3752))
15+
### 🐞 Bug Fixes
16+
- `Avatar`: 修复样式与设计稿不一致的问题 @liweijie0812 ([common#2364](https://github.com/Tencent/tdesign-common/pull/2364))
17+
- `Menu`: 修复菜单选项默认边距和图标大小的问题 @liweijie0812 ([common#2369](https://github.com/Tencent/tdesign-common/pull/2369))
18+
- `Table`: 修复行选中收缩后,表格头全选状态异常的问题 @liweijie0812 ([#3771](https://github.com/Tencent/tdesign-vue/pull/3771))
19+
- `Upload`: 修复不支持文件数组上传的问题 @GATING ([common#2078](https://github.com/Tencent/tdesign-common/pull/2078))
20+
- `Upload`: 修复 `theme``image-flow` 的告警问题 @uyarn ([#3782](https://github.com/Tencent/tdesign-vue/pull/3782))
21+
22+
923
## 🌈 1.14.2 `2025-11-07`
1024
### 🚀 Features
1125
- `Watermark`: 新增 `layout` API,支持生成不同布局的水印 @Wesley-0808 ([#3726](https://github.com/Tencent/tdesign-vue/pull/3726))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue",
33
"purename": "tdesign",
4-
"version": "1.14.2",
4+
"version": "1.14.3",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [
@@ -160,7 +160,7 @@
160160
"husky": "^7.0.4",
161161
"hyphenate": "^0.2.4",
162162
"jsdom": "^26.0.0",
163-
"less": "^4.1.2",
163+
"less": "4.4.2",
164164
"lint-staged": "^13.2.2",
165165
"mockdate": "^3.0.2",
166166
"msw": "^1.0.0",

site/docs/getting-started.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
title: Vue for Web
3-
description: TDesign 适配桌面端的组件库,适合在 vue 2 技术栈项目中使用。
3+
description: TDesign 适配桌面端的组件库,适合在 Vue 2 技术栈项目中使用。
44
spline: explain
55
---
66

7-
<div style="background: var(--td-warning-color-2); padding: 14px 24px; border-radius: 3px; color: #555a65; line-height: 22px">
7+
<div style="background: var(--td-warning-color-disabled); padding: 14px 24px; border-radius: 3px; color: var(--text-primary); line-height: 22px">
8+
<p>⚠️ 由于 <a href='https://v2.vuejs.org/eol' _blank>Vue 2 已经宣布 EOL </a>,且大量业务已经迁移 TDesign Vue 3 使用,我们将减少 TDesign Vue 2 版本的维护频率,并重点持续维护 TDesign Vue 3 版本。建议迁移 Vue 3 并升级到<a href='https://tdesign.tencent.com/vue-next/' _blank> TDesign Vue 3 版本 </a> 使用,具有 TDesign Vue 2 相同的 API 的同时,提供更完善的功能和维护</p>
9+
</div>
10+
11+
<br />
12+
<div style="background: var(--td-warning-color-disabled); padding: 14px 24px; border-radius: 3px; color: var(--text-primary); line-height: 22px">
813
<p>tdesign-vue 在 1.4.0 版本之后开始同步支持在 Vue 2.7 中使用</p>
9-
<p>如果您需要在 Vue2.7 中使用 tdesign-vue 请安装 tdesign-vue@naruto 或在具体指定版本后加-naruto的标识
10-
<p>如tdesign-vue@1.4.0 适用于 Vue 2.6 tdesign-vue@1.4.0-naruto 适用于 Vue 2.7</p>
14+
<p>如果您需要在 Vue 2.7 中使用 tdesign-vue 请安装 tdesign-vue@naruto 或在具体指定版本后加-naruto的标识</p>
1115
</div>
1216

1317
## 安装

0 commit comments

Comments
 (0)