Skip to content

Commit 13b675a

Browse files
committed
v3.2.5
1 parent b1a477b commit 13b675a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [v3.2.5] (Nov 4 2022)
4+
Fix:
5+
* Modify the type of parameters in the sendbirdSelectors
6+
There has been unsyncronous between reality and types
7+
This fix only affects to TypeScript
8+
* getLeaveGroupChannel: `channel` to `channelUrl`
9+
* getEnterOpenChannel: `channel` to `channelUrl`
10+
* getExitOpenChannel: `channel` to `channelUrl`
11+
312
## [v3.2.4] (Nov 1 2022)
413
Features:
514
* For Channel component, added separate prop isLoading?.boolean

package-lock.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "3.2.5",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)