Skip to content

Commit 9dcf5e5

Browse files
authored
release: 3.6.3 (#678)
## [v3.6.3] (July 6 2023) ### Feat: * Add new scrollBehavior prop to Channel (#676) The default option is set to "auto," preserving the existing scroll behavior. Possible to set smooth for smooth scroll effect. ### Fixes: * Move message list scroll when the last message is edited (#674) Added optional parameters to moveScroll to scroll only when the last message reaches the bottom. Scroll is now moved only when the updatedAt property of the last message is changed. * Add missing `UIKitConfig` to type definition (#677) Reported by [GitHub PR #650](#650 (comment)).
1 parent 4ba6963 commit 9dcf5e5

File tree

3 files changed

+6838
-6781
lines changed

3 files changed

+6838
-6781
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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)