File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 11{
22 "name" : " @opentiny/tiny-robot" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @opentiny/tiny-robot-kit" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @opentiny/tiny-robot-svgs" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
You can’t perform that action at this time.
0 commit comments