From 1ed002f827109a9fd6737afdfcf7d9c20e223c94 Mon Sep 17 00:00:00 2001 From: SonyLeo <746591437@qq.com> Date: Tue, 27 Jan 2026 23:16:45 -0800 Subject: [PATCH 1/2] v0.3.2 --- docs/src/guide/update-log.md | 31 +++++++++++++++++++++++++++++++ packages/components/package.json | 2 +- packages/kit/package.json | 2 +- packages/svgs/package.json | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/docs/src/guide/update-log.md b/docs/src/guide/update-log.md index 36c420171..2136470b6 100644 --- a/docs/src/guide/update-log.md +++ b/docs/src/guide/update-log.md @@ -5,6 +5,37 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。 在此页面上,您可以查看最新的更新日志。如需查看完整的变更历史,请访问 [GitHub Release](https://github.com/opentiny/tiny-robot/releases)。 + +## v0.3.2 + +`2026-1-28` + +### ✨ 新特性 + +**组件** + +- **Sender**: 支持 Ctrl+Enter 和 Shift+Enter 在输入框中插入换行 by @lisong in [#263](https://github.com/opentiny/tiny-robot/pull/263) +- **McpServerPicker**: 新增 `header-actions` 插槽,支持自定义操作 by @lisong in [#274](https://github.com/opentiny/tiny-robot/pull/274) + +**文档** + +- **Docs**: 将主题配置提取到单独文件并更新 vitepress 配置 by @Gene in [#265](https://github.com/opentiny/tiny-robot/pull/265) +- **Docs**: 工作流支持依赖预览和在线文档 by @lisong in [#268](https://github.com/opentiny/tiny-robot/pull/268) +- **Docs**: 支持版本徽章在 markdown 表格和侧边栏中显示 by @lisong in [#269](https://github.com/opentiny/tiny-robot/pull/269) +- **Docs**: 新增自动构建主模块文档和自动部署文档的工作流 by @wuyiping in [#280](https://github.com/opentiny/tiny-robot/pull/280) + + +### 🔨 优化改进 + +- **Sender**: 使用 IconRecordingWave 图标替换波形图片,优化构建体积 by @lisong in [#284](https://github.com/opentiny/tiny-robot/pull/284) +- **Build**: 更新构建脚本并改进 copy-playground 脚本 by @Gene in [#264](https://github.com/opentiny/tiny-robot/pull/264) + + +### 🐛 问题修复 + +- **Sender**: 使用响应式 refs 处理文件对话框选项 by @lisong in [#282](https://github.com/opentiny/tiny-robot/pull/282) +- **CI**: 重构工作流以安全支持 fork PR 的预览和清理 by @lisong in [#272](https://github.com/opentiny/tiny-robot/pull/272) + ## v0.3.1 `2025-12-30` diff --git a/packages/components/package.json b/packages/components/package.json index 067043928..397512a4d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/tiny-robot", - "version": "0.3.1", + "version": "0.3.2", "publishConfig": { "access": "public" }, diff --git a/packages/kit/package.json b/packages/kit/package.json index 45983b066..8db885c70 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/tiny-robot-kit", - "version": "0.3.1", + "version": "0.3.2", "publishConfig": { "access": "public" }, diff --git a/packages/svgs/package.json b/packages/svgs/package.json index 611269e30..3f21e958b 100644 --- a/packages/svgs/package.json +++ b/packages/svgs/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/tiny-robot-svgs", - "version": "0.3.1", + "version": "0.3.2", "publishConfig": { "access": "public" }, From d8c74c5ef8c153eb0a16918265614027b26bbb92 Mon Sep 17 00:00:00 2001 From: SonyLeo <746591437@qq.com> Date: Tue, 27 Jan 2026 23:21:34 -0800 Subject: [PATCH 2/2] fix: review suggestion --- docs/src/guide/update-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/update-log.md b/docs/src/guide/update-log.md index 2136470b6..1affa511c 100644 --- a/docs/src/guide/update-log.md +++ b/docs/src/guide/update-log.md @@ -8,7 +8,7 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。 ## v0.3.2 -`2026-1-28` +`2026-01-28` ### ✨ 新特性