We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba6963 commit e827528Copy full SHA for e827528
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog - v3
2
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
17
## [v3.6.2] (June 30 2023)
18
19
### Fixes:
0 commit comments