Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Nov 13, 2023
1 parent b8f48db commit 96bef77
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 27 deletions.
65 changes: 39 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
### 🐞 Fixed

### ⬆️ Improved
- Use shortService instead of dataSync for our workmanager job. [#5042](https://github.com/GetStream/stream-chat-android/pull/5042)

### ✅ Added

Expand Down Expand Up @@ -57,37 +56,12 @@

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed channel title not being centered vertically when mo last message exists. [#5040](https://github.com/GetStream/stream-chat-android/pull/5040)
- Fixed reactions bubble being cut of in UI. [5049](https://github.com/GetStream/stream-chat-android/pull/5049)

### ⬆️ Improved
- Allow override channel's delete option visibility. [#5044](https://github.com/GetStream/stream-chat-android/pull/5044)

### ✅ Added
- Added UI customizations for deleted message. [#5051](https://github.com/GetStream/stream-chat-android/pull/5051)
* `MessageListItemStyle.textStyleMessageDeletedMine`
* `MessageListItemStyle.messageDeletedBackgroundMine`
* `MessageListItemStyle.textStyleMessageDeletedTheirs`
* `MessageListItemStyle.messageDeletedBackgroundTheirs`
- Added `MessageComposerViewModel.bindViewDefaults` which preserves the default view bindings. [#5059](https://github.com/GetStream/stream-chat-android/pull/5059)
- Added UI customizations for message composer. [#5056](https://github.com/GetStream/stream-chat-android/pull/5056)
* `MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor`
* `MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor`
* `MessageComposerViewStyle.attachmentsButtonIconTintList`
* `MessageComposerViewStyle.commandsButtonIconTintList`
* `MessageComposerViewStyle.sendMessageButtonIconTintList`

### ⚠️ Changed
- Made `MessageReplyView` publicly available. [#5057](https://github.com/GetStream/stream-chat-android/pull/5057)
- Made `MessageComposerContent` descendants extensible/reusable. [#5061](https://github.com/GetStream/stream-chat-android/pull/5061)
- Deprecated `MessageListItemStyle.textStyleMessageDeleted`. Use `MessageListItemStyle.textStyleMessageDeletedMine` and `MessageListItemStyle.textStyleMessageDeletedTheirs` instead. [#5051](https://github.com/GetStream/stream-chat-android/pull/5051)
- Deprecated `MessageListItemStyle.messageDeletedBackground`. Use `MessageListItemStyle.messageDeletedBackgroundMine` and `MessageListItemStyle.messageDeletedBackgroundTheirs` instead. [#5051](https://github.com/GetStream/stream-chat-android/pull/5051)
- Deprecated `MessageListItemStyle.buttonIconDrawableTintColor`. Use one of the params listed below instead. [#5056](https://github.com/GetStream/stream-chat-android/pull/5056)
* `MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor`
* `MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor`
* `MessageComposerViewStyle.attachmentsButtonIconTintList`
* `MessageComposerViewStyle.commandsButtonIconTintList`
* `MessageComposerViewStyle.sendMessageButtonIconTintList`

### ❌ Removed

Expand Down Expand Up @@ -146,6 +120,45 @@

### ❌ Removed

# November 13th, 2023 - 5.17.18
## stream-chat-android-client
### ⬆️ Improved
- Use shortService instead of dataSync for our workmanager job. [#5042](https://github.com/GetStream/stream-chat-android/pull/5042)

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed channel title not being centered vertically when mo last message exists. [#5040](https://github.com/GetStream/stream-chat-android/pull/5040)
- Fixed reactions bubble being cut of in UI. [5049](https://github.com/GetStream/stream-chat-android/pull/5049)

### ⬆️ Improved
- Allow override channel's delete option visibility. [#5044](https://github.com/GetStream/stream-chat-android/pull/5044)

### ✅ Added
- Added UI customizations for deleted message. [#5051](https://github.com/GetStream/stream-chat-android/pull/5051)
* `MessageListItemStyle.textStyleMessageDeletedMine`
* `MessageListItemStyle.messageDeletedBackgroundMine`
* `MessageListItemStyle.textStyleMessageDeletedTheirs`
* `MessageListItemStyle.messageDeletedBackgroundTheirs`
- Added `MessageComposerViewModel.bindViewDefaults` which preserves the default view bindings. [#5059](https://github.com/GetStream/stream-chat-android/pull/5059)
- Added UI customizations for message composer. [#5056](https://github.com/GetStream/stream-chat-android/pull/5056)
* `MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor`
* `MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor`
* `MessageComposerViewStyle.attachmentsButtonIconTintList`
* `MessageComposerViewStyle.commandsButtonIconTintList`
* `MessageComposerViewStyle.sendMessageButtonIconTintList`

### ⚠️ Changed
- Made `MessageReplyView` publicly available. [#5057](https://github.com/GetStream/stream-chat-android/pull/5057)
- Made `MessageComposerContent` descendants extensible/reusable. [#5061](https://github.com/GetStream/stream-chat-android/pull/5061)
- Deprecated `MessageListItemStyle.textStyleMessageDeleted`. Use `MessageListItemStyle.textStyleMessageDeletedMine` and `MessageListItemStyle.textStyleMessageDeletedTheirs` instead. [#5051](https://github.com/GetStream/stream-chat-android/pull/5051)
- Deprecated `MessageListItemStyle.messageDeletedBackground`. Use `MessageListItemStyle.messageDeletedBackgroundMine` and `MessageListItemStyle.messageDeletedBackgroundTheirs` instead. [#5051](https://github.com/GetStream/stream-chat-android/pull/5051)
- Deprecated `MessageListItemStyle.buttonIconDrawableTintColor`. Use one of the params listed below instead. [#5056](https://github.com/GetStream/stream-chat-android/pull/5056)
* `MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor`
* `MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor`
* `MessageComposerViewStyle.attachmentsButtonIconTintList`
* `MessageComposerViewStyle.commandsButtonIconTintList`
* `MessageComposerViewStyle.sendMessageButtonIconTintList`

# October 31th, 2023 - 5.17.17
## stream-chat-android-client
### 🐞 Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 5
const val minorVersion = 17
const val patchVersion = 17
const val patchVersion = 18
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit 96bef77

Please sign in to comment.