Skip to content

Commit f896142

Browse files
authored
chore: release 0.5.7 (#108)
* chore: release 0.5.7 * chore: changelog
1 parent bf3656c commit f896142

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/tdesign/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ docClass: timeline
66
---
77

88

9+
## 🌈 0.5.7 `2025-11-27`
10+
### 🚀 Features
11+
- `Textarea`: 支持 `v-model:value` @novlan1 ([#102](https://github.com/novlan1/tdesign-uniapp/pull/102))
12+
- `Toast`: 函数式调用组件时,支持组件 Dom 预埋在页面下 @novlan1 ([#103](https://github.com/novlan1/tdesign-uniapp/pull/103))
13+
14+
### 🐞 Bug Fixes
15+
- `Input`: 修复 `clear` 事件的意外冒泡问题 @novlan1 ([#100](https://github.com/novlan1/tdesign-uniapp/pull/100))
16+
- `Calendar`: 修复 `switchMode``year-month` 时的编译问题 @novlan1 ([#106](https://github.com/novlan1/tdesign-uniapp/pull/106))
17+
918
## 🌈 0.5.6 `2025-11-25`
1019
### 🚀 Features
1120
- `Popup`: 支持 `v-model:visible` @novlan1 ([#90](https://github.com/novlan1/tdesign-uniapp/pull/90))

packages/tdesign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-uniapp",
33
"id": "tdesign-uniapp",
4-
"version": "0.5.6",
4+
"version": "0.5.7",
55
"author": "novlan1",
66
"title": "tdesign-uniapp",
77
"description": "TDesign Component for uniapp",

0 commit comments

Comments
 (0)