Skip to content

Commit b845294

Browse files
committed
v3.14.0-beta
1 parent 31791b9 commit b845294

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v3.14.0-beta] (Mar 15, 2024)
4+
5+
### Features
6+
* Added 'wide' and 'full' width support for `MessageContent` when value exists in `message.extendedMessagePayload['ui']['container_type']`
7+
* Added `Carousel` ui component
8+
* `MessageTemplate` now supports composite templates
9+
10+
311
## [v3.13.2] (Mar 14, 2024)
412

513
### 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.13.2",
3+
"version": "3.14.0-beta",
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",

rollup.module-exports.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,5 @@ export default {
239239
'ui/Word': 'src/ui/Word/index.tsx',
240240
'ui/FeedbackIconButton': 'src/ui/FeedbackIconButton/index.tsx',
241241
'ui/MobileFeedbackMenu': 'src/ui/MobileFeedbackMenu/index.tsx',
242+
'ui/Carousel': 'src/ui/Carousel/index.tsx',
242243
};

0 commit comments

Comments
 (0)