This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Releases: sendbird-graveyard/SendBird-UIKIT-JavaScript
Releases · sendbird-graveyard/SendBird-UIKIT-JavaScript
v2.4.0-alpha.3
Test release
[2.3.2] (Aug 19 2021): Filter bug fixes
[2.2.0](Mar 19 2021): MessageSearch
- 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;
- - standalone message search component with props:
- Bugfixes:
- Stability fixes
[2.0.2](Jan 28 2021)
- Bugfixes:
- When message arrive, autoscroll if user is at end of Channel
[2.0.1](Jan 27 2020)
-
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)
Bug Fixes
- Channel : Autoscroll on message received if user is at end of scroll
v2.0.0 Open Channel(Dec 23 2020)
-
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)
- RenderCustomMessage for Channel component
- Fix scrollIntoView bug
2.0.0-alpha.0 Open Channel
Experimental release of open channels, dont try in production
[1.3.0](Nov 9, 2020)
-
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