Content-Length: 281529 | pFad | http://github.com/MohamedRejeb/compose-rich-editor/pull/598

CC Bump coil from 3.1.0 to 3.2.0 by dependabot[bot] · Pull Request #598 · MohamedRejeb/compose-rich-editor · GitHub
Skip to content

Bump coil from 3.1.0 to 3.2.0 #598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps coil from 3.1.0 to 3.2.0.
Updates io.coil-kt.coil3:coil-compose from 3.1.0 to 3.2.0

Release notes

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

3.2.0

See CHANGELOG.md.

3.2.0-rc02

See CHANGELOG.md.

3.2.0-rc01

See CHANGELOG.md.

Changelog

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

[3.2.0] - May 13, 2025

Changes since 3.1.0:

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
  • Update accompanist-drawablepainter to 0.37.3.

Changes since 3.2.0-rc02:

  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Compose to 1.8.0.
  • Update accompanist-drawablepainter to 0.37.3.

[3.2.0-rc02] - April 26, 2025

  • Fix image requests failing with ClosedByteChannelException when loading an image with KtorNetworkFetcherFactory (Ktor 3) on non-JVM targets.

[3.2.0-rc01] - April 24, 2025

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Use kotlinx.io's Okio interop module in coil-network-ktor2 and coil-network-ktor3.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0-rc01.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
Commits
  • ddc32e4 Prepare version 3.2.0.
  • e586324 Use recommended Renovate rules. (#2972)
  • 616373d Update AGP to 8.10.0 and Gradle to 8.14. (#2968)
  • e7b3860 fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...
  • 6a2fafe chore(deps): update android drawable painter to 0.37.3 (#2962)
  • 83cfffb Add a FAQ section about Proguard. (#2960)
  • ca15a37 StaticImageDecoder behaves like RESPECT_PERFORMANCE (#2958)
  • 6f916ad Prepare next development version.
  • 7d1339e Prepare version 3.2.0-rc02.
  • 37d025b Revert "Use kotlinx.io's new Okio interop module. (#2908)" (#2957)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-svg from 3.1.0 to 3.2.0

Release notes

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

3.2.0

See CHANGELOG.md.

3.2.0-rc02

See CHANGELOG.md.

3.2.0-rc01

See CHANGELOG.md.

Changelog

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

[3.2.0] - May 13, 2025

Changes since 3.1.0:

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
  • Update accompanist-drawablepainter to 0.37.3.

Changes since 3.2.0-rc02:

  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Compose to 1.8.0.
  • Update accompanist-drawablepainter to 0.37.3.

[3.2.0-rc02] - April 26, 2025

  • Fix image requests failing with ClosedByteChannelException when loading an image with KtorNetworkFetcherFactory (Ktor 3) on non-JVM targets.

[3.2.0-rc01] - April 24, 2025

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Use kotlinx.io's Okio interop module in coil-network-ktor2 and coil-network-ktor3.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0-rc01.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
Commits
  • ddc32e4 Prepare version 3.2.0.
  • e586324 Use recommended Renovate rules. (#2972)
  • 616373d Update AGP to 8.10.0 and Gradle to 8.14. (#2968)
  • e7b3860 fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...
  • 6a2fafe chore(deps): update android drawable painter to 0.37.3 (#2962)
  • 83cfffb Add a FAQ section about Proguard. (#2960)
  • ca15a37 StaticImageDecoder behaves like RESPECT_PERFORMANCE (#2958)
  • 6f916ad Prepare next development version.
  • 7d1339e Prepare version 3.2.0-rc02.
  • 37d025b Revert "Use kotlinx.io's new Okio interop module. (#2908)" (#2957)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-network-ktor3 from 3.1.0 to 3.2.0

Release notes

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

3.2.0

See CHANGELOG.md.

3.2.0-rc02

See CHANGELOG.md.

3.2.0-rc01

See CHANGELOG.md.

Changelog

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

[3.2.0] - May 13, 2025

Changes since 3.1.0:

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
  • Update accompanist-drawablepainter to 0.37.3.

Changes since 3.2.0-rc02:

  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Compose to 1.8.0.
  • Update accompanist-drawablepainter to 0.37.3.

[3.2.0-rc02] - April 26, 2025

  • Fix image requests failing with ClosedByteChannelException when loading an image with KtorNetworkFetcherFactory (Ktor 3) on non-JVM targets.

[3.2.0-rc01] - April 24, 2025

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Use kotlinx.io's Okio interop module in coil-network-ktor2 and coil-network-ktor3.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0-rc01.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
Commits
  • ddc32e4 Prepare version 3.2.0.
  • e586324 Use recommended Renovate rules. (#2972)
  • 616373d Update AGP to 8.10.0 and Gradle to 8.14. (#2968)
  • e7b3860 fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...
  • 6a2fafe chore(deps): update android drawable painter to 0.37.3 (#2962)
  • 83cfffb Add a FAQ section about Proguard. (#2960)
  • ca15a37 StaticImageDecoder behaves like RESPECT_PERFORMANCE (#2958)
  • 6f916ad Prepare next development version.
  • 7d1339e Prepare version 3.2.0-rc02.
  • 37d025b Revert "Use kotlinx.io's new Okio interop module. (#2908)" (#2957)
  • 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.1.0 to 3.2.0.

Updates `io.coil-kt.coil3:coil-compose` from 3.1.0 to 3.2.0
- [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.1.0...3.2.0)

Updates `io.coil-kt.coil3:coil-svg` from 3.1.0 to 3.2.0
- [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.1.0...3.2.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.1.0 to 3.2.0
- [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.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-svg
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 22, 2025
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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/MohamedRejeb/compose-rich-editor/pull/598

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy