Skip to content

Commit

Permalink
Prepare V6.0.0-beta5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Aug 25, 2023
1 parent 815fd56 commit 401e7ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed `LinkAttachmentView` to open the correct link when the attachment is clicked. [#4930](https://github.com/GetStream/stream-chat-android/pull/4930)

### ⬆️ Improved

### ✅ Added
- Added `MessageComposerViewModelBinder` for Java parity with Kotlin's `MessageComposerViewModel.bindView` extension function. [#4931](https://github.com/GetStream/stream-chat-android/pull/4931)

### ⚠️ Changed
- Changed `MessageListView.setCustomItemAnimator` signature to allow passing `null` to reset the item animator. [#4933](https://github.com/GetStream/stream-chat-android/pull/4933)

### ❌ Removed

Expand All @@ -90,6 +87,23 @@

### ❌ Removed

# August 25th, 2023 - 6.0.0-beta5

I hope you're interested in our latest major release - v6.0.0-beta5! We're currently in the process of preparing migration guides and updating all of our
documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our [Android Chat v6 Blog Post](https://getstream.io/blog/announcement-android-sdk-6-beta/).

## stream-chat-android-ui-components
### 🐞 Fixed
- Fixed `LinkAttachmentView` to open the correct link when the attachment is clicked. [#4930](https://github.com/GetStream/stream-chat-android/pull/4930)

### ✅ Added
- Added `MessageComposerViewModelBinder` for Java parity with Kotlin's `MessageComposerViewModel.bindView` extension function. [#4931](https://github.com/GetStream/stream-chat-android/pull/4931)

### ⚠️ Changed
- Changed `MessageListView.setCustomItemAnimator` signature to allow passing `null` to reset the item animator. [#4933](https://github.com/GetStream/stream-chat-android/pull/4933)

# August 18th, 2023 - 6.0.0-beta4

I hope you're interested in our latest major release - v6.0.0-beta4! We're currently in the process of preparing migration guides and updating all of our
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Configuration {
const val majorVersion = 6
const val minorVersion = 0
const val patchVersion = 0
const val versionSuffix = "-beta4"
const val versionSuffix = "-beta5"
const val versionName = "$majorVersion.$minorVersion.$patchVersion$versionSuffix"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit 401e7ad

Please sign in to comment.