Skip to content

Commit a96038e

Browse files
committed
ready to release
1 parent c67c323 commit a96038e

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Changelog - v3
22

3-
## [v3.14.2] (Apr 18, 2024)
3+
## [v3.14.3] (Apr 19, 2024)
4+
### Features
5+
* Add outputFormat to the image compression options
6+
```tsx
7+
<SendbirdProvider
8+
...
9+
imageCompression={{
10+
outputFormat: 'preserve' | 'png' | 'jpeg',
11+
}}
12+
>
13+
</SendbirdProvider>
14+
```
15+
### Fixes
16+
* Set the message list padding with `12px` in the mobile mode
417

18+
## [v3.14.2] (Apr 18, 2024)
519
### Fixes
620
* Fixed a bug where right padding is added to messages sent by me in mobile devices
721
* Removed image section in the OGMessageItemBody if there is no og image
@@ -10,7 +24,6 @@
1024
* Fixed that channel badge count is not updated on iOS Webview
1125

1226
## [v3.14.1] (Apr 12, 2024)
13-
1427
### Fixes
1528
* Fixed a bug where injecting an optional property with null value not rendering the expected default component
1629
* Updated the type of `renderMessage` in the `OpenChannel` module

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.14.2",
3+
"version": "3.14.3",
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)