Skip to content

release: release new versions #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2025
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
3 changes: 3 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
".changes/fix-utils-build.md",
".changes/memo-bubble-list.md",
".changes/optimize-callback.md",
".changes/optimize-markdown.md",
".changes/optimize-sender-button.md",
".changes/optimize-sender-input.md",
".changes/optimize-use-chat.md",
".changes/optimize-usechat.md",
".changes/refactor-bubble-list.md",
".changes/refactor-bubble.md",
".changes/sender-enforce.md"
]
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## \[0.1.0-rc.0]

### New Features

- [`421dc74`](https://github.com/DevCloudFE/matechat-react/commit/421dc74f39f24c00801d336dce5fbbdf6830d7f5) Optimize markdown component in `Bubble`, customize link, heading and code. Support copy button for code blocks.
- [`3869f95`](https://github.com/DevCloudFE/matechat-react/commit/3869f9554a87df0925f61350753ead20876f93ec) Optimize behavior of `useChat`:

- Add `throwOnEmptyBackend` option to `useChat` function.
- Throw an error when `backend` is nullish and `throwOnEmptyBackend` is `true`.
- Rename `isPending`to`pending` in `useChat` return value.
- Allow empty `backend` in `useChat` function.

### Refactors

- [`162bad9`](https://github.com/DevCloudFE/matechat-react/commit/162bad95fc1277a259b7490a5d59e1baa93891fe) Extract all markdown components and resolve code lints.

## \[0.1.0-beta.3]

### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matechat/react",
"version": "0.1.0-beta.3",
"version": "0.1.0-rc.0",
"packageManager": "[email protected]",
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
"type": "module",
Expand Down