Skip to content

Commit e14fe64

Browse files
committed
ready v3.14.2
1 parent 742e337 commit e14fe64

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [v3.14.2] (Apr 18, 2024)
4+
5+
### Features
6+
* Added `outputFormat` to the image compression options
7+
```tsx
8+
<SendbirdProvider
9+
...
10+
imageCompression={{
11+
outputFormat: 'preserve' | 'png' | 'jpeg',
12+
}}
13+
>
14+
</SendbirdProvider>
15+
```
16+
17+
### Fixes
18+
* Removed image section in the OGMessageItemBody if there is no og image
19+
* Fixed that safely opens URL to prevent XSS
20+
* Fixed that copying URI-list issue in the iOS device/Safari
21+
* Fixed that channel badge count is not updated on iOS Webview
22+
323
## [v3.14.1] (Apr 12, 2024)
424

525
### 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)