Skip to content

Commit e827528

Browse files
committed
release: 3.6.3
1 parent 4ba6963 commit e827528

File tree

3 files changed

+6840
-6783
lines changed

3 files changed

+6840
-6783
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog - v3
22

3+
4+
## [v3.6.3] (July 6 2023)
5+
### Feat:
6+
* Add new scrollBehavior prop to Channel (#676)
7+
The default option is set to "auto," preserving the existing scroll behavior.
8+
Possible to set smooth for smooth scroll effect.
9+
10+
### Fixes:
11+
* Move message list scroll when the last message is edited (#674)
12+
Added optional parameters to moveScroll to scroll only when the last message reaches the bottom.
13+
Scroll is now moved only when the updatedAt property of the last message is changed.
14+
* Add missing `UIKitConfig` to type definition (#677)
15+
Reported by [GitHub PR #650](https://github.com/sendbird/sendbird-uikit-react/pull/650#issuecomment-1622331367).
16+
317
## [v3.6.2] (June 30 2023)
418

519
### Fixes:

0 commit comments

Comments
 (0)