Skip to content

Commit 95af579

Browse files
authored
v0.3.2 (#291)
1 parent 8ee7108 commit 95af579

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

docs/src/guide/update-log.md

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

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

8+
9+
## v0.3.2
10+
11+
`2026-01-28`
12+
13+
### ✨ 新特性
14+
15+
**组件**
16+
17+
- **Sender**: 支持 Ctrl+Enter 和 Shift+Enter 在输入框中插入换行 by @lisong in [#263](https://github.com/opentiny/tiny-robot/pull/263)
18+
- **McpServerPicker**: 新增 `header-actions` 插槽,支持自定义操作 by @lisong in [#274](https://github.com/opentiny/tiny-robot/pull/274)
19+
20+
**文档**
21+
22+
- **Docs**: 将主题配置提取到单独文件并更新 vitepress 配置 by @Gene in [#265](https://github.com/opentiny/tiny-robot/pull/265)
23+
- **Docs**: 工作流支持依赖预览和在线文档 by @lisong in [#268](https://github.com/opentiny/tiny-robot/pull/268)
24+
- **Docs**: 支持版本徽章在 markdown 表格和侧边栏中显示 by @lisong in [#269](https://github.com/opentiny/tiny-robot/pull/269)
25+
- **Docs**: 新增自动构建主模块文档和自动部署文档的工作流 by @wuyiping in [#280](https://github.com/opentiny/tiny-robot/pull/280)
26+
27+
28+
### 🔨 优化改进
29+
30+
- **Sender**: 使用 IconRecordingWave 图标替换波形图片,优化构建体积 by @lisong in [#284](https://github.com/opentiny/tiny-robot/pull/284)
31+
- **Build**: 更新构建脚本并改进 copy-playground 脚本 by @Gene in [#264](https://github.com/opentiny/tiny-robot/pull/264)
32+
33+
34+
### 🐛 问题修复
35+
36+
- **Sender**: 使用响应式 refs 处理文件对话框选项 by @lisong in [#282](https://github.com/opentiny/tiny-robot/pull/282)
37+
- **CI**: 重构工作流以安全支持 fork PR 的预览和清理 by @lisong in [#272](https://github.com/opentiny/tiny-robot/pull/272)
38+
839
## v0.3.1
940

1041
`2025-12-30`

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.1",
3+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)