Releases: sendbird/sendbird-uikit-react-native
Releases · sendbird/sendbird-uikit-react-native
v2.2.0
2.2.0 (2023-01-03)
Features
- added group channel notifications fragment (dfb891d)
- foundation: added dynamic header to bottom sheet (850cb68)
- foundation: added mention related props to group channel preview (507a1af)
- foundation: added reaction ui color (5b272e5)
- uikit: added emoji manager (1cad175)
- uikit: added reaction addons (1a0db30)
- uikit: added reaction bottom sheets (07ae1ad)
- uikit: added reaction user list bottom sheet (e9ef7e9)
Bug Fixes
- added missing keyExtractor to list components of modules (4ee1108)
- android selection bug (d2b4c8c)
- chat-hooks: admin message is not added via onMessagesAdded handler (0bbb499)
- chat-hooks: fixed wrong error variable name in the useUserList query catch (82c6f6f)
Improvements
- update time format (708be93)
v2.1.0
2.1.0 (2022-12-06)
⚠ BREAKING CHANGES
- uikit: update camera roll module
Features
- added group channel type selector (9fb7a19)
- chat-hooks: added useGroupChannel hook (9392dea)
- foundation: added profile card ui (472f02f)
- support broadcast and supergroup channel (895fa3b)
- uikit: added enableUseUserIdForNickname option (5d3cfd8)
- uikit: added group channel banned users fragment (80e1a5e)
- uikit: added group channel moderations fragment (4213e6d)
- uikit: added group channel muted members fragment (3784b73)
- uikit: added group channel operators add fragment (4ac84ee)
- uikit: added group channel operators fragment (c7f6626)
- uikit: added mini profile card (0877463)
- uikit: added moderation in group channel members (9b25059)
- utils: added buffered request function (d3e375c)
Bug Fixes
- chat-hooks: prevent MESSAGE_RECEIVED handler called twice when receiving new message. (ab988c6)
Improvements
- chat-hooks: removed activeChannel from useGroupChannelMessages for normalizing (70fb1c7)
- uikit: update camera roll module (5ddb5d3)
Documentation
v2.0.3
v2.0.1
v1.1.3
v2.0.0
v2.0.0-rc.0
2.0.0-rc.0 (2022-10-11)
⚠ BREAKING CHANGES
- migrated to Chat SDK v4
Features
- migrated to Chat SDK v4 (5ce9e4f)
Bug Fixes
- utils: remove useLayoutEffect sync from useFreshCallback (d5656be)
Documentation
v1.1.2
1.1.2 (2022-09-28)
Features
- added an alert to go to app settings when permission is not granted (QM-1799) (dfb9322)
Bug Fixes
- changed default limit in useGroupChannelListWithCollection hook (260fa6c)
- ellipsis name in the message (QM-1788, QM-1790) (cf39461)
- fixed createFileService.native to save media files properly on Android (QM-1766) (939d2b4)
- fixed createFileService.native to save video files properly on iOS13 (QM-1765) (811039b)
- truncate file viewer header title(QM-1798) (6c34292)
v1.1.1
v1.1.0
1.1.0 (2022-08-31)
Features
- uikit: added file viewer component (9b9d52b)
- uikit: added TypingIndicator and MessageReceiptStatus in Channel List (39c54fc)
- uikit: added video message component and media service (15713e5)
Bug Fixes
- uikit: changed type of createExpoNotificationService param (e030128)
Documentation
Improvements
- chat-hooks: remove deps from useChannelHandler (fe4ec27)