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
[1.3.0-rc.4](Oct 27, 2020)
- Bugfixes:
- Yarn support
- Cosmetic fixes
1.3.0-rc.3(Oct 23, 2020)
- Type defintion fixes
1.3.0-rc.2(Oct 22, 2020)
- Type defintion fixes
1.3.0-rc.1(Oct 20, 2020)
- Type definition updates
1.3.0-rc.0(Oct 20, 2020)
- Features:
- String set customization
- Use date-fns instead of momentjs
- Add type definition files for typescript support
- Theme customization using CSS-Variables
1.2.8(Oct 19, 2020)
- Features/Bugs:
- sortChannelList prop for ChannelListComponent
sortChannelList={(channels: BaseChannel) => { ... return sortedChannels: BaseChannel }}
- Bugfixes:
- CSS Flex: Rename all start to flex-start
1.2.7(Sept 29, 2020)
- Bugfixes:
- Fix ChannelList scroll by adding correct classname
1.2.6(Sept 28, 2020)
- Bugfixes:
- sendBirdSelectors.getSendFileMessage supports attaching
files that are uploaded to a remote server - renderChatItem includes channel as a prop:
- The available props are:
{
message: BaseMessage,
onDeleteMessage: Fn,
onUpdateMessage: Fn,
channel: GroupChannel
}
- The available props are:
- Place unsuccessful messages to the last on the allMessages
- sendBirdSelectors.getSendFileMessage supports attaching
1.2.5(Sept 21, 2020)
v.1.24 +
- Features/Bugs:
- ChannelList
- disableUserProfile: boolean
- renderUserProfile: React.Component
- ChannelList
1.2.4(Sept 17, 2020)
-
Features:
User profile viewer on Channel and ChannelSettings
Edit user profile on ChannelList(disabled by default)- SendBirdProvider
- disableUserProfile: boolean
- renderUserProfile: React.Component
- allowProfileEdit: boolean
- Channel
- disableUserProfile: boolean
- renderUserProfile: React.Component
- ChannelSettings
- disableUserProfile: boolean
- renderUserProfile: React.Component
- ChannelList
- renderHeader(): React.Component
- allowProfileEdit: boolean
- onThemeChange(theme: string): void
- onProfileEditSuccess(user: User): void
- SendBirdProvider