Skip to content

Commit 0e1c983

Browse files
chore: publish v1.11.0 (#2057)
* chore: publish v1.11.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cbab81a commit 0e1c983

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 1.11.0 `2025-10-23`
9+
### 🚀 Features
10+
- `Icon`:
11+
- `tdesign-icons-vue-next` 发布 `0.4.1` 版本,新增`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 @liweijie0812 ([#2017](https://github.com/Tencent/tdesign-mobile-vue/pull/2017))
12+
- 按需加载方式使用的图标资源支持可变粗细功能,通过`strokeWidth`属性进行配置 @uyarn @liweijie0812 ([#2017](https://github.com/Tencent/tdesign-mobile-vue/pull/2017))
13+
- 按需加载方式使用的图标资源支持多色填充功能,通过`strokeColor``fillColor` 属性进行配置 @uyarn @liweijie0812 ([#2017](https://github.com/Tencent/tdesign-mobile-vue/pull/2017))
14+
- `Watermark`: 新增 `Watermark` 水印组件 @Wesley-0808 ([#2024](https://github.com/Tencent/tdesign-mobile-vue/pull/2024))
15+
- `Popup`: `mounted` 后才显示,避免 `ssr``mismatch` @novlan1 ([#1654](https://github.com/Tencent/tdesign-mobile-vue/pull/1654))
16+
- `Cascader`: 支持透传 `overlayProps` @novlan1 ([#2027](https://github.com/Tencent/tdesign-mobile-vue/pull/2027))
17+
- `Drawer`: 新增 `overlayProps` 属性 @anlyyao ([#2034](https://github.com/Tencent/tdesign-mobile-vue/pull/2034))
18+
- `ImageViwer`: 修复点击遮罩层 `close` 事件未触发,并补充触发源 `image`,表示点击图片关闭图片预览 @liweijie0812 ([#2045](https://github.com/Tencent/tdesign-mobile-vue/pull/2045))
19+
### 🐞 Bug Fixes
20+
- `Message`: 修复 `error``warning` 主题图标错误 @anlyyao ([#2008](https://github.com/Tencent/tdesign-mobile-vue/pull/2008))
21+
- `CountDown`: 开启 `autostart` 后,置于后台的状态不更新时间 @SinzoL ([#2010](https://github.com/Tencent/tdesign-mobile-vue/pull/2010))
22+
- `Textarea`: 修复输入文本颜色错误 @anlyyao ([#2026](https://github.com/Tencent/tdesign-mobile-vue/pull/2026))
23+
- `CountDown`: 开启 `splitWithUnit` 后,单位不显示 @Linzsong ([#2019](https://github.com/Tencent/tdesign-mobile-vue/pull/2019))
24+
- `Button`: 修复 `disabled``loading` 动态变化时,`hover` 态异常 @liweijie0812 ([#1998](https://github.com/Tencent/tdesign-mobile-vue/pull/1998))
25+
- `Cascader`: 修复异步加载数据问题 @novlan1 ([#2027](https://github.com/Tencent/tdesign-mobile-vue/pull/2027))
26+
- `ConfigProvider`: 修复错误消息 `max``min` 英文翻译错误 @liweijie0812([#2048](https://github.com/Tencent/tdesign-mobile-vue/pull/2048))
27+
- `QRCode`: 修复按需导出名称错误 @liweijie0812 ([#2043](https://github.com/Tencent/tdesign-mobile-vue/pull/2043))
28+
- `Upload`:
29+
- 修复 `addContent` 插槽位置错误 @anlyyao ([#2055](https://github.com/Tencent/tdesign-mobile-vue/pull/2055))
30+
- 修复 `--td-upload-add-icon-font-size` 无效 @anlyyao ([#2055](https://github.com/Tencent/tdesign-mobile-vue/pull/2055))
31+
- 修复 `add` 图标不居中问题 @anlyyao ([#2308](https://github.com/Tencent/tdesign-common/pull/2308))
32+
833
## 🌈 1.10.2 `2025-08-22`
934
### 🚀 Features
1035
- `Indexes`: 新增 `current` 属性,支持受控与非受控使用,用于自定义索引列表激活项 @Wesley-0808 ([#1987](https://github.com/Tencent/tdesign-mobile-vue/pull/1987))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "1.11.0-beta",
4+
"version": "1.11.0",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",
@@ -205,4 +205,4 @@
205205
"attributes": "helper/attributes.json"
206206
},
207207
"web-types": "helper/web-types.json"
208-
}
208+
}

0 commit comments

Comments
 (0)