Skip to content

Commit 166530f

Browse files
author
Sravan S
authored
[v3.6.2] (June 30 2023) (#669)
### Fixes: * [email protected] build error on CRA (#668) [email protected] wouldnt work by default on CRA because of module resolution error on uikit-tools This is fixed in uikit-tools, and released in 40.alpha see: https://github.com/sendbird/sendbird-uikit-core-ts/pull/55 * Improve invitation modal submit btn disable condition Modify the invitation modal disable condition to not include the logged-in user for the user counting logic
1 parent 2c7001f commit 166530f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [v3.6.2] (June 30 2023)
4+
5+
### Fixes:
6+
* [email protected] build error on CRA (#668)
7+
[email protected] wouldnt work by default on CRA
8+
because of module resolution error on uikit-tools
9+
This is fixed in uikit-tools, and released in 40.alpha
10+
see: https://github.com/sendbird/sendbird-uikit-core-ts/pull/55
11+
* Improve invitation modal submit btn disable condition
12+
Modify the invitation modal disable condition to not include the
13+
logged-in user for the user counting logic
14+
315
## [v3.6.1] (June 30 2023)
416

517
### Feat:

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