Skip to content

Commit 9772c2e

Browse files
author
Sravan S
authored
release: [v3.6.1](June 30 2023) (#666)
### Feat: * Enable channel creation when no user present to select If there are no users in the channel creation menu, User still get to create an empty channel with themselves * Mobile: Keep keyboard open after sending the message ### Fixes: * Update @sendbird/uikit-tools to 0.0.1-alpha.39 alpha.39 has CJS support, otherwise, UIKit wont work on next-js page router ### Chore: * Update all examples to V4 + StackBlitz * Update all sample code to V4 * Convert CodeSandbox to StackBlitz * Render all examples with Vite * Thanks @tylerhammer
1 parent 265a484 commit 9772c2e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog - v3
2+
3+
## [v3.6.1] (June 30 2023)
4+
5+
### Feat:
6+
* Enable channel creation when no user present to select
7+
If there are no users in the channel creation menu,
8+
User still get to create an empty channel with themselves
9+
* Mobile: Keep keyboard open after sending the message
10+
11+
### Fixes:
12+
* Update @sendbird/uikit-tools to 0.0.1-alpha.39
13+
alpha.39 has CJS support, otherwise, UIKit wont work
14+
on next-js page router
15+
16+
### Chore:
17+
* Update all examples to V4 + StackBlitz
18+
* Update all sample code to V4
19+
* Convert CodeSandbox to StackBlitz
20+
* Render all examples with Vite
21+
* Thanks @tylerhammer
22+
223
## [v3.6.0] (June 28 2023)
324

425
### Feat:

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