Skip to content

v3.6.0

Compare
Choose a tag to compare
@mahboubii mahboubii released this 02 Feb 16:53
· 3633 commits to master since this release

Feature

  • Added support for pinned messages #682

    • Save pinnedMessages to ChannelContext
    • Create usePinHandler custom hook for returning canPin value and handlePin function
    • Add Pin/Unpin as optional actions in MessageActions
    • Add PinIndicator UI component to MessageLivestream and MessageTeam
    • Add optional "pinned-message" CSS class to message UI components
    • Add getPinMessageErrorNotification and pinPermissions as MessageList props
  • Hide DateSeparator component when all messages for a day are deleted #689

Chore

  • Refactor example apps to use getInstance and connectUser #688

Fix

  • Display auto-translated message text when it exists #683
  • Add missing export for VirtualizedMessageList type #691