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.