Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump streamChatSDK from 5.12.0 to 5.14.0 #15

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps streamChatSDK from 5.12.0 to 5.14.0.
Updates io.getstream:stream-chat-android-client from 5.12.0 to 5.14.0

Release notes

Sourced from io.getstream:stream-chat-android-client's releases.

v5.14.0

stream-chat-android-client

✅ Added

  • Added the following parameters to Message. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link

stream-chat-android-compose

✅ Added

  • Added the property skipEnrichUrl to ImagePreviewViewModelFactory, ImagePreviewViewModel and ImagePreviewContract.Input constructors and the functions StreamAttachmentFactories.defaultFactories(), ImageAttachmentFactory(), ImageAttachmentContent(). When set to false, updating a message by deleting an attachment inside the message will skip the URL enrichment process, meaning the links will not be transformed to link attachments. Any existing link attachments will be preserved. #4701
  • Added the following parameters to MessagesScreen. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link.

v5.13.0

stream-chat-android-ui-components

🐞 Fixed

  • Fixed image scaling when width is bigger than height. #4659
  • Fixed date separator handlers not being applied when calling MessageListViewModel.setDateSeparatorHandler() and MessageListViewModel.setThreadDateSeparatorHandler(). #4681

⬆️ Improved

  • When creating message previews, Attachment.fallback is now included as a fallback option after Attachment.title and Attachment.name. #4667

✅ Added

  • Added a feature flag to ChatUI called showThreadSeparatorInEmptyThread. You can use this to enable a thread separator if the thread is empty. #4629
  • Added the method showModeratedMessageDialog() to MessageListView. It is used to display a dialog when long clicking on a message that has failed a moderation check. #4645
  • Added the ability to style the way message reply bubbles are displayed in MessageComposerView via xml attributes. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • streamUiMessageComposerMessageReplyBackgroundColor
    • streamUiMessageComposerMessageReplyTextSizeMine
    • streamUiMessageComposerMessageReplyTextColorMine
    • streamUiMessageComposerMessageReplyTextFontMine
    • streamUiMessageComposerMessageReplyTextFontAssetsMine
    • streamUiMessageComposerMessageReplyTextStyleMine
    • streamUiMessageComposerMessageReplyStrokeColorMine
    • streamUiMessageComposerMessageReplyStrokeWidthMine
    • streamUiMessageComposerMessageReplyTextSizeTheirs
    • streamUiMessageComposerMessageReplyTextColorTheirs
    • streamUiMessageComposerMessageReplyTextFontTheirs
    • streamUiMessageComposerMessageReplyTextFontAssetsTheirs
    • streamUiMessageComposerMessageReplyTextStyleTheirs
    • streamUiMessageComposerMessageReplyStrokeColorTheirs
    • streamUiMessageComposerMessageReplyStrokeWidthTheirs
  • Added new properties to MessageComposerViewStyle which allow styling the way message reply bubbles are displayed in MessageComposerView. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • messageReplyBackgroundColor
    • messageReplyTextStyleMine
    • messageReplyMessageBackgroundStrokeColorMine
    • messageReplyMessageBackgroundStrokeWidthMine
    • messageReplyTextStyleTheirs

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-client's changelog.

March 7th, 2023 - 5.14.0

stream-chat-android-client

✅ Added

  • Added the following parameters to Message. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link

stream-chat-android-compose

✅ Added

  • Added the property skipEnrichUrl to ImagePreviewViewModelFactory, ImagePreviewViewModel and ImagePreviewContract.Input constructors and the functions StreamAttachmentFactories.defaultFactories(), ImageAttachmentFactory(), ImageAttachmentContent(). When set to false, updating a message by deleting an attachment inside the message will skip the URL enrichment process, meaning the links will not be transformed to link attachments. Any existing link attachments will be preserved. #4701
  • Added the following parameters to MessagesScreen. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link.

February 23rd, 2023 - 5.13.0

stream-chat-android-ui-components

🐞 Fixed

  • Fixed image scaling when width is bigger than height. #4659
  • Fixed date separator handlers not being applied when calling MessageListViewModel.setDateSeparatorHandler() and MessageListViewModel.(). #4681

⬆️ Improved

  • When creating message previews, Attachment.fallback is now included as a fallback option after Attachment.title and Attachment.name. #4667

✅ Added

  • Added a feature flag to ChatUI called showThreadSeparatorInEmptyThread. You can use this to enable a thread separator if the thread is empty. #4629
  • Added the messageLimit parameter to MessageListViewModel and MessageListViewModelFactory. #4634
  • Added the method showModeratedMessageDialog() to MessageListView. It is used to display a dialog when long clicking on a message that has failed a moderation check. #4645
  • Added the ability to style the way message reply bubbles are displayed in MessageComposerView via xml attributes. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • streamUiMessageComposerMessageReplyBackgroundColor
    • streamUiMessageComposerMessageReplyTextSizeMine
    • streamUiMessageComposerMessageReplyTextColorMine
    • streamUiMessageComposerMessageReplyTextFontMine
    • streamUiMessageComposerMessageReplyTextFontAssetsMine
    • streamUiMessageComposerMessageReplyTextStyleMine
    • streamUiMessageComposerMessageReplyStrokeColorMine
    • streamUiMessageComposerMessageReplyStrokeWidthMine
    • streamUiMessageComposerMessageReplyTextSizeTheirs
    • streamUiMessageComposerMessageReplyTextColorTheirs
    • streamUiMessageComposerMessageReplyTextFontTheirs
    • streamUiMessageComposerMessageReplyTextFontAssetsTheirs
    • streamUiMessageComposerMessageReplyTextStyleTheirs
    • streamUiMessageComposerMessageReplyStrokeColorTheirs
    • streamUiMessageComposerMessageReplyStrokeWidthTheirs
  • Added new properties to MessageComposerViewStyle which allow styling the way message reply bubbles are displayed in MessageComposerView. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • messageReplyBackgroundColor
    • messageReplyTextStyleMine
    • messageReplyMessageBackgroundStrokeColorMine
    • messageReplyMessageBackgroundStrokeWidthMine

... (truncated)

Commits

Updates io.getstream:stream-chat-android-compose from 5.12.0 to 5.14.0

Release notes

Sourced from io.getstream:stream-chat-android-compose's releases.

v5.14.0

stream-chat-android-client

✅ Added

  • Added the following parameters to Message. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link

stream-chat-android-compose

✅ Added

  • Added the property skipEnrichUrl to ImagePreviewViewModelFactory, ImagePreviewViewModel and ImagePreviewContract.Input constructors and the functions StreamAttachmentFactories.defaultFactories(), ImageAttachmentFactory(), ImageAttachmentContent(). When set to false, updating a message by deleting an attachment inside the message will skip the URL enrichment process, meaning the links will not be transformed to link attachments. Any existing link attachments will be preserved. #4701
  • Added the following parameters to MessagesScreen. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link.

v5.13.0

stream-chat-android-ui-components

🐞 Fixed

  • Fixed image scaling when width is bigger than height. #4659
  • Fixed date separator handlers not being applied when calling MessageListViewModel.setDateSeparatorHandler() and MessageListViewModel.setThreadDateSeparatorHandler(). #4681

⬆️ Improved

  • When creating message previews, Attachment.fallback is now included as a fallback option after Attachment.title and Attachment.name. #4667

✅ Added

  • Added a feature flag to ChatUI called showThreadSeparatorInEmptyThread. You can use this to enable a thread separator if the thread is empty. #4629
  • Added the method showModeratedMessageDialog() to MessageListView. It is used to display a dialog when long clicking on a message that has failed a moderation check. #4645
  • Added the ability to style the way message reply bubbles are displayed in MessageComposerView via xml attributes. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • streamUiMessageComposerMessageReplyBackgroundColor
    • streamUiMessageComposerMessageReplyTextSizeMine
    • streamUiMessageComposerMessageReplyTextColorMine
    • streamUiMessageComposerMessageReplyTextFontMine
    • streamUiMessageComposerMessageReplyTextFontAssetsMine
    • streamUiMessageComposerMessageReplyTextStyleMine
    • streamUiMessageComposerMessageReplyStrokeColorMine
    • streamUiMessageComposerMessageReplyStrokeWidthMine
    • streamUiMessageComposerMessageReplyTextSizeTheirs
    • streamUiMessageComposerMessageReplyTextColorTheirs
    • streamUiMessageComposerMessageReplyTextFontTheirs
    • streamUiMessageComposerMessageReplyTextFontAssetsTheirs
    • streamUiMessageComposerMessageReplyTextStyleTheirs
    • streamUiMessageComposerMessageReplyStrokeColorTheirs
    • streamUiMessageComposerMessageReplyStrokeWidthTheirs
  • Added new properties to MessageComposerViewStyle which allow styling the way message reply bubbles are displayed in MessageComposerView. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • messageReplyBackgroundColor
    • messageReplyTextStyleMine
    • messageReplyMessageBackgroundStrokeColorMine
    • messageReplyMessageBackgroundStrokeWidthMine
    • messageReplyTextStyleTheirs

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-compose's changelog.

