File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 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" : [
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" ,
Original file line number Diff line number Diff line change 11---
22title : Vue for Web
3- description : TDesign 适配桌面端的组件库,适合在 vue 2 技术栈项目中使用。
3+ description : TDesign 适配桌面端的组件库,适合在 Vue 2 技术栈项目中使用。
44spline : 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## 安装
You can’t perform that action at this time.
0 commit comments