Fixes:
- Refactor
--sendbird-vh
CSS Variable Logic in InviteUsers Component- Improved code readability by moving logic to the
InviteUsers
component. - GitHub PR #899 (CLNP-1806)
- Improved code readability by moving logic to the
- Prevent Access to
window
in SSR Environments- Fixed server-side rendering issues in NextJS by preventing access to the
window
object. (Original Author: Aaron James King) - GitHub PR #900 (SBISSUE-14287)
- Fixed server-side rendering issues in NextJS by preventing access to the
- Update Channel View to Show
NO_CHANNEL
Placeholder- Channel view now displays
NO_CHANNEL
placeholder after leaving all channels. (Original Author: Alden Quimby) - GitHub PR #901
- Channel view now displays
- Fix Replay of Voice Memos
- Resolved the issue preventing the replay of voice memos. (Original Author: Alden Quimby)
- GitHub PR #902
- Resolve Image Upsizing Issue in ImageCompression
- Fixed the issue with image upsizing in ImageCompression. (Original Author: GitHub User) (CLNP-1832)
- GitHub PR #903
- Update Peer Dependencies for npm Install
- Addressed peer dependencies issues in npm install. (Original Author: GitHub User)
- GitHub PR #905
- Fix Scroll Behavior in Open Channel
- Fixed scroll behavior when sending a message in an open channel. (Original Author: GitHub User)
- GitHub PR #906
- Fix Cross-Site Scripting Vulnerability in OGTag
- Fixed cross-site scripting vulnerability in OGTag. (Original Author: GitHub User)
- GitHub PR #907