Skip to content

Commit 7e134c3

Browse files
committed
CHANGELOG
1 parent 0fbb459 commit 7e134c3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
### ⬆️ Improved
1717

1818
### ✅ Added
19+
- Introduce `Channel.userRead` extension function to get the read status of a specific user in the channel. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
20+
- Introduce `Channel.readsOf` extension function to get the read statuses representing which users have read the given message in the channel. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
21+
- Introduce message delivery receipts. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
1922

2023
### ⚠️ Changed
24+
- Deprecate `Channel.hasUnread` property in favor of `Channel.currentUserUnreadCount`. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
2125

2226
### ❌ Removed
2327

@@ -49,6 +53,7 @@
4953
### ⬆️ Improved
5054

5155
### ✅ Added
56+
- Introduce message delivery receipts. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
5257

5358
### ⚠️ Changed
5459

@@ -60,6 +65,7 @@
6065
### ⬆️ Improved
6166

6267
### ✅ Added
68+
- Introduce message delivery receipts. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
6369

6470
### ⚠️ Changed
6571

@@ -71,6 +77,7 @@
7177
### ⬆️ Improved
7278

7379
### ✅ Added
80+
- Introduce message delivery receipts. [#5979](https://github.com/GetStream/stream-chat-android/pull/5979)
7481

7582
### ⚠️ Changed
7683

@@ -3573,7 +3580,7 @@ The following items are breaking changes, since it was very important to improve
35733580
- Added `ChatUI.channelNameFormatter` to allow customizing the channel's name format. [#3068](https://github.com/GetStream/stream-chat-android/pull/3068)
35743581
- Added a customizable height attribute to SearchInputView [#3081](https://github.com/GetStream/stream-chat-android/pull/3081)
35753582
- Added `ChatUI.dateFormatter` to allow customizing the way the dates are formatted. [#3085](https://github.com/GetStream/stream-chat-android/pull/3085)
3576-
- Added ways to show/hide the delivery status indicators for channels and messages. [#3102](https://github.com/GetStream/stream-chat-android/pull/3102)
3583+
- Added ways to show/hide the delivery receipts indicators for channels and messages. [#3102](https://github.com/GetStream/stream-chat-android/pull/3102)
35773584

35783585
### ⚠️ Changed
35793586
- Disabled editing on Giphy messages given that it's breaking the UX and can override the GIF that was previously put in. [#3071](https://github.com/GetStream/stream-chat-android/pull/3071)

0 commit comments

Comments
 (0)