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
+1-74Lines changed: 1 addition & 74 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,98 +1,25 @@
1
-
# UNRELEASED CHANGELOG
2
-
## Common changes for all artifacts
3
-
### 🐞 Fixed
4
-
5
-
### ⬆️ Improved
6
-
7
-
### ✅ Added
8
-
9
-
### ⚠️ Changed
10
-
11
-
### ❌ Removed
12
-
13
-
## stream-chat-android-client
14
-
### 🐞 Fixed
15
-
16
-
### ⬆️ Improved
17
-
18
-
### ✅ Added
19
-
20
-
### ⚠️ Changed
21
-
22
-
### ❌ Removed
23
-
1
+
# November 11th, 2025 - 6.27.0
24
2
## stream-chat-android-offline
25
-
### 🐞 Fixed
26
-
27
3
### ⬆️ Improved
28
4
- Fallback to empty `User` instead of crashing if the searched user is not yet inserted into the DB. [#5998](https://github.com/GetStream/stream-chat-android/pull/5998)
29
5
30
-
### ✅ Added
31
-
32
-
### ⚠️ Changed
33
-
34
-
### ❌ Removed
35
-
36
6
## stream-chat-android-state
37
7
### 🐞 Fixed
38
8
- Fix jump to message overwriting the initially loaded messages in the channel. [#6000](https://github.com/GetStream/stream-chat-android/pull/6000)
39
9
40
-
### ⬆️ Improved
41
-
42
-
### ✅ Added
43
-
44
-
### ⚠️ Changed
45
-
46
-
### ❌ Removed
47
-
48
10
## stream-chat-android-ui-common
49
-
### 🐞 Fixed
50
-
51
-
### ⬆️ Improved
52
-
53
11
### ✅ Added
54
12
- Add `MessageListController.hideUnreadSeparator()` method to manually hide the unread separator. [#6001](https://github.com/GetStream/stream-chat-android/pull/6001)
55
13
56
-
### ⚠️ Changed
57
-
58
-
### ❌ Removed
59
-
60
14
## stream-chat-android-ui-components
61
-
### 🐞 Fixed
62
-
63
-
### ⬆️ Improved
64
-
65
15
### ✅ Added
66
16
- Add `MessageListViewModel.hideUnreadSeparator()` method to manually hide the unread separator. [#6001](https://github.com/GetStream/stream-chat-android/pull/6001)
67
17
68
-
### ⚠️ Changed
69
-
70
-
### ❌ Removed
71
-
72
18
## stream-chat-android-compose
73
-
### 🐞 Fixed
74
-
75
-
### ⬆️ Improved
76
-
77
19
### ✅ Added
78
20
- Add `MessageListViewModel.hideUnreadSeparator()` method to manually hide the unread separator. [#6001](https://github.com/GetStream/stream-chat-android/pull/6001)
79
21
- Add `MentionStyleFactory` for customizing mentions in the message composer. [#5984](https://github.com/GetStream/stream-chat-android/pull/5984)
0 commit comments