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.github.qdsfdhvh:image-loader to v1.7.1 - autoclosed #154

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.qdsfdhvh:image-loader 1.6.8 -> 1.7.1 age adoption passing confidence

Release Notes

qdsfdhvh/compose-imageLoader (io.github.qdsfdhvh:image-loader)

v1.7.1

Compare Source

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: 1.7.0...1.7.1

v1.7.0

Compare Source

What's Changed

Add @​Composeable AutoSizeImage & AutoSizeBox, these based on Modifier.Node.

Use priority: AutoSizeImage -> AutoSizeBox -> rememberImagePainter.

// Option 1 on 1.7.0+
AutoSizeImage(
    "https://...",
    contentDescription = "image",
)
// Option 2 on 1.7.0+
AutoSizeBox("https://...") { action ->
    when (action) {
        is ImageAction.Success -> {
            Image(
                rememberImageSuccessPainter(action),
                contentDescription = "image",
            )
        }
        is ImageAction.Loading -> {}
        is ImageAction.Failure -> {}
    }
}
// Option 3
Image(
    painter = rememberImagePainter("https://.."),
    contentDescription = "image",
)

🚀 Features

💬 Other

📦 Dependencies

Full Changelog: 1.6.8...1.7.0

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, check this box

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

@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.5 Update dependency io.github.qdsfdhvh:image-loader to v1.6.6 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/image.loader branch from 83475f3 to 016b3db Compare September 7, 2023 14:27
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.6 Update dependency io.github.qdsfdhvh:image-loader to v1.6.7 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/image.loader branch from 016b3db to bd32974 Compare September 11, 2023 06:47
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.7 Update dependency io.github.qdsfdhvh:image-loader to v1.6.8 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/image.loader branch from bd32974 to c8c6104 Compare October 10, 2023 03:42
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.8 Update dependency io.github.qdsfdhvh:image-loader to v1.6.8 - autoclosed Oct 31, 2023
@renovate renovate bot closed this Oct 31, 2023
@renovate renovate bot deleted the renovate/image.loader branch October 31, 2023 20:50
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.8 - autoclosed Update dependency io.github.qdsfdhvh:image-loader to v1.6.8 Nov 5, 2023
@renovate renovate bot reopened this Nov 5, 2023
@renovate renovate bot restored the renovate/image.loader branch November 5, 2023 13:49
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.8 Update dependency io.github.qdsfdhvh:image-loader to v1.7.0 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/image.loader branch from c8c6104 to dcb8aba Compare November 5, 2023 13:49
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.0 Update dependency io.github.qdsfdhvh:image-loader to v1.7.1 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/image.loader branch from dcb8aba to f32a99f Compare November 14, 2023 03:38
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.1 Update dependency io.github.qdsfdhvh:image-loader to v1.7.1 - autoclosed Dec 2, 2023
@renovate renovate bot closed this Dec 2, 2023
@renovate renovate bot deleted the renovate/image.loader branch December 2, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants