Skip to content

Commit a3f0049

Browse files
committed
v0.3.1
1 parent eb4f587 commit a3f0049

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

docs/src/guide/update-log.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
55

66
在此页面上,您可以查看最新的更新日志。如需查看完整的变更历史,请访问 [GitHub Release](https://github.com/opentiny/tiny-robot/releases)
77

8+
## v0.3.1
9+
10+
`2025-12-30`
11+
12+
### ✨ 新特性
13+
14+
**组件**
15+
16+
- **BubbleList**: `autoScroll` 功能启用后,新增支持用户手势打断和手动控制滚动到底部,自动滚动优化 by @Gene in [#270](https://github.com/opentiny/tiny-robot/pull/270)
17+
18+
**工具**
19+
20+
- **useConversation**: 添加可插拔存储策略,支持 LocalStorage 和 IndexedDB by @SonyLeo in [#275](https://github.com/opentiny/tiny-robot/pull/275)
21+
22+
### 🐛 问题修复
23+
24+
- **useConversation**: 修复保存会话时响应式对象转换问题 by @SonyLeo in [#271](https://github.com/opentiny/tiny-robot/pull/271)
25+
26+
27+
28+
829
## v0.3.0
930

1031
`2025-11-24`

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-kit",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/svgs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-svgs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)