Skip to content

Commit 9284fff

Browse files
committed
release: 3.6.6
1 parent 3ed25be commit 9284fff

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [v3.6.6] (Aug 3 2023)
4+
### Feat:
5+
* Add `customExtensionParams` for `sdk.addSendbirdExtensions` (#698)
6+
The 3rd parameter customData to the `sdk.addSendbirdExtension` function, allowing it to be delivered from outside of UIKit React.
7+
e.g.
8+
```
9+
<SendbirdProvider
10+
customExtensionParams={{
11+
a: 'a', // the key-value set will be passed when sdk.addSendbirdExtensions is called
12+
}}
13+
/>
14+
```
15+
* Call `sdk.addSendbirdExtensions` during the connection process (#682)
16+
17+
### Fixes:
18+
* Change the MessageInput cursor style from disabled to not-allowed; Thanks @roderickhsiao (#697)
19+
* PendingMsg is missing isUserMessage method (#695)
20+
This resolves the issue where spreading the message object in the reducer loses some methods like `isUserMessage` and `isFileMessage`
21+
22+
### Chore:
23+
* Update Trunk-Based Development to Scaled Trunk-Based Development (#696)
24+
It describes the flow with short-lived feature branches, code review, and build automation before integrating into main.
25+
326
## [v3.6.5] (July 21 2023)
427
### Feat:
528
* Add a new prop `sdkInitParams` that allows passing custom parameters when `sdk.init(params)` is called from outside of UIKit.

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