Skip to content

Commit ac60d40

Browse files
committed
release/v3.15.5
1 parent e087c5c commit ac60d40

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog - v3
22

3+
## [v3.15.5] (Oct 4th, 2024)
4+
5+
### Updates
6+
- Usage of template message feature:
7+
1. Template data in message
8+
- removed: A message with valid `extendedMessagePayload.template` value will be displayed with `TemplateMessageItemBody`.
9+
- added: A message with valid `extendedMessagePayload.message_template` value will be displayed with `TemplateMessageItemBody`.
10+
2. Container type data in message
11+
- removed: Added 'wide' width support for `MessageContent` when value exists in `message.extendedMessagePayload['ui']['container_type']`
12+
- added: Added support for template message rendering options (boolean type): `profile`, `time`, and `nickname` in `extendedMessagePayload['message_template']['container_options']`
13+
314
## [v3.15.4] (Sep 26th, 2024)
415

516
### Features

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.15.4",
3+
"version": "3.15.5",
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)