You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-51Lines changed: 0 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,57 +23,6 @@
23
23
24
24
- On upgrading to this release, ensure events and any custom handling functions (ex: `onAddedToChannel` or `onMessageNew`) are properly processed and update the list UI as expected.
25
25
26
-
*ChannelContext*
27
-
28
-
- We have split the `ChannelContext` into three separate contexts to further modularize the code and reduce renders as items in context change. The following contexts now contain the following values, previously all held within the `ChannelContext`:
29
-
30
-
-`ChannelContext`:
31
-
32
-
-`channel`
33
-
-`disabled`
34
-
-`EmptyStateIndicator`
35
-
-`error`
36
-
-`eventHistory`
37
-
-`lastRead`
38
-
-`loading`
39
-
-`markRead`
40
-
-`members`
41
-
-`read`
42
-
-`setLastRead`
43
-
-`typing`
44
-
-`watcherCount`
45
-
-`watchers`
46
-
47
-
-`MessagesContext`
48
-
49
-
-`Attachment`
50
-
-`clearEditingState`
51
-
-`editing`
52
-
-`editMessage`
53
-
-`emojiData`
54
-
-`hasMore`
55
-
-`loadingMore`
56
-
-`loadMore`
57
-
-`Message`
58
-
-`messages`
59
-
-`removeMessage`
60
-
-`retrySendMessage`
61
-
-`sendMessage`
62
-
-`setEditingState`
63
-
-`updateMessage`
64
-
65
-
-`ThreadContext`
66
-
67
-
-`closeThread`
68
-
-`loadMoreThread`
69
-
-`openThread`
70
-
-`thread`
71
-
-`threadHasMore`
72
-
-`threadLoadingMore`
73
-
-`threadMessages`
74
-
75
-
- All contexts are exported and any values can be accessed through a higher order component (ex: `withMessagesContext`) or the `useContext` hook (ex: `const { messages } = useContext(MessagesContext);`)
76
-
77
26
*FileUploadPreview*
78
27
79
28
- We fixed a bug for being unable to remove a file from the `MessageInput` and made it consistent to `ImageUploadPreview`
0 commit comments