fix(deps): update bumptech.glide to v4.16.0#688
Merged
Conversation
af4cd86 to
884ad77
Compare
884ad77 to
f52751d
Compare
Contributor
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
6ea0a36 to
90eb705
Compare
90eb705 to
c56fc47
Compare
c56fc47 to
3c6ee39
Compare
3c6ee39 to
a677839
Compare
6cfc93b to
329fb69
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
329fb69 to
b7bbd03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.15.1->4.16.04.15.1->4.16.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bumptech/glide (com.github.bumptech.glide:compiler)
v4.16.0: Glide 4.16.0This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using
GlideSubcomposition. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.
Features
Compose
Add a Transition API and a CrossFade Transition for Compose by @sjudd in https://github.com/bumptech/glide/pull/5235
Influence layout using intrinsics in GlideNode by @sjudd in https://github.com/bumptech/glide/pull/5240 * Log instead of throwing parsing manifests to fix compose previews by @sjudd in https://github.com/bumptech/glide/pull/5167
Launch no more than one request per onRemembered by @sjudd in https://github.com/bumptech/glide/pull/5062
Remove GlidePainter in favor of Modifier nodes / Flows by @sjudd in https://github.com/bumptech/glide/pull/5230
Replace flows in GlideSubcomposition with a listener on GlideNode by @sjudd in https://github.com/bumptech/glide/pull/5238
Bugs
isInitializedvisible for testing method by @paulsowden in https://github.com/bumptech/glide/pull/5163Deprecations
placeholderOf(@​Composable)inGlideImageis deprecated, useGlideSubcompositioninstead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.Behavior Changes
Breaking Changes
@Nullableand@NonNullannotations toRequestListenervia60b567e. This will break Kotlin implementations that make different assumptions about nullability.Build Changes
New Contributors
Full Changelog: bumptech/glide@v4.15.0...v4.16.0
Note - there's been a change in the gpg key used to sign these releases. The new public key is attached
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.