Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Releases: sendbird-graveyard/SendBird-UIKIT-JavaScript

1.1.1(July 10, 2020) Reactions

10 Jul 08:21
Compare
Choose a tag to compare
  • Features:

    • Reactions
      • Reactions are available for users who have it enabled
      • getEmojiCategoriesFromEmojiContainer
      • getAllEmojisFromEmojiContainer
      • getEmojisFromEmojiContainer
  • Bugfixes:

    • Avatar flickering issue
    • SDK version mismatch issue
    • Various stability fixes
  • Dependency updates:

    • SDK version - 3.0.128

1.1.0(July 10, 2020) Reactions # Deprecated

10 Jul 06:53
Compare
Choose a tag to compare
  • Features:

    • Reactions
      • Reactions are available for users who have it enabled
      • getEmojiCategoriesFromEmojiContainer
      • getAllEmojisFromEmojiContainer
      • getEmojisFromEmojiContainer
  • Bugfixes:

    • Avatar flickering issue
    • SDK version mismatch issue
    • Various stability fixes
  • Dependency updates:

    • SDK version - 3.0.128

v1.0.7(June 26, 2020)

26 Jun 06:08
Compare
Choose a tag to compare

Features:

  • Implement query customization - users can now customize internal queries that we use inside the app
    to customize - ChannelList, MessageList and UserList rendering

    • ChannelList.queries.channelListQuery (MyGroupChannelListQuery)
    • ChannelList.queries.applicationUserListQuery (ApplicationUserListQuery), ChannelSettings.queries.applicationUserListQuery (ApplicationUserListQuery)
    • Channel.queries.messageListQuery (MessageListQuery)
  • UI for unknown message type

  • Example
<ChannelList
  queries={{
    channelListQuery: { includeEmpty: true },
    applicationUserListQuery: { limit: 30, userIdsFilter: ['yourId'] },
  }}
/>

<Channel
  channelUrl={channelUrl}
  queries={{
    messageListQuery: { prevResultSize: 10, includeParentMessageText: true, includeReaction: false },
  }}
/>

<ChannelSetting
  channelUrl={channelUrl}
  queries={{
    applicationUserListQuery: { limit: 30, userIdsFilter: ['yourId'] },
  }}
/>
  • Bug fixes:
    • Various stability fixes

1.0.6(June 18, 2020)

18 Jun 06:28
Compare
Choose a tag to compare

1.0.6(June 18, 2020)

  • Bug fixes:
    • Improve disconnect/reconnect UX
    • Various stability fixes

v1.0.5

09 Jun 05:25
Compare
Choose a tag to compare

1.0.5(June 9, 2020)

  • Summary:
    Includes all of 1.0.4 and disable useReaction feature flag

  • Features:

    • Implement frozen channel:
      • Disable edit/send message
      • Real time status change
    • Allow configuring params before operations through props:
      • ChannelList.onBeforeCreateChannel
      • ChannelSettings.onBeforeUpdateChannel
      • Channel.onBeforeSendUserMessage
      • Channel.onBeforeSendFileMessage
      • Channel.onBeforeUpdateUserMessage
    • Expose internal methods through sendBirdSelectors:
      • sendBirdSelectors.getSdk
      • sendBirdSelectors.getSendUserMessage
      • sendBirdSelectors.getSendFileMessage
      • sendBirdSelectors.getUpdateUserMessage
      • sendBirdSelectors.getDeleteMessage
      • sendBirdSelectors.getResendUserMessage
      • sendBirdSelectors.getResendFileMessage
      • sendBirdSelectors.getCreateChannel
      • sendBirdSelectors.getLeaveChannel
  • Bug fixes:

    • Various stability fixes
  • Dependency updates:

    • SDK version - 3.0.123

v1.0.4(Deprecated)

09 Jun 02:10
Compare
Choose a tag to compare

1.0.4(June 9, 2020)

  • Features:

    • Implement frozen channel:
      • Disable edit/send message
      • Real time status change
    • Allow configuring params before operations through props:
      • ChannelList.onBeforeCreateChannel
      • ChannelSettings.onBeforeUpdateChannel
      • Channel.onBeforeSendUserMessage
      • Channel.onBeforeSendFileMessage
      • Channel.onBeforeUpdateUserMessage
    • Expose internal methods through sendBirdSelectors:
      • sendBirdSelectors.getSdk
      • sendBirdSelectors.getSendUserMessage
      • sendBirdSelectors.getSendFileMessage
      • sendBirdSelectors.getUpdateUserMessage
      • sendBirdSelectors.getDeleteMessage
      • sendBirdSelectors.getResendUserMessage
      • sendBirdSelectors.getResendFileMessage
      • sendBirdSelectors.getCreateChannel
      • sendBirdSelectors.getLeaveChannel
  • Bug fixes:

    • Various stability fixes
  • Dependency updates:

    • SDK version - 3.0.123

v1.0.3

05 Jun 01:27
Compare
Choose a tag to compare

Release date: (May 27, 2020)

  • Bug fixes:
    • Option to delete messages that failed because of image moderation
    • Stability fix for resending failed messages
    • Minor visual fixes

v1.0.1

05 Jun 01:22
Compare
Choose a tag to compare

Release Date: APR 16, 2020

Bug fixes:

  • Show default icon if avatar link is broken
  • Show parent icon button when context menu is opened
  • Show (No Name) when user has no nickname
  • Do not update notification bar on admin messages
  • Message will be send on Enter key, use Shft + Enter for newline
  • Various internal stability improvements

v1.0.2

05 Jun 01:23
656ac94
Compare
Choose a tag to compare

Release Date: 12 May 2020

  • Features:
    • Loglevels
    • Add user-agent to identify ui kit version
  • Bug fixes:
    • Webpack break due to MomentJS update 2.24.xx
    • Duplicate messages are filtered on fetch
    • Fix double invocation of onChannelSelect
    • Various stability fixes
  • Dependency updates:
    • SDK version - 3.0.122
    • MomentJS - 2.25.3

First release

05 Jun 01:21
Compare
Choose a tag to compare
1.0.0

Release v1