Skip to content

Commit 29f8899

Browse files
committed
Version up to 3.9.3 & Add changelog
1 parent 182a9d4 commit 29f8899

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## [v3.9.3] (Jan 5, 2024)
4+
5+
### Fixes:
6+
* **Refactor `--sendbird-vh` CSS Variable Logic in InviteUsers Component**
7+
- Improved code readability by moving logic to the `InviteUsers` component.
8+
- [GitHub PR #899](https://github.com/sendbird/sendbird-uikit-react/pull/899) (CLNP-1806)
9+
* **Prevent Access to `window` in SSR Environments**
10+
- Fixed server-side rendering issues in NextJS by preventing access to the `window` object. (Original Author: [Aaron James King](https://github.com/AaronJamesKing))
11+
- [GitHub PR #900](https://github.com/sendbird/sendbird-uikit-react/pull/900) (SBISSUE-14287)
12+
* **Update Channel View to Show `NO_CHANNEL` Placeholder**
13+
- Channel view now displays `NO_CHANNEL` placeholder after leaving all channels. (Original Author: [Alden Quimby](https://github.com/aldenquimby))
14+
- [GitHub PR #901](https://github.com/sendbird/sendbird-uikit-react/pull/901)
15+
* **Fix Replay of Voice Memos**
16+
- Resolved the issue preventing the replay of voice memos. (Original Author: [Alden Quimby](https://github.com/aldenquimby))
17+
- [GitHub PR #902](https://github.com/sendbird/sendbird-uikit-react/pull/902)
18+
* **Resolve Image Upsizing Issue in ImageCompression**
19+
- Fixed the issue with image upsizing in ImageCompression. (Original Author: [GitHub User](https://github.com/GitHubUser)) (CLNP-1832)
20+
- [GitHub PR #903](https://github.com/sendbird/sendbird-uikit-react/pull/903)
21+
* **Update Peer Dependencies for npm Install**
22+
- Addressed peer dependencies issues in npm install. (Original Author: [GitHub User](https://github.com/GitHubUser))
23+
- [GitHub PR #905](https://github.com/sendbird/sendbird-uikit-react/pull/905)
24+
* **Fix Scroll Behavior in Open Channel**
25+
- Fixed scroll behavior when sending a message in an open channel. (Original Author: [GitHub User](https://github.com/GitHubUser))
26+
- [GitHub PR #906](https://github.com/sendbird/sendbird-uikit-react/pull/906)
27+
* **Fix Cross-Site Scripting Vulnerability in OGTag**
28+
- Fixed cross-site scripting vulnerability in OGTag. (Original Author: [GitHub User](https://github.com/GitHubUser))
29+
- [GitHub PR #907](https://github.com/sendbird/sendbird-uikit-react/pull/907)
30+
331
## [v3.9.2] (Dec 15 2023)
432

533
### Fixes:

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