Skip to content

Commit b50936d

Browse files
committed
release: v3.14.8
1 parent 91122a1 commit b50936d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [v3.14.8] (May 30, 2024)
4+
### Fixes
5+
- Resolved the issue of storybook user leaving the channel
6+
- Added a workaround to reset IME in mobile webkit for better input handling
7+
- This fix involves creating a ghost input to manage focus transitions, preventing the virtual keyboard from closing and ensuring the proper composition of characters like Hangul
8+
- The ghost input is used to reset the IME context, and focus is moved back to the original input using `requestAnimationFrame` to avoid delays
9+
- Retry connection when failed with a token expired error
10+
- Ensure scroll to the bottom of the list when mounted before painting
11+
- Minor bug fixes and adjustments for `SuggestedReplyItem` component:
12+
- Fixed a bug where horizontal suggested reply items contents are not wrapping to multiple lines
13+
- Adjusted bubble size
14+
- Added missing margin
15+
16+
### Features
17+
- Added support for rendering .mov file type only in Safari browser
18+
19+
320
## [v3.14.7] (May 23, 2024)
421
### Fixes
522
* Fixed issue where files that failed to compress were not being sent

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