Skip to content

Commit a184fe2

Browse files
committed
release: 3.6.5
1 parent 8d0cd00 commit a184fe2

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3-
## [v3.6.4] (July 19 2023)
3+
## [v3.6.5] (July 21 2023)
4+
### Feat:
5+
* Add a new prop `sdkInitParams` that allows passing custom parameters when `sdk.init(params)` is called from outside of UIKit.
6+
7+
e.g.
8+
```
9+
<SendbirdProvider
10+
sdkInitParams={{
11+
appStateToggleEnabled: false,
12+
debugMode: true,
13+
// more options can be found here https://sendbird.com/docs/chat/v4/javascript/ref/interfaces/_sendbird_chat.SendbirdChatParams.html
14+
}}
15+
/>
16+
```
17+
18+
## [v3.6.4] (July 20 2023)
419
### Feat:
520
* Create a separate package.json for CommonJS (cjs) module during build time. This package.json is located under dist/cjs directory. (#687)
621
* Add a new prop `isUserIdUsedForNickname` to the public interface. This prop allows using the userId as the nickname. (#683)

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