We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f319b commit 27513c3Copy full SHA for 27513c3
CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.12.1 `2025-12-18`
9
+### 🐞 Bug Fixes
10
+- `fix`: 修复 `1.12.0` 版本打包产物中有不存在的 sourceMap 引用而产生的警告 @liweijie0812 ([#2111](https://github.com/Tencent/tdesign-mobile-vue/pull/2111))
11
+
12
## 🌈 1.12.0 `2025-12-17`
13
### 🚀 Features
14
- `ActionSheet`: `item` 属性补充 `description`、`suffixIcon` 字段 @anlyyao ([#2098](https://github.com/Tencent/tdesign-mobile-vue/pull/2098))
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tdesign-mobile-vue",
3
"purename": "tdesign",
4
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "tdesign-mobile-vue",
"author": "TDesign Group",
"homepage": "https://tdesign.tencent.com/mobile-vue/",
0 commit comments