Skip to content
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

Update dependency io.coil-kt:coil-compose to v1.4.0 #39

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt:coil-compose 1.3.2 -> 1.4.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

coil-kt/coil

v1.4.0

Compare Source

  • New: Add ImageResult to ImagePainter.State.Success and ImagePainter.State.Error. (#​887)
    • This is a binary incompatible change to the signatures of ImagePainter.State.Success and ImagePainter.State.Error, however these APIs are marked as experimental.
  • Only execute CrossfadeTransition if View.isShown is true. Previously it would only check View.isVisible. (#​898)
  • Fix potential memory cache miss if scaling multiplier is slightly less than 1 due to a rounding issue. (#​899)
  • Make non-inlined ComponentRegistry methods public. (#​925)
  • Depend on accompanist-drawablepainter and remove Coil's custom DrawablePainter implementation. (#​845)
  • Remove use of a Java 8 method to guard against desugaring issue. (#​924)
  • Promote ImagePainter.ExecuteCallback to stable API. (#​927)
  • Update compileSdk to 31.
  • Update Kotlin to 1.5.30.
  • Update Coroutines to 1.5.2.
  • Update Compose to 1.0.3.

Configuration

📅 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from wmontwe as a code owner October 13, 2022 17:34
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2022
@github-actions github-actions bot removed the dependencies Pull requests that update a dependency file label Oct 13, 2022
@github-actions
Copy link

Warnings
⚠️ Changes should be reflected in the CHANGELOG.adoc
⚠️ Set a milestone please

Generated by 🚫 Danger Kotlin against c147691

Copy link
Member

@wmontwe wmontwe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@wmontwe wmontwe merged commit 07d4851 into main Oct 13, 2022
@wmontwe wmontwe deleted the renovate/io-coil-kt branch October 13, 2022 18:41
@wmontwe wmontwe added the dependencies Pull requests that update a dependency file label Oct 13, 2022
@wmontwe wmontwe added this to the 2.0.0 milestone Oct 13, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant