Skip to content

Commit 4fdc83f

Browse files
authored
release: v3.15.7 (#1240)
[SDKRLSD-1442](https://sendbird.atlassian.net/browse/SDKRLSD-1442) ## [v3.15.7] (Oct 24th, 2024) ### Features: - **Added support for new file types and extensions.** - **Added mime types:** `'application/zip', 'application/x-rar-compressed', 'application/x-7z-compressed', 'application/x-tar', 'application/gzip', 'application/x-bzip', 'application/x-bzip2', 'application/x-xz', 'application/x-iso9660-image'` - **Added extensions:** - **Image:** `'.apng', '.avif', '.gif', '.jpg', '.jpeg', '.jfif', '.pjpeg', '.pjp', '.png', '.svg', '.webp', '.bmp', '.ico', '.cur', '.tif', '.tiff'` - **Video:** `'.mp4', '.webm', '.ogv', '.3gp', '.3g2', '.avi', '.mov', '.wmv', '.mpg', '.mpeg', '.m4v', '.mkv'` - **Audio:** `'.aac', '.midi', '.mp3', '.oga', '.opus', '.wav', '.weba', '.3gp', '.3g2'` - **Document:** `'.txt', '.log', '.csv', '.rtf', '.pdf', '.doc', '.docx', '.xls', '.xlsx', '.ppt', '.pptx'` - **Archive:** `'.zip', '.rar', '.7z', '.tar', '.gz', '.bz2', '.xz', '.iso'` - **Enhanced MessageBody rendering support:** - Added support for .bmp files as ThumbnailMessage - Added support for .heic files as FileMessage for cross-browser consistency ### Fixes: - Fixed an issue where the `OpenChannel` message list scroll would not move upon initialization **on mobile browsers**. - Fixed an issue where the `MessageInput` failed to auto-scroll when pasting text. - Fixed an issue where ASCII characters appeared in the `MessageInput` when pasting non-English text. [SDKRLSD-1442]: https://sendbird.atlassian.net/browse/SDKRLSD-1442?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 9acfa3a commit 4fdc83f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog - v3
22

3+
## [v3.15.7] (Oct 24th, 2024)
4+
5+
### Features:
6+
- **Added support for new file types and extensions.**
7+
- **Added mime types:** `'application/zip', 'application/x-rar-compressed', 'application/x-7z-compressed', 'application/x-tar', 'application/gzip', 'application/x-bzip', 'application/x-bzip2', 'application/x-xz', 'application/x-iso9660-image'`
8+
- **Added extensions:**
9+
- **Image:** `'.apng', '.avif', '.gif', '.jpg', '.jpeg', '.jfif', '.pjpeg', '.pjp', '.png', '.svg', '.webp', '.bmp', '.ico', '.cur', '.tif', '.tiff'`
10+
- **Video:** `'.mp4', '.webm', '.ogv', '.3gp', '.3g2', '.avi', '.mov', '.wmv', '.mpg', '.mpeg', '.m4v', '.mkv'`
11+
- **Audio:** `'.aac', '.midi', '.mp3', '.oga', '.opus', '.wav', '.weba', '.3gp', '.3g2'`
12+
- **Document:** `'.txt', '.log', '.csv', '.rtf', '.pdf', '.doc', '.docx', '.xls', '.xlsx', '.ppt', '.pptx'`
13+
- **Archive:** `'.zip', '.rar', '.7z', '.tar', '.gz', '.bz2', '.xz', '.iso'`
14+
- **Enhanced MessageBody rendering support:**
15+
- Added support for `.bmp` files as `ThumbnailMessage`
16+
- Added support for `.heic` files as `FileMessage` for cross-browser consistency
17+
18+
### Fixes:
19+
- Fixed an issue where the `OpenChannel` message list scroll would not move upon initialization **on mobile browsers**.
20+
- Fixed an issue where the `MessageInput` failed to auto-scroll when pasting text.
21+
- Fixed an issue where ASCII characters appeared in the `MessageInput` when pasting non-English text.
22+
323
## [v3.15.6] (Oct 11th, 2024)
424

525
### Features:

Diff for: 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.15.6",
3+
"version": "3.15.7",
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)