|
1 | 1 | # Changelog - v3
|
2 | 2 |
|
| 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 | + |
| 15 | +### Fixes: |
| 16 | +- Fixed an issue where the `OpenChannel` message list scroll would not move upon initialization **on mobile browsers**. |
| 17 | +- Fixed an issue where the `MessageInput` scroll would not move when pasting text. |
| 18 | +- Fixed an issue where ASCII characters appeared in the `MessageInput` when pasting non-English text. |
| 19 | + |
3 | 20 | ## [v3.15.6] (Oct 11th, 2024)
|
4 | 21 |
|
5 | 22 | ### Features:
|
|
0 commit comments