Skip to content

[v3.6.3] (July 6 2023)

Compare
Choose a tag to compare
@AhyoungRyu AhyoungRyu released this 07 Jul 05:19
· 513 commits to main since this release

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.