Update dependency com.google.accompanist:accompanist-coil to v0.15.0 #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.0
->0.15.0
Release Notes
google/accompanist (com.google.accompanist:accompanist-coil)
v0.15.0
Built to work with Jetpack Compose v1.0.0 🎉
What’s Changed
7555628
. (#565) @nickbutcherv0.14.0
Built to work with Jetpack Compose v1.0.0-rc02
Key changes
Accompanist Coil is deprecated
Following on from the release of
coil-compose
in Coil 1.3.0, Accompanist Coil is deprecated. The library has been updated with automatic replacements for the key APIs. Unfortunately due to limitations in Kotlin's replacement mechanism the resulting code may require some manual tidy-up.The 'Migrating from Accompanist' doc is useful for seeing the API differences if manual migration is required.
Also remember to update your dependency after the migration, to depend directly on
io.coil-kt:coil-compose
.Accompanist Glide is deprecated
The deprecation of Accompanist Coil left Accompanist Glide is a weird situation, where most of
imageloading-core
was there to only support Glide. Since Coil is generally better suited for use in Compose, I decided to deprecate everything:accompanist-coil
,accompanist-glide
andaccompanist-imageloading-core
.All of the libraries will be removed soon (likely v0.16.0) so get migrating.
All changes
7546572
(#559) @JoseAlcerreca7535721
(#551) @JoseAlcerreca7529283
(#548) @chrisbanesv0.13.0
Built to work with Jetpack Compose v1.0.0-rc01
What’s Changed
7506689
. (#531) @nickbutcher7489673
(#520) @nickbutcherv0.12.0
Built to work with Jetpack Compose v1.0.0-beta09
🆕 New libraries
We have 2 new libraries for you to use in this release!
⏳ Placeholder
A library which provides easy-to-use modifiers for displaying 'placeholder' UI while content is loading. See here.
📫 Permissions
A library which provides Android runtime permissions support for Jetpack Compose. See here.
📢 Announcement
We're working on upstreaming the Accompanist Coil library into Coil. Subcribe to this issue to be notified of when it happens!
All changes
7443455
(#489) @chrisbanesv0.11.1
What’s Changed
v0.11.0
Features
New Insets-UI library
You no longer need to copy
InsetsAwareTopAppBar()
into your projects. We now provide some commonly used layouts which support acontentPadding
parameter. We also provide a copy ofScaffold
which draws the content behind both the top and bottom bars, to be better support edge-to-edge use-cases.See here for more info.
New properties for controlling the system ui
We now provide new properties for controlling the visibility of the status, navigation and system bars. See here for more information.
All changes
check
task (#454) @chrisbanes7410176
(#453) @JoseAlcerreca7392605
(#437) @chrisbanesConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.