Skip to content

Commit

Permalink
[v3.4.1] (Mar 17 2023) (#441)
Browse files Browse the repository at this point in the history
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:
* [[email protected]](https://www.npmjs.com/package/dompurify): +8Kb Gzipped

fixes: https://sendbird.atlassian.net/browse/SDKRLSD-727
  • Loading branch information
Sravan S authored Mar 17, 2023
1 parent 1e667ea commit 02e39c1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog - v3

## [v3.4.1] (Mar 17 2023)

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:
* [[email protected]](https://www.npmjs.com/package/dompurify): +8Kb Gzipped

## [v3.4.1] (Mar 10 2023)

Fixes:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.4.1",
"version": "3.4.2",
"description": "React based UI kit for sendbird",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down

0 comments on commit 02e39c1

Please sign in to comment.