WangJie0822 / Cashbook

记账本
Apache License 2.0
57 stars 9 forks source link

build(deps): bump bumptech-glide from 4.15.1 to 4.16.0 #19

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps bumptech-glide from 4.15.1 to 4.16.0. Updates com.github.bumptech.glide:glide from 4.15.1 to 4.16.0

Release notes

Sourced from com.github.bumptech.glide:glide's releases.

Glide 4.16.0

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

Compose

Bugs

Deprecations

  • 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.

Behavior Changes

Breaking Changes

  • [Late edit, sorry!]: Added @Nullable and @NonNull annotations to RequestListener via 60b567e5feec70ba810a663e56a10d837f26c56c. This will break Kotlin implementations that make different assumptions about nullability.

Build Changes

... (truncated)

Commits
  • 374306f Bump version to 4.16.0 / alpha5
  • 5d2fb67 Clean up some duplicate size logic in GlideModifier.
  • b329401 Influence layout using intrinsics in GlideNode
  • d10c5ff Add a Transition API and a CrossFade Transition for Compose
  • cb2b1dc Replace flows in GlideSubcomposition with a listener on GlideNode
  • 60b567e Remove GlidePainter in favor of Modifier nodes / Flows
  • 8f6d645 Add a isEquivalentTo method to correctly check equality
  • 0b62103 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.
  • Additional commits viewable in compare view


Updates com.github.bumptech.glide:compiler from 4.15.1 to 4.16.0

Release notes

Sourced from com.github.bumptech.glide:compiler's releases.

Glide 4.16.0

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

Compose

Bugs

Deprecations

  • 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.

Behavior Changes

Breaking Changes

  • [Late edit, sorry!]: Added @Nullable and @NonNull annotations to RequestListener via 60b567e5feec70ba810a663e56a10d837f26c56c. This will break Kotlin implementations that make different assumptions about nullability.

Build Changes

... (truncated)

Commits
  • 374306f Bump version to 4.16.0 / alpha5
  • 5d2fb67 Clean up some duplicate size logic in GlideModifier.
  • b329401 Influence layout using intrinsics in GlideNode
  • d10c5ff Add a Transition API and a CrossFade Transition for Compose
  • cb2b1dc Replace flows in GlideSubcomposition with a listener on GlideNode
  • 60b567e Remove GlidePainter in favor of Modifier nodes / Flows
  • 8f6d645 Add a isEquivalentTo method to correctly check equality
  • 0b62103 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.
  • Additional commits viewable in compare view


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

The following labels could not be found: version update.