skydoves / landscapist

🌻 A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.
https://skydoves.github.io/landscapist/
Apache License 2.0
2.05k stars 113 forks source link

Update coil3 to v3.0.0-alpha05 #440

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt.coil3:coil-network-ktor 3.0.0-alpha04 -> 3.0.0-alpha05 age adoption passing confidence
io.coil-kt.coil3:coil 3.0.0-alpha04 -> 3.0.0-alpha05 age adoption passing confidence

Release Notes

coil-kt/coil (io.coil-kt.coil3:coil-network-ktor) ### [`v3.0.0-alpha05`](https://togithub.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#300-alpha05---February-28-2024) [Compare Source](https://togithub.com/coil-kt/coil/compare/3.0.0-alpha04...3.0.0-alpha05) - **New**: Support the `wasmJs` target. - Create `DrawablePainter` and `DrawableImage` to support drawing `Image`s that aren't backed by a `Bitmap` on non-Android platforms. - The `Image` APIs are experimental and likely to change between alpha releases. - Update `ContentPainterModifier` to implement `Modifier.Node`. - Fix: Lazily register component callbacks and the network observer on a background thread. This fixes slow initialization that would typically occur on the main thread. - Fix: Fix `ImageLoader.Builder.placeholder/error/fallback` not being used by `ImageRequest`. - Update Compose to 1.6.0. - Update Coroutines to 1.8.0. - Update Okio to 3.8.0. - Update Skiko to 0.7.94. - [For the full list of important changes in 3.x, check out the upgrade guide.](https://coil-kt.github.io/coil/upgrading_to_coil3/)

Configuration

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

🚦 Automerge: Enabled.

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

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



This PR has been generated by Mend Renovate. View repository job log here.