From d0ff5465efc983857ab1e11537e71b0398406855 Mon Sep 17 00:00:00 2001 From: Sravan S Date: Fri, 17 Mar 2023 15:48:15 +0900 Subject: [PATCH] [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: * [dompurify@3.0.1](https://www.npmjs.com/package/dompurify): +8Kb Gzipped --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29387dfb6..992f54e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: +* [dompurify@3.0.1](https://www.npmjs.com/package/dompurify): +8Kb Gzipped + ## [v3.4.1] (Mar 10 2023) Fixes: diff --git a/package-lock.json b/package-lock.json index 51f6c9acb..3ad7b5129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sendbird/uikit-react", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sendbird/uikit-react", - "version": "3.4.1", + "version": "3.4.2", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@sendbird/chat": "^4.2.3", diff --git a/package.json b/package.json index 83c2161e9..0375f34ce 100644 --- a/package.json +++ b/package.json @@ -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",