March 7th, 2023 - 5.14.0

stream-chat-android-client

✅ Added

  • Added the following parameters to Message. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link

stream-chat-android-compose

✅ Added

  • Added the property skipEnrichUrl to ImagePreviewViewModelFactory, ImagePreviewViewModel and ImagePreviewContract.Input constructors and the functions StreamAttachmentFactories.defaultFactories(), ImageAttachmentFactory(), ImageAttachmentContent(). When set to false, updating a message by deleting an attachment inside the message will skip the URL enrichment process, meaning the links will not be transformed to link attachments. Any existing link attachments will be preserved. #4701
  • Added the following parameters to MessagesScreen. #4701
    • skipPushNotification: when set to true a newly sent message will not trigger a push notification.
    • skipEnrichUrl: when set to true the URL contained inside the message will not be enriched as a link.

February 23rd, 2023 - 5.13.0

stream-chat-android-ui-components

🐞 Fixed

  • Fixed image scaling when width is bigger than height. #4659
  • Fixed date separator handlers not being applied when calling MessageListViewModel.setDateSeparatorHandler() and MessageListViewModel.(). #4681

⬆️ Improved

  • When creating message previews, Attachment.fallback is now included as a fallback option after Attachment.title and Attachment.name. #4667

✅ Added

  • Added a feature flag to ChatUI called showThreadSeparatorInEmptyThread. You can use this to enable a thread separator if the thread is empty. #4629
  • Added the messageLimit parameter to MessageListViewModel and MessageListViewModelFactory. #4634
  • Added the method showModeratedMessageDialog() to MessageListView. It is used to display a dialog when long clicking on a message that has failed a moderation check. #4645
  • Added the ability to style the way message reply bubbles are displayed in MessageComposerView via xml attributes. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • streamUiMessageComposerMessageReplyBackgroundColor
    • streamUiMessageComposerMessageReplyTextSizeMine
    • streamUiMessageComposerMessageReplyTextColorMine
    • streamUiMessageComposerMessageReplyTextFontMine
    • streamUiMessageComposerMessageReplyTextFontAssetsMine
    • streamUiMessageComposerMessageReplyTextStyleMine
    • streamUiMessageComposerMessageReplyStrokeColorMine
    • streamUiMessageComposerMessageReplyStrokeWidthMine
    • streamUiMessageComposerMessageReplyTextSizeTheirs
    • streamUiMessageComposerMessageReplyTextColorTheirs
    • streamUiMessageComposerMessageReplyTextFontTheirs
    • streamUiMessageComposerMessageReplyTextFontAssetsTheirs
    • streamUiMessageComposerMessageReplyTextStyleTheirs
    • streamUiMessageComposerMessageReplyStrokeColorTheirs
    • streamUiMessageComposerMessageReplyStrokeWidthTheirs
  • Added new properties to MessageComposerViewStyle which allow styling the way message reply bubbles are displayed in MessageComposerView. The styling applies both when replying to messages sent by the currently logged-in user, and those sent by other users. #4679
    • messageReplyBackgroundColor
    • messageReplyTextStyleMine
    • messageReplyMessageBackgroundStrokeColorMine
    • messageReplyMessageBackgroundStrokeWidthMine

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `streamChatSDK` from 5.12.0 to 5.14.0.

Updates `io.getstream:stream-chat-android-client` from 5.12.0 to 5.14.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getstream/stream-chat-android/commits)

Updates `io.getstream:stream-chat-android-compose` from 5.12.0 to 5.14.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getstream/stream-chat-android/commits)

---
updated-dependencies:
- dependency-name: io.getstream:stream-chat-android-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.getstream:stream-chat-android-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from skydoves as a code owner March 13, 2023 02:24
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
@skydoves skydoves merged commit 5c8cf7f into main Mar 13, 2023
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-5.14.0 branch March 13, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant