|
1 | 1 | # Changelog - v3
|
2 | 2 |
|
| 3 | +## [v3.4.9] (June 02 2023) |
| 4 | + |
| 5 | +Fixes: |
| 6 | +* ChannelList |
| 7 | + * Display a channel on channel list only when there's a message |
| 8 | + * Remove edited message from ChannelPreview |
| 9 | + |
| 10 | +* MarkAsRead & MarkAsDelivered |
| 11 | + * Batch markAsRead & markAsDelivered requests |
| 12 | + |
| 13 | +* Scrolling |
| 14 | + * Various scroll issues in Channel component |
| 15 | + * Shaky scroll on messages when fetching messages |
| 16 | + * Scroll into view when starting point is set |
| 17 | + * Scroll into message on clicking quote reply |
| 18 | + * Inconsistent rendering on scrollToBottom button |
| 19 | + |
| 20 | +* Mention |
| 21 | + * Improve max mention count logic in Messages |
| 22 | + * Improve mention detection when there are curly braces in user's name Mentions |
| 23 | + were not working when user nickname had curly braces |
| 24 | + |
| 25 | +* Special channels |
| 26 | + * Disable mention in the broadcast channel |
| 27 | + * Change OpenChannelInput muted state notice text in broadcast channel |
| 28 | + |
| 29 | +* Reply |
| 30 | + * Apply ellipsis to a sender of quote and admin message |
| 31 | + |
| 32 | +* Thread |
| 33 | + * Add border bottom to the ParentMessageInfo component |
| 34 | + * Modify string set for thread menu "Reply to Thread" -> "Reply in Thread" |
| 35 | + Do not display "Reply in Thread" to the reply messages |
| 36 | + * Prevent hover style of ParentMessageInfo component |
| 37 | + |
| 38 | +* OpenChannel |
| 39 | + * Apply theme to the OpenChannelList header |
| 40 | + |
| 41 | +Chores: |
| 42 | +* Add a sample with router |
| 43 | +* Add dataId to the every menu items |
| 44 | + |
3 | 45 | ## [v3.4.8] (May 19 2023)
|
4 | 46 |
|
5 | 47 | Fixes:
|
@@ -31,7 +73,7 @@ Chores:
|
31 | 73 | Important Notes:
|
32 | 74 | * @sendbird/chat@4.8.0 has an issue with `abortcontroller-polyfill` plugin. Please use version 4.7.2 or install it separately.
|
33 | 75 |
|
34 |
| -Features: |
| 76 | +Features: |
35 | 77 | * Set Chat SDK v4.3.0 as the minimum required version.
|
36 | 78 | * Add a new UI component, Toggle:
|
37 | 79 | * `ToggleContainer`: A context provider component that manages only the toggle status.
|
|
0 commit comments