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:
3.0.0-alpha01
->3.0.0-alpha02
3.0.0-alpha01
->3.0.0-alpha02
Release Notes
coil-kt/coil (io.coil-kt.coil3:coil-network)
v3.0.0-alpha02
Compare Source
coil-gif
,coil-svg
, andcoil-video
's packages have been updated so all their classes are part ofcoil.gif
,coil.svg
, andcoil.video
respectively. This helps avoid class name conflicts with other artifacts.ImageDecoderDecoder
has been renamed toAnimatedImageDecoder
.coil-gif
,coil-network
,coil-svg
, andcoil-video
's components are now automatically added to eachImageLoader
'sComponentRegistry
.3.0.0-alpha01
you do not need to manually addNetworkFetcher.Factory()
to yourComponentRegistry
. Simply importingio.coil-kt.coil3:coil-network:[version]
and a Ktor engine is enough to load network images.ComponentRegistry
manually. Any manually added components take precedence over components that are added automatically.ImageLoader.Builder.serviceLoaderEnabled(false)
.coil-svg
on all platforms. It's backed by AndroidSVG on Android and SVGDOM on non-Android platforms.ImageDecoder
API internally, which has performance benefits when decoding directly from a file, resource, or content URI.coil3.Uri
parsing fixes.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.