Skip to content

Commit ab7918f

Browse files
sravan-sHoonBaek
andauthored
Release: [v3.0.1] (July 28 2022) (#224)
Features: * Accept customApiHost & customWebSocketHost as props to SendbirdProvider * Add basic TS project sample Fixes: * Improve URL detection in OG message * Add onCloseClick to MessageSearchProps * Safe call removeGroupChannelHandler in TypingIndicator * userListQuery * Type definitions for channellist and setting Co-authored-by: HoonBaek <[email protected]>
1 parent 1d286a3 commit ab7918f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog - v3
2+
## [v3.0.1] (July 28 2022)
3+
4+
Features:
5+
* Accept customApiHost & customWebSocketHost as props to SendbirdProvider
6+
* Add basic TS project sample
7+
8+
Fixes:
9+
* Improve URL detection in OG message
10+
* Add onCloseClick to MessageSearchProps
11+
* Safe call removeGroupChannelHandler in TypingIndicator
12+
* Apply userListQuery
13+
* Type definition for channellist and setting
214

315
## [v3.0.0] (July 12 2022)
416

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)