Skip to content

Commit 1c97ef9

Browse files
release: release new versions (#60)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-beta.3] ### Performance Improvements - b07439f Default wrap `BubbleList` with `React.memo` to avoid extra rerender. Co-authored-by: fu050409 <[email protected]>
1 parent b07439f commit 1c97ef9

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
".changes/fix-prompt.md",
1212
".changes/fix-sender-lint.md",
1313
".changes/fix-utils-build.md",
14+
".changes/memo-bubble-list.md",
1415
".changes/optimize-callback.md",
1516
".changes/optimize-sender-button.md",
1617
".changes/optimize-sender-input.md",

CHANGELOG.md

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

3+
## \[0.1.0-beta.3]
4+
5+
### Performance Improvements
6+
7+
- [`b07439f`](https://github.com/DevCloudFE/matechat-react/commit/b07439f90089648ddd2f94d92a72dd818074af02) Default wrap `BubbleList` with `React.memo` to avoid extra rerender.
8+
39
## \[0.1.0-beta.2]
410

511
### Bug Fixes

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.2",
3+
"version": "0.1.0-beta.3",
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)