This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Tags: sendbird-graveyard/SendBird-UIKIT-JavaScript
Tags
[2.3.2] (Aug 19 2021) (#38) - Bugfix: * Add filtering logics for channel events by custom message list params * Add filtering logics for channel list events by custom channel list query Co-authored-by: Sravan S <[email protected]>
[2.2.0](Mar 19 2021) (#34) - Features: * <MessageSearch /> - 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<ClientSentMessages>, error?: SendbirdError): void; onResultClick?(message: ClientSentMessages): void; * <App /> can enable or disable search using prop: `showSearchIcon` * <Channel /> Add prop to highlight and navigate betweeen messages highlightedMessage?: string | number; startingPoint: number; - Bugfixes: * Stability fixes Co-authored-by: Sravan S <[email protected]>
[2.0.1](Jan 27 2020) (#30) - 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
v2.0.0 Open Channel * OpenChannel <OpenChannel /> is the component where conversation between the users happen. It is similar to <Channel /> component among group channel components. * OpenChannelSettings <OpenChannelSettings /> works as the configuration component for open channel OpenChannelSettings * A set of selectors for OpenChannel operations
V2.0.0-alpha.0 (#27) Co-authored-by: Sravan S <[email protected]>
PreviousNext