Update dependency media.kamel:kamel-image to v1 #55
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.9.5
->1.0.2
Release Notes
Kamel-Media/Kamel (media.kamel:kamel-image)
v1.0.1
2.0.21
1.7.0
v1.0.0
v1.0.0 Release!
2.0.21
1.6.11
3.0.0
v0.x -> v1.x notes:
New
media.kamel:kamel-image
is now bare bones and lets you pick and choose all mappers, fetchers, and decoders to import into your project that are not included inkamel-core
.media.kamel:kamel-image-default
Includes all includes all packages besideskamel-decoder-svg-batik
FileUrlFetcher
to support loading non-resource local filesString
mapper will now handlefile:///
uris:asyncPainterResource("file:///$absolutePath")
implementation("media.kamel:kamel-decoder-image-bitmap-resizing:1.0.0-beta.6")
and addimageBitmapResizingDecoder()
to yourKamelConfig
Breaking changes
media.kamel:kamel-image
->media.kamel:kamel-image-default
for the same behavior as pre 1.0.0 releases.Depreciated
BoxWithConstraintsScope
scoped resource in that can support image resizingSetup
Default Setup
Add the dependency to the common source-set or to any platform source-set:
Granular Setup
For a more granular setup, you can choose which modules to include in your project:
Granular Setup: Ktor HttpClient Engine
When using
kamel-image
ktor engines are not included per target.In order to fetch remote images you also must ensure you add your own ktor engine for each target.
You can find the available engines here.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.