This 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
Allow passing an executor into ChromiumRequestSerializer in bumptech/glide#5077
placeholderOf(@Composable) in GlideImage is deprecated, use GlideSubcomposition instead. 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.
This 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
Allow passing an executor into ChromiumRequestSerializer in bumptech/glide#5077
placeholderOf(@Composable) in GlideImage is deprecated, use GlideSubcomposition instead. 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.
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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
glide_version
from 4.15.1 to 4.16.0. Updatescom.github.bumptech.glide:glide
from 4.15.1 to 4.16.0Release notes
Sourced from com.github.bumptech.glide:glide's releases.
... (truncated)
Commits
374306f
Bump version to 4.16.0 / alpha55d2fb67
Clean up some duplicate size logic in GlideModifier.b329401
Influence layout using intrinsics in GlideNoded10c5ff
Add a Transition API and a CrossFade Transition for Composecb2b1dc
Replace flows in GlideSubcomposition with a listener on GlideNode60b567e
Remove GlidePainter in favor of Modifier nodes / Flows8f6d645
Add a isEquivalentTo method to correctly check equality0b62103
Remove empty AndroidManifest.xml files.401d7e5
Migrate <manifest package="..." in AndroidManifest.xml to namespace '...' in ...49ddc01
Ensure one new line at end of modified files.Updates
com.github.bumptech.glide:compiler
from 4.15.1 to 4.16.0Release notes
Sourced from com.github.bumptech.glide:compiler's releases.
... (truncated)
Commits
374306f
Bump version to 4.16.0 / alpha55d2fb67
Clean up some duplicate size logic in GlideModifier.b329401
Influence layout using intrinsics in GlideNoded10c5ff
Add a Transition API and a CrossFade Transition for Composecb2b1dc
Replace flows in GlideSubcomposition with a listener on GlideNode60b567e
Remove GlidePainter in favor of Modifier nodes / Flows8f6d645
Add a isEquivalentTo method to correctly check equality0b62103
Remove empty AndroidManifest.xml files.401d7e5
Migrate <manifest package="..." in AndroidManifest.xml to namespace '...' in ...49ddc01
Ensure one new line at end of modified files.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 show