Skip to content

Commit 312e32d

Browse files
fu050409github-actions[bot]
authored andcommitted
release: release new versions
1 parent 162bad9 commit 312e32d

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.changes/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
".changes/fix-utils-build.md",
1414
".changes/memo-bubble-list.md",
1515
".changes/optimize-callback.md",
16+
".changes/optimize-markdown.md",
1617
".changes/optimize-sender-button.md",
1718
".changes/optimize-sender-input.md",
19+
".changes/optimize-use-chat.md",
1820
".changes/optimize-usechat.md",
1921
".changes/refactor-bubble-list.md",
22+
".changes/refactor-bubble.md",
2023
".changes/sender-enforce.md"
2124
]
2225
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## \[0.1.0-rc.0]
4+
5+
### New Features
6+
7+
- [`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.
8+
- [`3869f95`](https://github.com/DevCloudFE/matechat-react/commit/3869f9554a87df0925f61350753ead20876f93ec) Optimize behavior of `useChat`:
9+
10+
- Add `throwOnEmptyBackend` option to `useChat` function.
11+
- Throw an error when `backend` is nullish and `throwOnEmptyBackend` is `true`.
12+
- Rename `isPending`to`pending` in `useChat` return value.
13+
- Allow empty `backend` in `useChat` function.
14+
15+
### Refactors
16+
17+
- [`162bad9`](https://github.com/DevCloudFE/matechat-react/commit/162bad95fc1277a259b7490a5d59e1baa93891fe) Extract all markdown components and resolve code lints.
18+
319
## \[0.1.0-beta.3]
420

521
### Performance Improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matechat/react",
3-
"version": "0.1.0-beta.3",
3+
"version": "0.1.0-rc.0",
44
"packageManager": "[email protected]",
55
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
66
"type": "module",

0 commit comments

Comments
 (0)