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
6 changes: 0 additions & 6 deletions .changes/bump-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-bubble-x-overflow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-markdown-link-security.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-playground-api-key-transport.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-suggestion-injection.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/migrate-docs-v2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/shadcn-compatibility.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/suggestion-to-func.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/vercel-ai.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v1.0.0

### Bug Fixes

- [`39bbd21`](https://github.com/DevCloudFE/matechat-react/commit/39bbd21c73bbd62dcbc105fa1bc518890a8556d1): markdown links are sanitized and external links are protected against tabnabbing. ([#93](https://github.com/DevCloudFE/matechat-react/pull/93) by @Copilot)
- [`f4b1894`](https://github.com/DevCloudFE/matechat-react/commit/f4b18945d19e5082cab779dd5c5940352f3b0a44): Fixed an issue where the `Bubble` component would overflow horizontally when a single word was too long. ([#75](https://github.com/DevCloudFE/matechat-react/pull/75) by @xx-yoke)
- [`b707094`](https://github.com/DevCloudFE/matechat-react/commit/b707094966032ebcd9e6a83689d59b1be0cb3641): fix suggestion injection to avoid input corruption and hide the suggestion panel when inactive ([#94](https://github.com/DevCloudFE/matechat-react/pull/94) by @Copilot)

### Chores

- [`5f9e8fa`](https://github.com/DevCloudFE/matechat-react/commit/5f9e8fa4d34ea3cd6a07d2c8a18b8c47e8a60aa2): Bump all dependencies. ([#90](https://github.com/DevCloudFE/matechat-react/pull/90) by @YESWmeshade)

### New Features

- [`9addd4e`](https://github.com/DevCloudFE/matechat-react/commit/9addd4e6d97832531540d5172e9925c0e103a885): Improve Shadcn components compatibility. ([#96](https://github.com/DevCloudFE/matechat-react/pull/96) by @moyue23)
- [`9addd4e`](https://github.com/DevCloudFE/matechat-react/commit/9addd4e6d97832531540d5172e9925c0e103a885): Refactor `triggerOptions` to suggestion callback. ([#96](https://github.com/DevCloudFE/matechat-react/pull/96) by @moyue23)
- [`5f9e8fa`](https://github.com/DevCloudFE/matechat-react/commit/5f9e8fa4d34ea3cd6a07d2c8a18b8c47e8a60aa2): Add Vercel AI support ([#90](https://github.com/DevCloudFE/matechat-react/pull/90) by @YESWmeshade)

## v0.1.1

### New Features
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v1.0.0

### New Features

- [`c5b49ee`](https://github.com/DevCloudFE/matechat-react/commit/c5b49ee33c39a33e1d2d91796c02a6a05d047e06): Migrate document site from rspress v1 to v2.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matechat/react-docs",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -22,4 +22,4 @@
"postcss": "^8.5.14",
"tailwindcss": "^4.3.0"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matechat/react",
"version": "0.1.1",
"version": "1.0.0",
"type": "module",
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
"homepage": "https://github.com/DevCloudFE/matechat-react",
Expand Down Expand Up @@ -92,4 +92,4 @@
"dist"
],
"packageManager": "pnpm@10.14.0"
}
}
15 changes: 15 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## v1.0.0

### Chores

- [`5f9e8fa`](https://github.com/DevCloudFE/matechat-react/commit/5f9e8fa4d34ea3cd6a07d2c8a18b8c47e8a60aa2): Bump all dependencies. ([#90](https://github.com/DevCloudFE/matechat-react/pull/90) by @YESWmeshade)

### Bug Fixes

- [`02b59b3`](https://github.com/DevCloudFE/matechat-react/commit/02b59b3ae15302189387ff68db7c3cc4e8396abc): Make the playground safer by avoiding client-side secret usage and stabilizing chat transport creation. ([#95](https://github.com/DevCloudFE/matechat-react/pull/95) by @Copilot)

### New Features

- [`5f9e8fa`](https://github.com/DevCloudFE/matechat-react/commit/5f9e8fa4d34ea3cd6a07d2c8a18b8c47e8a60aa2): Add Vercel AI support ([#90](https://github.com/DevCloudFE/matechat-react/pull/90) by @YESWmeshade)
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matechat/react-playground",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -38,4 +38,4 @@
"vite": "^8.0.12",
"vite-plugin-svgr": "^4.5.0"
}
}
}