Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.1.11

29 Apr 04:46
Compare
Choose a tag to compare
  • Fixed bug when reading unsent file message from local cache in React Native.
  • Fixed bug storing cached metadata into local cache in BaseChannel.

v3.1.10

04 Apr 09:10
Compare
Choose a tag to compare

v3.1.10 (APR 04, 2022)

  • Fixed issue of MessageCollection changelog partially not updating/deleting cached messages.
  • Fixed type error of isUserMessage() being undefined.

v3.1.9

16 Mar 06:43
23f60ae
Compare
Choose a tag to compare
  • Deprecated ConnectionManager in SendBird.
  • Fixed wrong channel list order in GroupChannelCollection.
  • Added GroupChannelTotalUnreadChannelCountParams.
  • Added getTotalUnreadChannelCount(params) in SendBird.

v3.1.8

11 Feb 03:24
Compare
Choose a tag to compare
  • Fixed duplicate file messages being sent by sendFileMessage() in React Native.
  • Fixed new messages not being fetched on websocket connect/reconnect in MessageCollection.

v3.1.7

07 Jan 07:12
Compare
Choose a tag to compare
  • Applied type narrowing to BaseMessage, BaseChannel and messageCallback.
  • Replaced all File type with the new FileType for React Native support.
  • Fixed create channel with cover image error in React Native.
  • Fixed child message's parentMessage update on parent message update when local cache is enabled.
  • Added applyParentMessage in BaseMessage.
  • Improved stability.

v3.1.6

29 Dec 06:53
Compare
Choose a tag to compare
  • Bug-fix in retrying reconnect with application settings.
  • Fixed type definitions to enum.

v3.1.5

24 Dec 11:02
Compare
Choose a tag to compare
  • Fixed pending message not being added to a message collection issue when local cache enabled in React Native.
  • All properties of MessageSearchQueryOptions are now made optional.
  • Added type definitions PUSH_TEMPLATE_DEFAULT and PUSH_TEMPLATE_ALTERNATIVE in SendBird.
  • Added clearCachedData() interface in SendBird for local caching.

v3.1.4

14 Dec 11:45
Compare
Choose a tag to compare

v3.1.4 (DEC 14, 2021)

  • Improved stability.

v3.1.3

10 Dec 09:03
Compare
Choose a tag to compare
  • Added useAsyncStorageAsDatabase in SendBird for React Native.
  • Fixed type signatures:
    • Fixed setOrder in GroupChannelCollection.
    • Fixed next in OpenChannelListQuery.
    • Fixed load in PreviousMessageListQuery.
  • Improved stability.

v3.1.2

01 Dec 12:47
Compare
Choose a tag to compare
  • Fixed TypeScript interface in PreviousMessageListQuery.
  • Deprecated includeReplies and includeParentMessageText.
  • Added replyType and includeParentMessageInfo.