Skip to content

Commit 73759d9

Browse files
author
Sravan S
authored
Release: [v3.3.5] (Feb 3 2023) (#396)
Features: * Voice Recorder&Player logic(not public yet) * Add a voice record logic: VoiceRecorderProvider, useVoiceRecorderContext, useVoiceRecorder * Add an audio play logic: VoicePlayerProvider, useVoicePlayerContext, useVoicePlayer * Create an integrated sample for the group channel Fix: * Migrate the outdated ChannelListQuery interface * Issue: A customer said the `userIdsFilter` of ChannelListQuery doesn't work when receiving messages There's been an internal channel filtering logic with custom channelListQuery, but it's broken because we've used the outdated interface of Chat SDK. * Fix: We migrated the outdated interface `_searchFilter` and `_userIdsFilter` to new things `searchFilter` and `userIdsFilter * Use the same word-splitting logic on the TextMessage and OGMessage * TextMessage will also allow opening the URL links * Use the same word wrapping style on the TextMessage and OGMessage * Apply string set into the moderation section * Add string set * CHANNEL_SETTING__OPERATORS__ADD_BUTTON: 'Add' * CHANNEL_SETTING__MODERATION__EMPTY_BAN: 'No banned members yet' * CHANNEL_SETTING__MODERATION__ALL_BAN: 'All banned members' * Edit should not be allowed when input is empty * New channel interrupts the current conversation * Do not set the current channel when getting an invitation * Add test for USER_INVITED in the reducer of ChannelList
1 parent 70e8b92 commit 73759d9

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog - v3
22

3+
## [v3.3.5] (Feb 3 2023)
4+
Features:
5+
* Voice Recorder&Player logic(not public yet)
6+
* Add a voice record logic: VoiceRecorderProvider, useVoiceRecorderContext, useVoiceRecorder
7+
* Add an audio play logic: VoicePlayerProvider, useVoicePlayerContext, useVoicePlayer
8+
* Create an integrated sample for the group channel
9+
10+
Fix:
11+
* Migrate the outdated ChannelListQuery interface
12+
* Issue: A customer said the `userIdsFilter` of ChannelListQuery doesn't work when receiving messages
13+
There's been an internal channel filtering logic with custom channelListQuery, but it's broken because we've used the outdated interface of Chat SDK.
14+
* Fix: We migrated the outdated interface `_searchFilter` and `_userIdsFilter` to new things `searchFilter` and `userIdsFilter
15+
* Use the same word-splitting logic on the TextMessage and OGMessage
16+
* TextMessage will also allow opening the URL links
17+
* Use the same word wrapping style on the TextMessage and OGMessage
18+
* Apply string set into the moderation section
19+
* Add string set
20+
* CHANNEL_SETTING__OPERATORS__ADD_BUTTON: 'Add'
21+
* CHANNEL_SETTING__MODERATION__EMPTY_BAN: 'No banned members yet'
22+
* CHANNEL_SETTING__MODERATION__ALL_BAN: 'All banned members'
23+
* Edit should not be allowed when input is empty
24+
* New channel interrupts the current conversation
25+
* Do not set the current channel when getting an invitation
26+
* Add test for USER_INVITED in the reducer of ChannelList
27+
328
## [v3.3.4] (Jan 6 2023)
429
Fix:
530
* Add the time stamp rendering case for before this year on the ChannelList

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)