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

Releases: sendbird-graveyard/SendBird-UIKIT-JavaScript

v2.4.0-alpha.3

25 Aug 01:59
dde56bb
Compare
Choose a tag to compare
v2.4.0-alpha.3 Pre-release
Pre-release

Test release

[2.3.2] (Aug 19 2021): Filter bug fixes

24 Aug 04:37
dde56bb
Compare
Choose a tag to compare
  • Bugfix:
  • Add filtering logics for channel events by custom message list params
  • Add filtering logics for channel list events by custom channel list query

[2.2.0](Mar 19 2021): MessageSearch

19 Mar 04:59
7ecbcd0
Compare
Choose a tag to compare
  • Features:
    • - standalone message search component with props:
      channelUrl: string;
      searchString?: string;
      messageSearchQuery?: SendbirdUIKit.MessageSearchQueryType;
      renderSearchItem?({ message, onResultClick }: {
      message: ClientSentMessages,
      onResultClick?: (message: ClientSentMessages) => void,
      }): JSX.Element;
      onResultLoaded?(messages?: Array, error?: SendbirdError): void;
      onResultClick?(message: ClientSentMessages): void;
    • can enable or disable search using prop: showSearchIcon
    • Add prop to highlight and navigate betweeen messages
      highlightedMessage?: string | number;
      startingPoint: number;
  • Bugfixes:
    • Stability fixes

[2.0.2](Jan 28 2021)

28 Jan 07:43
bf629b6
Compare
Choose a tag to compare
  • Bugfixes:
    • When message arrive, autoscroll if user is at end of Channel

[2.0.1](Jan 27 2020)

27 Jan 08:25
6807a9e
Compare
Choose a tag to compare
  • Features:

    • ImageCompression for sending jpg, jpeg & png files
  • Bugfixes:

    • Add Pending and Failed Icon in OpenChannel Messages
    • Scrolling of Channel component
    • Add get-prefix to selectors(getExitOpenChannel, getEnterOpenChannel)
    • Cosmetic fixes

[1.3.2](Jan 21, 2021)

22 Jan 01:01
Compare
Choose a tag to compare

Bug Fixes

  • Channel : Autoscroll on message received if user is at end of scroll

v2.0.0 Open Channel(Dec 23 2020)

23 Dec 09:39
Compare
Choose a tag to compare
  • OpenChannel
    is the component where conversation between the users
    happen.
    It is similar to component among group channel components.

  • OpenChannelSettings
    works as the configuration component for open
    channel OpenChannelSettings

  • A set of selectors for OpenChannel operations

1.3.1(Dec 16, 2020)

16 Dec 09:24
Compare
Choose a tag to compare
  • RenderCustomMessage for Channel component
  • Fix scrollIntoView bug

2.0.0-alpha.0 Open Channel

11 Dec 08:59
661653c
Compare
Choose a tag to compare
Pre-release

Experimental release of open channels, dont try in production

[1.3.0](Nov 9, 2020)

09 Nov 05:32
94c62fb
Compare
Choose a tag to compare
  • Features:

    • String set customization
    • Use date-fns instead of momentjs
    • Add type definition files for typescript support
    • Theme customization using CSS-Variables
  • Bugfixes:

    • Yarn support
    • Cosmetic fixes