Skip to content

Commit f18cb4d

Browse files
author
Sravan S
authored
[v3.2.6] (Nov 14 2022) (#363)
Fix: * Use ref instead of querySelector for DOM manipulation Fixes the issue where input is not cleared when multiple channels are open at the same time * Apply pre-line into the OpenChannelUserMessage Fixes the issue where OpenChannel UserMessage doesnt have new line https://sendbird.atlassian.net/browse/SDKRLSD-562
1 parent f4e2f31 commit f18cb4d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog - v3
22

3+
## [v3.2.6] (Nov 14 2022)
4+
Fix:
5+
* Use ref instead of querySelector for DOM manipulation
6+
Fixes the issue where input is not cleared when multiple channels are open at the same time
7+
* Apply pre-line into the OpenChannelUserMessage
8+
Fixes the issue where OpenChannel UserMessage doesnt have new line
9+
310
## [v3.2.5] (Nov 7 2022)
411
Fix:
512
* Modify the type of parameters in the sendbirdSelectors

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)