FileKit icon indicating copy to clipboard operation
FileKit copied to clipboard

Bump io.coil-kt.coil3:coil-compose from 3.0.0-alpha10 to 3.0.0-rc01

Open dependabot[bot] opened this issue 4 months ago • 0 comments

Bumps io.coil-kt.coil3:coil-compose from 3.0.0-alpha10 to 3.0.0-rc01.

Release notes

Sourced from io.coil-kt.coil3:coil-compose's releases.

3.0.0-rc01

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-compose's changelog.

[3.0.0-rc01] - October 8, 2024

For the full list of improvements and important changes in 3.x, check out the upgrade guide. Changes since 3.0.0-alpha10:

  • BREAKING Disable addLastModifiedToFileCacheKey by default and allow it to be set per request. The behaviour can be reenabled with the same flag.
  • New: Introduce a new coil-network-cache-control artifact, which implements Cache-Control header support.
  • New: Add scaleToDensity property to SvgDecoder.Factory. This property ensure SVGs with intrinsic dimensions are multiplied by the devices density (only supported on Android).
  • Rename ExifOrientationPolicy to ExifOrientationStrategy.
  • Remove unshareable images from the MemoryCache on get.
  • Make ConstraintsSizeResolver public.
  • Stabilize setSingletonImageLoaderFactory.
  • Restore optimized JVM I/O functions in coil-network-ktor3
  • Add pdf to list of mime types.
  • Update compile sdk to 35.
  • Update Kotlin to 2.0.20.
  • Update Okio to 3.9.1.
Commits
  • 78142a4 Prepare version 3.0.0-rc01.
  • 8b56120 Update docs and changelog for 3.x. (#2529)
  • 40135f8 fix(deps): update roborazzi to v1.28.0 (#2525)
  • 925633a Remove unused constants. (#2524)
  • 73d92fc Move macOS tests to a separate Github runner. (#2523)
  • 5c31ecc Guard against negative sizes in ImagePainter. (#2522)
  • aa91799 Update ktlint to 1.3.1. (#2520)
  • c6d5118 Add empty JVM constructor to CacheControlCacheStrategy. (#2519)
  • 6c9e98b fix(deps): update ktor monorepo to v3.0.0-rc-2 (#2518)
  • e023947 fix(deps): update dependency androidx.profileinstaller:profileinstaller to v1...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

dependabot[bot] avatar Oct 14 '24 11:10 dependabot[bot]