Skip to content

Commit 7532b91

Browse files
novlan1tdesign-bot
andauthored
chore: release tdesign-uniapp 0.10.0 (#4513)
* chore: release tdesign-uniapp 0.10.0 * chore: update CHANGELOG.md --------- Co-authored-by: tdesign-bot <tdesign@tencent.com>
1 parent ac4f8af commit 7532b91

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

packages/tdesign-uniapp/.changelog/pr-4511.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/tdesign-uniapp/CHANGELOG.md

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

8+
## 🌈 0.10.0 `2026-06-15`
9+
10+
### 🚀 Features
11+
12+
- `Typography`: 新增 `Typography` 排版组件 @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
13+
- `Cascader`: 新增 `filterable``filter``filter-placeholder` 属性,支持搜索功能 @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
14+
15+
### 🐞 Bug Fixes
16+
17+
- `Image`: 修复鸿蒙下图片无法显示问题 @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
18+
- `Message`: 修复连续点击时的报错问题 @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
19+
- `Search`: 补全 `update:value` 事件声明,修复 `v-model:value` 语法糖告警 @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
20+
- `Stepper`: 调整手动输入逻辑,输入时仅过滤非法字符,范围校验&赋值移至失焦 @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
21+
- `Upload`: 修复禁用态文件样式错误(禁用态下移除操作按钮) @novlan1 ([#4511](https://github.com/Tencent/tdesign-miniprogram/pull/4511))
22+
823
## 🌈 0.9.1 `2026-06-12`
924

1025
### 🚀 Features

packages/tdesign-uniapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tdesign/uniapp",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"id": "tdesign-uniapp",
55
"title": "tdesign-uniapp",
66
"description": "TDesign Component for Uniapp",
@@ -597,4 +597,4 @@
597597
"eslint --fix"
598598
]
599599
}
600-
}
600+
}

0 commit comments

Comments
 (0)