Skip to content

Commit b241f70

Browse files
committed
release: 3.14.9
1 parent 3bf48e0 commit b241f70

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v3.14.9] (June 7, 2024)
4+
### Fixes
5+
- Resolved an issue where M4A format audio files were not playing in Safari. M4A files are now parsed as `audio/x-m4a` to ensure proper playback.
6+
- Prevented the newly created channels from being filtered out from the ChannelList.
7+
8+
### Features
9+
- Added a modal to the `FileViewer` components for utilizing the `onMounted` event handler.
10+
11+
312
## [v3.14.8] (May 30, 2024)
413
### Fixes
514
- Resolved the issue of storybook user leaving the channel

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