We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c292 commit d5a0b75Copy full SHA for d5a0b75
packages/tdesign/CHANGELOG.md
@@ -6,6 +6,10 @@ docClass: timeline
6
---
7
8
9
+## 🌈 0.6.2 `2025-12-30`
10
+### 🐞 Bug Fixes
11
+- `DateTimePicker`: 修复滚动日期时其他列向上跳动问题 @novlan1 ([#138](https://github.com/novlan1/tdesign-uniapp/pull/138))
12
+
13
## 🌈 0.6.1 `2025-12-29`
14
### 🚀 Features
15
- `Navbar`: 增加 `right` 插槽 @novlan1 ([#136](https://github.com/novlan1/tdesign-uniapp/pull/136))
packages/tdesign/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tdesign-uniapp",
3
"id": "tdesign-uniapp",
4
- "version": "0.6.1",
+ "version": "0.6.2",
5
"author": "novlan1",
"title": "tdesign-uniapp",
"description": "TDesign Component for uniapp",
0 commit comments