Skip to content

Commit 86aa6a8

Browse files
novlan1tdesign-bot
andauthored
chore: release tdesign-uniapp 0.10.2 (#4554)
* chore: release tdesign-uniapp 0.10.2 * chore: update CHANGELOG.md --------- Co-authored-by: tdesign-bot <tdesign@tencent.com>
1 parent d9c5490 commit 86aa6a8

5 files changed

Lines changed: 15 additions & 21 deletions

File tree

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

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

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

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

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

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

packages/tdesign-uniapp/CHANGELOG.md

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

8+
## 🌈 0.10.2 `2026-07-07`
9+
10+
### 🚀 Features
11+
12+
- `Navbar`: 新增 `isHiddenInSpecialScene` 属性,表示是否销毁导航栏,仅场景值为 1433、1434、1177、1175 时有效 @novlan1 ([#4546](https://github.com/Tencent/tdesign-miniprogram/pull/4546))
13+
- `TabBar`: `TabBarItem` 新增 `url``linkType` 属性 @novlan1 ([#4546](https://github.com/Tencent/tdesign-miniprogram/pull/4546))
14+
15+
### 🐞 Bug Fixes
16+
17+
- `Form`: 修复表单图标在小程序下展示大小问题 @novlan1 ([#4536](https://github.com/Tencent/tdesign-miniprogram/pull/4536))
18+
- `Switch`: 修复 `TdSwitchProps` 泛型参数导致 TypeScript 类型报错的问题 @novlan1 ([#4553](https://github.com/Tencent/tdesign-miniprogram/pull/4553))
19+
- `Textarea`: 修复 H5 端设置 `autosize` 后,文本内容超过 `maxHeight` 时无法滚动问题 @novlan1 ([#4536](https://github.com/Tencent/tdesign-miniprogram/pull/4536))
20+
- `Indexes`: 修复点击右侧索引栏时,`click``touchend` 事件双重触发导致的锚点抖动问题 @novlan1 ([#4548](https://github.com/Tencent/tdesign-miniprogram/pull/4548))
21+
822
## 🌈 0.10.1 `2026-06-24`
923

1024
### 🐞 Bug Fixes

packages/tdesign-uniapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tdesign/uniapp",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"id": "tdesign-uniapp",
55
"title": "tdesign-uniapp",
66
"description": "TDesign Component for Uniapp",

0 commit comments

Comments
 (0)