Skip to content

Commit 02e39c1

Browse files
author
Sravan S
authored
[v3.4.1] (Mar 17 2023) (#441)
Features: * Mentions should be preserved when copy pasted from sendbird-messages and message input * Make sure you are posting mentions of users from same channel * We dont support pasting of rich text from other applications * For copying simple text, we recommend using paste option in message context-menu * Conditions tested: 1. paste simple text 2. paste text with mention 3. paste text with mention and text 4. paste text with mention and text and paste again before and after 5. copy message with mention(only one mention, no other text) and paste 6. copy message with mention from input and paste(before and after) Chores: * Arrange the order of the string set table Some string-set were missing on the current string set table, so our customers werent able to use the latest state of the string set feature Library added: * [dompurify@3.0.1](https://www.npmjs.com/package/dompurify): +8Kb Gzipped fixes: https://sendbird.atlassian.net/browse/SDKRLSD-727
1 parent 1e667ea commit 02e39c1

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [v3.4.1] (Mar 17 2023)
4+
5+
Features:
6+
* Mentions should be preserved when copy pasted from sendbird-messages and message input
7+
* Make sure you are posting mentions of users from same channel
8+
* We dont support pasting of rich text from other applications
9+
* For copying simple text, we recommend using paste option in message context-menu
10+
11+
* Conditions tested:
12+
1. paste simple text
13+
2. paste text with mention
14+
3. paste text with mention and text
15+
4. paste text with mention and text and paste again before and after
16+
5. copy message with mention(only one mention, no other text) and paste
17+
6. copy message with mention from input and paste(before and after)
18+
19+
Chores:
20+
* Arrange the order of the string set table
21+
Some string-set were missing on the current string set table, so our customers werent able to use the latest state of the string set feature
22+
23+
Library added:
24+
* [dompurify@3.0.1](https://www.npmjs.com/package/dompurify): +8Kb Gzipped
25+
326
## [v3.4.1] (Mar 10 2023)
427

528
Fixes:

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.4.1",
3+
"version": "3.4.2",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)