Skip to content

Commit 6ba0beb

Browse files
committed
chore: update CHANGELOG.md
1 parent 556fe3a commit 6ba0beb

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

packages/tdesign-uniapp-chat/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.1.3 `2026-01-05`
9+
### 🚀 Features
10+
- `ChatMarkdown`: 兼容 `APP-PLUS` 平台 @novlan1 ([#142](https://github.com/novlan1/tdesign-uniapp/pull/142))
11+
12+
13+
## 🌈 0.1.2 `2025-11-25`
14+
15+
### 🚀 Features
16+
- `ChatMarkdown`: 兼容 `Vue2.x` @novlan1 ([#92](https://github.com/novlan1/tdesign-uniapp/pull/92))
17+
818
## 🌈 0.1.1 `2025-11-17`
919

1020
### 🐞 Bug Fixes

packages/tdesign-uniapp/CHANGELOG.md

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

8+
## 🌈 0.6.3 `2026-01-05`
9+
10+
### 🚀 Features
11+
12+
- `Form`: 支持 `change` 类型 `trigger` @novlan1 ([#143](https://github.com/novlan1/tdesign-uniapp/pull/143))
13+
- `Image`: 点击事件不禁用冒泡 @novlan1 ([#142](https://github.com/novlan1/tdesign-uniapp/pull/142))
14+
15+
## 🌈 0.6.2 `2025-12-30`
16+
17+
### 🐞 Bug Fixes
18+
19+
- `DateTimePicker`: 修复滚动日期时其他列向上跳动问题 @novlan1 ([#138](https://github.com/novlan1/tdesign-uniapp/pull/138))
20+
21+
## 🌈 0.6.1 `2025-12-29`
22+
23+
### 🚀 Features
24+
25+
- `Navbar`: 增加 `right` 插槽 @novlan1 ([#136](https://github.com/novlan1/tdesign-uniapp/pull/136))
26+
27+
### 🐞 Bug Fixes
28+
29+
- `Upload`: 修复小程序下图片点击事件不触发问题 @novlan1 ([#136](https://github.com/novlan1/tdesign-uniapp/pull/136))
30+
31+
## 🌈 0.6.0 `2025-12-17`
32+
33+
### 🚀 Features
34+
35+
- `Popover`: 新增组件 @novlan1 ([#126](https://github.com/novlan1/tdesign-uniapp/pull/126))
36+
37+
## 🌈 0.5.9 `2025-12-11`
38+
39+
### 🐞 Bug Fixes
40+
41+
- `Input`: 修复数据回显问题 @novlan1 ([#121](https://github.com/novlan1/tdesign-uniapp/pull/121))
42+
43+
## 🌈 0.5.8 `2025-12-01`
44+
45+
### 🚀 Features
46+
47+
- `Form`: 新增 `contentAlign` 属性 @novlan1 ([#115](https://github.com/novlan1/tdesign-uniapp/pull/115))
48+
49+
### 🐞 Bug Fixes
50+
51+
- `SwipeCell`: 修复多个组件共存时的复位问题 @novlan1 ([#114](https://github.com/novlan1/tdesign-uniapp/pull/114))
52+
- `Form`: 修复 `help/label` 插槽不存在的问题 @novlan1 ([#115](https://github.com/novlan1/tdesign-uniapp/pull/115))
53+
54+
## 🌈 0.5.7 `2025-11-27`
55+
56+
### 🚀 Features
57+
58+
- `Textarea`: 支持 `v-model:value` @novlan1 ([#102](https://github.com/novlan1/tdesign-uniapp/pull/102))
59+
- `Toast`: 函数式调用组件时,支持组件 Dom 预埋在页面下 @novlan1 ([#103](https://github.com/novlan1/tdesign-uniapp/pull/103))
60+
61+
### 🐞 Bug Fixes
62+
63+
- `Input`: 修复 `clear` 事件的意外冒泡问题 @novlan1 ([#100](https://github.com/novlan1/tdesign-uniapp/pull/100))
64+
- `Calendar`: 修复 `switchMode``year-month` 时的编译问题 @novlan1 ([#106](https://github.com/novlan1/tdesign-uniapp/pull/106))
65+
66+
## 🌈 0.5.6 `2025-11-25`
67+
68+
### 🚀 Features
69+
70+
- `Popup`: 支持 `v-model:visible` @novlan1 ([#90](https://github.com/novlan1/tdesign-uniapp/pull/90))
71+
- `Form`: 支持 `validate` 方法传参 @novlan1 ([#90](https://github.com/novlan1/tdesign-uniapp/pull/90))
72+
- `Input`: 支持 `v-model:value` @novlan1 ([#89](https://github.com/novlan1/tdesign-uniapp/pull/89))
73+
74+
### 🐞 Bug Fixes
75+
76+
- `Form`: 修复深色模式背景错误问题 @novlan1 ([#91](https://github.com/novlan1/tdesign-uniapp/pull/91))
77+
878
## 🌈 0.5.5 `2025-11-17`
979

1080
### 🚀 Features

0 commit comments

Comments
 (0)