You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Version Updates
Merging this PR will release new versions of the following packages
based on your change files.
# @matechat/react
## [0.1.0-alpha.5]
### New Features
- 31f4edf (#31) Add `FileUpload` component for file selections.
- 4e2905b Optimize callback performance by using `useCallback`.
- cd8ace0 Remove gap and margin between textarea and footer in `Sender`
component.
Co-authored-by: fu050409 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## \[0.1.0-alpha.5]
4
+
5
+
### New Features
6
+
7
+
-[`31f4edf`](https://github.com/DevCloudFE/matechat-react/commit/31f4edf5b24d7488ad3049e40eeca081593f9939) ([#31](https://github.com/DevCloudFE/matechat-react/pull/31)) Add `FileUpload` component for file selections.
8
+
-[`4e2905b`](https://github.com/DevCloudFE/matechat-react/commit/4e2905b6e8a06e0496205f347c11732f6c18af7e) Optimize callback performance by using `useCallback`.
9
+
-[`cd8ace0`](https://github.com/DevCloudFE/matechat-react/commit/cd8ace015d070290798369768125581429c0bf49) Remove gap and margin between textarea and footer in `Sender` component.
0 commit comments