Skip to content

Commit 319d263

Browse files
authored
release: v3.2.2 (#328)
Feature: * Export a type `OutgoingMessageStates` * Type: `enum OutgoingMessageStates { NONE, PENDING, SENT, FAILED, DELIVERED, READ }` * Export a util function `getOutgoingMessageState` * Importing path: "@sendbird/uikit-react/utils/message/getOutgoingMessageState" * Interface: `function getOutgoingMessageState(channel, message): OutgoingMessageStates` * Add a prop `disableMarkAsDelivered` into the <App /> and <SendbirdProvider /> Some of our customers do not use the markAsDelivery feature, but we always have called the markAsDelivered on the ChannelList with every channel It caused a rate-limit issue, so we add a new prop to disable the markAdDelivered call for that case
1 parent b5a6f06 commit 319d263

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

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

3+
## [v3.2.2] (Oct 13 2022)
4+
5+
Feature:
6+
* Export a type `OutgoingMessageStates`
7+
* Type: `enum OutgoingMessageStates { NONE, PENDING, SENT, FAILED, DELIVERED, READ }`
8+
* Export a util function `getOutgoingMessageState`
9+
* Importing path: "@sendbird/uikit-react/utils/message/getOutgoingMessageState"
10+
* Interface: `function getOutgoingMessageState(channel, message): OutgoingMessageStates`
11+
* Add a prop `disableMarkAsDelivered` into the <App /> and <SendbirdProvider />
12+
Some of our customers do not use the markAsDelivery feature,
13+
but we always have called the markAsDelivered on the ChannelList with every channel
14+
It caused a rate-limit issue, so we add a new prop to disable the markAdDelivered call for that case
15+
316
## [v3.2.1] (Oct 02 2022)
417

518
Fixes:
6-
719
* Do not bundle chat SDK with uikit compiled code
820

921
Compiled UIKit code that is distributed through npm shouldn't

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.1",
3+
"version": "3.2.2",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)