Skip to content

Bump coil from 3.0.3 to 3.0.4#813

Merged
StaehliJ merged 1 commit intomainfrom
dependabot/gradle/coil-3.0.4
Nov 27, 2024
Merged

Bump coil from 3.0.3 to 3.0.4#813
StaehliJ merged 1 commit intomainfrom
dependabot/gradle/coil-3.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Bumps coil from 3.0.3 to 3.0.4.
Updates io.coil-kt.coil3:coil from 3.0.3 to 3.0.4

Release notes

Sourced from io.coil-kt.coil3:coil's releases.

3.0.4

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil's changelog.

[3.0.4] - November 25, 2024

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.
Commits
  • 9fbf66f Prepare version 3.0.4.
  • a1d3b80 Keep LocalInspectionMode Dispatchers.Unconfined behavior. (#2718)
  • 6468a41 Fix potential memory cache miss for requests that exceed maxBitmapSize. (#2716)
  • ed57b2a SvgDecoder should not return isSampled = true for non-rasterized images. (#2717)
  • 035a3fa Add JSON mime type. (#2714)
  • c98ac13 Fix fetching vector drawables in the Android Studio preview. (#2713)
  • 70a23cb Guard against Dispatchers.Main.immediate being unavailable. (#2699)
  • ea2d442 fix(deps): update roborazzi (#2708)
  • 84325a8 corrected the typos and made Korean more natural (#2712)
  • e188a3d Remove unclear warning in AsyncImagePainter docs. (#2711)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-compose from 3.0.3 to 3.0.4

Release notes

Sourced from io.coil-kt.coil3:coil-compose's releases.

3.0.4

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-compose's changelog.

[3.0.4] - November 25, 2024

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.
Commits
  • 9fbf66f Prepare version 3.0.4.
  • a1d3b80 Keep LocalInspectionMode Dispatchers.Unconfined behavior. (#2718)
  • 6468a41 Fix potential memory cache miss for requests that exceed maxBitmapSize. (#2716)
  • ed57b2a SvgDecoder should not return isSampled = true for non-rasterized images. (#2717)
  • 035a3fa Add JSON mime type. (#2714)
  • c98ac13 Fix fetching vector drawables in the Android Studio preview. (#2713)
  • 70a23cb Guard against Dispatchers.Main.immediate being unavailable. (#2699)
  • ea2d442 fix(deps): update roborazzi (#2708)
  • 84325a8 corrected the typos and made Korean more natural (#2712)
  • e188a3d Remove unclear warning in AsyncImagePainter docs. (#2711)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-core from 3.0.3 to 3.0.4

Release notes

Sourced from io.coil-kt.coil3:coil-core's releases.

3.0.4

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-core's changelog.

[3.0.4] - November 25, 2024

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.
Commits
  • 9fbf66f Prepare version 3.0.4.
  • a1d3b80 Keep LocalInspectionMode Dispatchers.Unconfined behavior. (#2718)
  • 6468a41 Fix potential memory cache miss for requests that exceed maxBitmapSize. (#2716)
  • ed57b2a SvgDecoder should not return isSampled = true for non-rasterized images. (#2717)
  • 035a3fa Add JSON mime type. (#2714)
  • c98ac13 Fix fetching vector drawables in the Android Studio preview. (#2713)
  • 70a23cb Guard against Dispatchers.Main.immediate being unavailable. (#2699)
  • ea2d442 fix(deps): update roborazzi (#2708)
  • 84325a8 corrected the typos and made Korean more natural (#2712)
  • e188a3d Remove unclear warning in AsyncImagePainter docs. (#2711)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-network-cache-control from 3.0.3 to 3.0.4

Release notes

Sourced from io.coil-kt.coil3:coil-network-cache-control's releases.

3.0.4

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-cache-control's changelog.

[3.0.4] - November 25, 2024

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.
Commits
  • 9fbf66f Prepare version 3.0.4.
  • a1d3b80 Keep LocalInspectionMode Dispatchers.Unconfined behavior. (#2718)
  • 6468a41 Fix potential memory cache miss for requests that exceed maxBitmapSize. (#2716)
  • ed57b2a SvgDecoder should not return isSampled = true for non-rasterized images. (#2717)
  • 035a3fa Add JSON mime type. (#2714)
  • c98ac13 Fix fetching vector drawables in the Android Studio preview. (#2713)
  • 70a23cb Guard against Dispatchers.Main.immediate being unavailable. (#2699)
  • ea2d442 fix(deps): update roborazzi (#2708)
  • 84325a8 corrected the typos and made Korean more natural (#2712)
  • e188a3d Remove unclear warning in AsyncImagePainter docs. (#2711)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-network-core from 3.0.3 to 3.0.4

Release notes

Sourced from io.coil-kt.coil3:coil-network-core's releases.

3.0.4

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-core's changelog.

[3.0.4] - November 25, 2024

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.
Commits
  • 9fbf66f Prepare version 3.0.4.
  • a1d3b80 Keep LocalInspectionMode Dispatchers.Unconfined behavior. (#2718)
  • 6468a41 Fix potential memory cache miss for requests that exceed maxBitmapSize. (#2716)
  • ed57b2a SvgDecoder should not return isSampled = true for non-rasterized images. (#2717)
  • 035a3fa Add JSON mime type. (#2714)
  • c98ac13 Fix fetching vector drawables in the Android Studio preview. (#2713)
  • 70a23cb Guard against Dispatchers.Main.immediate being unavailable. (#2699)
  • ea2d442 fix(deps): update roborazzi (#2708)
  • 84325a8 corrected the typos and made Korean more natural (#2712)
  • e188a3d Remove unclear warning in AsyncImagePainter docs. (#2711)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-network-okhttp from 3.0.3 to 3.0.4

Release notes

Sourced from io.coil-kt.coil3:coil-network-okhttp's releases.

3.0.4

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-okhttp's changelog.

[3.0.4] - November 25, 2024

  • Fix vector drawables not rendering in the Android Studio preview.
  • Fix potential memory cache miss for requests whose size exceeds maxBitmapSize.
  • Fix FakeImage not rendering on Android.
  • Fix not launching a new image request when the request's Transformations change when used with AsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.
  • Fix ScaleDrawable and CrossfadeDrawable not respecting tint states.
  • Allow ImageDecoder to decode partial image sources. This matches the behavior in BitmapFactory.
  • Fix Bitmap.prepareToDraw() not being called after decoding.
  • SvgDecoder should not return isSampled = true for non-rasterized images.
  • Fall back to Dispatchers.Unconfined in Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.
  • Update Ktor 2 to 2.3.13.
Commits
  • 9fbf66f Prepare version 3.0.4.
  • a1d3b80 Keep LocalInspectionMode Dispatchers.Unconfined behavior. (#2718)
  • 6468a41 Fix potential memory cache miss for requests that exceed maxBitmapSize. (#2716)
  • ed57b2a SvgDecoder should not return isSampled = true for non-rasterized images. (#2717)
  • 035a3fa Add JSON mime type. (#2714)
  • c98ac13 Fix fetching vector drawables in the Android Studio preview. (#2713)
  • 70a23cb Guard against Dispatchers.Main.immediate being unavailable. (#2699)
  • ea2d442 fix(deps): update roborazzi (#2708)
  • 84325a8 corrected the typos and made Korean more natural (#2712)
  • e188a3d Remove unclear warning in AsyncImagePainter docs. (#2711)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `coil` from 3.0.3 to 3.0.4.

Updates `io.coil-kt.coil3:coil` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.0.3...3.0.4)

Updates `io.coil-kt.coil3:coil-compose` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.0.3...3.0.4)

Updates `io.coil-kt.coil3:coil-core` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.0.3...3.0.4)

Updates `io.coil-kt.coil3:coil-network-cache-control` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.0.3...3.0.4)

Updates `io.coil-kt.coil3:coil-network-core` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.0.3...3.0.4)

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.0.3...3.0.4)

---
updated-dependencies:
- dependency-name: io.coil-kt.coil3:coil
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.coil-kt.coil3:coil-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.coil-kt.coil3:coil-network-cache-control
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.coil-kt.coil3:coil-network-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.coil-kt.coil3:coil-network-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 27, 2024
@github-actions
Copy link

Code Coverage

Overall Project 48.71% 🟢

There is no coverage information present for the Files changed

@StaehliJ StaehliJ added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit 76c324a Nov 27, 2024
@StaehliJ StaehliJ deleted the dependabot/gradle/coil-3.0.4 branch November 27, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant