Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions docs/src/guide/update-log.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@

# 更新日志

TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。

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

## v0.4.1

`2026-03-02`

### 📝 文档

- 新增 Issue 模板与贡献指南,更新 README 文档与包元数据。 by @Gene in [#307](https://github.com/opentiny/tiny-robot/pull/307) [#309](https://github.com/opentiny/tiny-robot/pull/309)

## v0.4.0

`2026-02-12`
Expand Down Expand Up @@ -81,9 +88,6 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。

- **useConversation**: 修复保存会话时响应式对象转换问题 by @SonyLeo in [#271](https://github.com/opentiny/tiny-robot/pull/271)




## v0.3.0

`2025-11-24`
Expand Down Expand Up @@ -418,4 +422,5 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
- **Style**: 修复一些样式问题并添加全局根 CSS by @Gene in [#72](https://github.com/opentiny/tiny-robot/pull/72)
- **AIModelConfig**: 添加可选属性以扩展 provider 并修复 handleSSEStream 相关问题 by @shenjunjian [#75](https://github.com/opentiny/tiny-robot/pull/75)
- **Compatibility**: 使用 ref 替换 useTemplateRef 以兼容 Vue 3.4 by @Gene in [#66](https://github.com/opentiny/tiny-robot/pull/66)
- **Docs**: 更新 vitepress-demo-plugin 以修复构建文档错误 by @Gene in [#45](https://github.com/opentiny/tiny-robot/pull/45)
- **Docs**: 更新 vitepress-demo-plugin 以修复构建文档错误 by @Gene in [#45](https://github.com/opentiny/tiny-robot/pull/45)

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。",
"homepage": "https://docs.opentiny.design/tiny-robot/",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot-kit",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://docs.opentiny.design/tiny-robot/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot-svgs",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"homepage": "https://docs.opentiny.design/tiny-robot/",
"repository": {
Expand Down
Loading