Skip to content

Commit a2264fd

Browse files
authored
release: v3.14.2 (#1065)
## [v3.14.2] (Apr 18, 2024) ### Fixes * Fixed a bug where right padding is added to messages sent by me in mobile devices * Removed image section in the OGMessageItemBody if there is no og image * Fixed that safely opens URL to prevent XSS * Fixed that copying URI-list issue in the iOS device/Safari * Fixed that channel badge count is not updated on iOS Webview
1 parent 742e337 commit a2264fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v3.14.2] (Apr 18, 2024)
4+
5+
### Fixes
6+
* Fixed a bug where right padding is added to messages sent by me in mobile devices
7+
* Removed image section in the OGMessageItemBody if there is no og image
8+
* Fixed that safely opens URL to prevent XSS
9+
* Fixed that copying URI-list issue in the iOS device/Safari
10+
* Fixed that channel badge count is not updated on iOS Webview
11+
312
## [v3.14.1] (Apr 12, 2024)
413

514
### Fixes

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.14.1",
3+
"version": "3.14.2",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",

0 commit comments

Comments
 (0)