Skip to content

Releases: sendbird/sendbird-chat-sdk-javascript

v4.13.1

08 Jul 15:41
Compare
Choose a tag to compare

Improvements

  • Fixed a bug in MessageForm to support backward compatibility

v4.13.0

03 Jul 07:37
Compare
Choose a tag to compare

Feature

SDK now supports MessageForm! Form message can only be sent through AI Chatbot in Sendbird dashboard.

  • Added MessageForm
  • Added MessageFormItem
  • Added MessageFormItemStyle,
  • Added MessageFormItemLayout,
  • Added MessageFormItemResultCount,
  • Added submitMessageForm() in BaseMessage
  • Deprecated submitMessageForm(data) in BaseMessage

Improvements

  • Added sb.authenticate()
  • Added sb.feedChannel.getTotalUnreadNotificationCount()
  • Deprecated sb.authenticateFeed()
  • Deprecated sb.feedChannel.getTotalUnreadMessageCount()
  • Fixed timing issue with BackGroundSync completion confirmation
  • Fixed a bug that userIdsFilter and searchFilter don't work in MessageCollection
  • (internal) Added ThrottleController in MessageCollection

v4.12.10

28 Jun 06:47
Compare
Choose a tag to compare

Improvements

  • Fixed a bug that connect() fails if a session key is expired

v4.12.9

24 Jun 01:49
Compare
Choose a tag to compare

Features

  • Added submitMessageForm() to BaseMessage

Improvements

  • Lower the version of react-native-mmkv in peerDependencies from ^2.12.2 to ^2.0.0.

v4.12.8

20 Jun 00:57
Compare
Choose a tag to compare

Improvement

  • Added includeMetaData to GroupChannelFilter

v4.12.7

05 Jun 07:10
Compare
Choose a tag to compare

Improvement

  • Fixed the Feedback feature to function correctly
  • Fixed a bug where groupChannel.cachedMetadata was returned as undefined in the result value of ChangeLogs

v4.12.6

28 May 05:05
Compare
Choose a tag to compare

Improvement

  • Fixed a bug that always throws a Connection is canceled error when connect() is failed
  • Fixed a bug where SessionRefreshed() was called twice
  • Fixed a bug where SessionHandler callback is called when connect() is failed
  • Fixed a bug inconsistent count of joined channels
  • Improved stability

v4.12.5

22 May 04:41
Compare
Choose a tag to compare

Improvement

  • Fixed a bug that pending MultipleFilesMessage has empty data
  • Fixed a bug that loadMore() in GroupChannelCollection gives less channels in a certain condition
  • Improved stability

v4.12.4

16 May 05:29
Compare
Choose a tag to compare

Improvement

  • Added support for the thread policy on last message and unread message count
  • Added useMMKVStorageStore to SendbirdChatParams
  • Deprecated useAsyncStorageStore in SendbirdChatParams
  • Fixed a bug that connect() call may crash in a certain condition
  • Fixed a bug that MultipleFilesMessage has wrong data value
  • Improved stability

v4.12.3

19 Apr 00:51
Compare
Choose a tag to compare

Improvement

  • Fixed a bug when called resetMyHistory(), messages in the cache aren't deleted