kamgurgul / cpu-info

CPU Info is a KMP application which provides information about device hardware and software
Apache License 2.0
660 stars 104 forks source link

Update dependency io.coil-kt.coil3:coil-compose to v3.0.0-rc01 #225

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt.coil3:coil-compose 3.0.0-alpha10 -> 3.0.0-rc01 age adoption passing confidence

Release Notes

coil-kt/coil (io.coil-kt.coil3:coil-compose) ### [`v3.0.0-rc01`](https://redirect.github.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#300-rc01---October-8-2024) [Compare Source](https://redirect.github.com/coil-kt/coil/compare/3.0.0-alpha10...3.0.0-rc01) [For the full list of improvements and important changes in 3.x, check out the upgrade guide](https://coil-kt.github.io/coil/upgrading_to_coil3/). 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](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.