Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.coil-kt.coil3:coil-network-ktor3](https://redirect.github.com/coil-kt/coil) | `3.0.0-rc01` -> `3.0.0-rc02` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0-rc01/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0-rc01/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.coil-kt.coil3:coil-compose](https://redirect.github.com/coil-kt/coil) | `3.0.0-rc01` -> `3.0.0-rc02` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-compose/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.coil-kt.coil3:coil-compose/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.coil-kt.coil3:coil-compose/3.0.0-rc01/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-compose/3.0.0-rc01/3.0.0-rc02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>coil-kt/coil (io.coil-kt.coil3:coil-network-ktor3)</summary> ### [`v3.0.0-rc02`](https://redirect.github.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#300-rc02---October-28-2024) [Compare Source](https://redirect.github.com/coil-kt/coil/compare/3.0.0-rc01...3.0.0-rc02) [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-rc01`: - Add `BlackholeDecoder`. This simplifies [disk-cache only preloading](https://coil-kt.github.io/coil/faq/#how-do-i-preload-an-image). - Add `remember` functions for `ConstraintsSizeResolver` and `DrawScopeSizeResolver`. - Remove `EqualityDelegate` as a parameter to `AsyncImage`. Instead, it should be set through `LocalAsyncImageModelEqualityDelegate`. - Fix `AsyncImage` not rendering when parent composable uses `IntrinsicSize`. - Fix `AsyncImage` filling the available constraints when `AsyncImagePainter` has no child painter. - Fix `rememberAsyncImagePainter` recomposing infinitely when its state is observed due to `EqualityDelegate` being ignored. - Fix parsing `File`/`Path` paths with special characters. - Fix using custom `FileSystem` implementations with `VideoFrameDecoder`. - Update Ktor to `3.0.0`. - Update `androidx.annotation` to `1.9.0`. </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/chrisbanes/haze). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information