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-beta.0]
### Refactors
- 5019927 Rewrite auto scroll logic of `BubbleList` component:
- Use `ResizeObserver` to detect content size changes and scroll
accordingly.
- Add `scrollContainer` method to scroll to bottom when content size
changes.
- Introduce `pauseScroll` to prevent unnecessary scrolls during updates.
Co-authored-by: fu050409 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## \[0.1.0-beta.0]
4
+
5
+
### Refactors
6
+
7
+
-[`5019927`](https://github.com/DevCloudFE/matechat-react/commit/501992755827669d76b63a8e88837f71db186e4a) Rewrite auto scroll logic of `BubbleList` component:
8
+
9
+
- Use `ResizeObserver` to detect content size changes and scroll accordingly.
10
+
- Add `scrollContainer` method to scroll to bottom when content size changes.
11
+
- Introduce `pauseScroll` to prevent unnecessary scrolls during updates.
0 commit comments