Skip to content

Commit bdf9a4e

Browse files
novlan1tdesign-bot
andauthored
chore: release tdesign-uniapp 0.10.1 (#4530)
* chore: release tdesign-uniapp 0.10.1 * chore: update CHANGELOG.md --------- Co-authored-by: tdesign-bot <tdesign@tencent.com>
1 parent 2a2d40f commit bdf9a4e

5 files changed

Lines changed: 11 additions & 21 deletions

File tree

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

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

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

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

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

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

packages/tdesign-uniapp/CHANGELOG.md

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

8+
## 🌈 0.10.1 `2026-06-24`
9+
10+
### 🐞 Bug Fixes
11+
12+
- `Button`: ⚠️ `--td-button-xx-font-size` 系列变更为 `--td-button-xx-font`;⚠️ 移除 `--td-button-font-weight`,请改用 `--td-button-xx-font`,或者[组件库级别的 css var ](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/components/common/style/theme/_font.less)调整字号、行高、字重、字体等文本样式 @liweijie0812 ([#4501](https://github.com/Tencent/tdesign-miniprogram/pull/4501))
13+
- `ColorPicker`: 修复 H5 下预设色彩排列问题 @novlan1 ([#4521](https://github.com/Tencent/tdesign-miniprogram/pull/4521))
14+
- `ImageViewer`: 修复重复打开时缩放状态未重置的问题 @novlan1 ([#4514](https://github.com/Tencent/tdesign-miniprogram/pull/4514))
15+
- `Swiper`: 修复非小程序下找不到 `getRelationNodes` 的编译报错问题 @novlan1 ([#4514](https://github.com/Tencent/tdesign-miniprogram/pull/4514))
16+
- `TabBar`: 修复 `shape``round` 时占位高度未包含底部安全区的问题 @novlan1 ([#4521](https://github.com/Tencent/tdesign-miniprogram/pull/4521))
17+
818
## 🌈 0.10.0 `2026-06-15`
919

1020
### 🚀 Features

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.0",
3+
"version": "0.10.1",
44
"id": "tdesign-uniapp",
55
"title": "tdesign-uniapp",
66
"description": "TDesign Component for Uniapp",

0 commit comments

Comments
 (0)