Commit e1b56ad
release: v3.14.8 (#1119)
## [v3.14.8] (May 30, 2024)
### Fixes
- Resolved the issue of storybook user leaving the channel
- Added a workaround to reset IME in mobile webkit for better input
handling
- 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
- The ghost input is used to reset the IME context, and focus is moved
back to the original input using `requestAnimationFrame` to avoid delays
- Retry connection when failed with a token expired error
- Ensure scroll to the bottom of the list when mounted before painting
- Minor bug fixes and adjustments for `SuggestedReplyItem` component:
- Fixed a bug where horizontal suggested reply items contents are not
wrapping to multiple lines
- Adjusted bubble size
- Added missing margin
### Features
- Added support for rendering `.mov` file type only in Safari browser
---------
Co-authored-by: Baek EunSeo <[email protected]>1 parent 91122a1 commit e1b56ad
2 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments