Skip to content

Commit

Permalink
ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
HoonBaek committed Apr 19, 2024
1 parent c67c323 commit a96038e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog - v3

## [v3.14.2] (Apr 18, 2024)
## [v3.14.3] (Apr 19, 2024)
### Features
* Add outputFormat to the image compression options
```tsx
<SendbirdProvider
...
imageCompression={{
outputFormat: 'preserve' | 'png' | 'jpeg',
}}
>
</SendbirdProvider>
```
### Fixes
* Set the message list padding with `12px` in the mobile mode

## [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
Expand All @@ -10,7 +24,6 @@
* Fixed that channel badge count is not updated on iOS Webview

## [v3.14.1] (Apr 12, 2024)

### Fixes
* Fixed a bug where injecting an optional property with null value not rendering the expected default component
* Updated the type of `renderMessage` in the `OpenChannel` module
Expand Down
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.14.2",
"version": "3.14.3",
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down

0 comments on commit a96038e

Please sign in to comment.