Commit 53244a8
release: release new versions (#64)
# Version Updates
Merging this PR will release new versions of the following packages
based on your change files.
# @matechat/react
## [0.1.0-rc.0]
### New Features
- 421dc74 Optimize markdown component in `Bubble`, customize link,
heading and code. Support copy button for code blocks.
- 3869f95 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 Extract all markdown components and resolve code lints.
Co-authored-by: fu050409 <[email protected]>1 parent 00106a3 commit 53244a8
3 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments