|
1 | 1 | # Changelog - v3
|
2 | 2 |
|
| 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 | + |
3 | 31 | ## [v3.9.2] (Dec 15 2023)
|
4 | 32 |
|
5 | 33 | ### Fixes:
|
|
0 commit comments