Skip to content

Commit 6da6d76

Browse files
committed
v3.14.0-beta.2
1 parent 3b2a5a9 commit 6da6d76

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog - v3
22

3+
## [v3.14.0-beta.2] (Mar 22, 2024)
4+
5+
### Fixes
6+
* Fixed a bug where swiping `Carousel` in mobile view displaying flickering effect
7+
* Added missing default `font-family` value to `sendbird-message-template__root`
8+
39
## [v3.14.0-beta] (Mar 15, 2024)
410

511
### Features
612
* Added 'wide' and 'full' width support for `MessageContent` when value exists in `message.extendedMessagePayload['ui']['container_type']`
713
* Added `Carousel` ui component
814
* `MessageTemplate` now supports composite templates
915

10-
1116
## [v3.13.2] (Mar 14, 2024)
1217

1318
### Features

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.0-beta",
3+
"version": "3.14.0-beta.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)