Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2023

This PR contains the following updates:

Package Change Age Confidence
io.github.qdsfdhvh:image-loader 1.2.7 -> 1.10.0 age confidence

Release Notes

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

v1.10.0

Compare Source

What's Changed

🚀 Features

🐛 Fixes

💬 Other

📦 Dependencies

Full Changelog: 1.9.0...1.10.0

v1.9.0

Compare Source

What's Changed

🚀 Features

🐛 Fixes

Full Changelog: 1.8.4...1.9.0

v1.8.4

Compare Source

What's Changed

🐛 Fixes

📦 Dependencies

Full Changelog: 1.8.3...1.8.4

v1.8.3

Compare Source

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: 1.8.2...1.8.3

v1.8.2

Compare Source

What's Changed

💬 Other

📦 Dependencies

Full Changelog: 1.8.1...1.8.2

v1.8.1

Compare Source

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: 1.8.0...1.8.1

v1.8.0

Compare Source

What's Changed

🚀 Features

💬 Other

📦 Dependencies

Full Changelog: 1.7.8...1.8.0

v1.7.8

Compare Source

What's Changed

🚀 Features

🐛 Fixes

💬 Other

Full Changelog: 1.7.7...1.7.8

v1.7.7

Compare Source

What's Changed

🐛 Fixes

📦 Dependencies

Full Changelog: 1.7.6...1.7.7

v1.7.6

Compare Source

What's Changed

🚀 Features

💬 Other

📦 Dependencies

Full Changelog: 1.7.5...1.7.6

v1.7.5

Compare Source

What's Changed

🐛 Fixes

📦 Dependencies

Full Changelog: 1.7.4...1.7.5

v1.7.4

Compare Source

What's Changed

🐛 Fixes

💬 Other

📦 Dependencies

Full Changelog: 1.7.3...1.7.4

v1.7.3

Compare Source

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: 1.7.2...1.7.3

v1.7.2

Compare Source

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: 1.7.1...1.7.2

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

v1.6.8

Compare Source

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: 1.6.7...1.6.8

v1.6.7

Compare Source

What's Changed

🐛 Fixes

Full Changelog: 1.6.6...1.6.7

v1.6.6

Compare Source

What's Changed

🐛 Fixes

📦 Dependencies


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/imageloader branch from fe4d0db to 94727c1 Compare February 10, 2023 10:21
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.2.8 Update dependency io.github.qdsfdhvh:image-loader to v1.2.9 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 94727c1 to 3305253 Compare March 2, 2023 10:11
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.2.9 Update dependency io.github.qdsfdhvh:image-loader to v1.2.10 Mar 2, 2023
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.2.10 Update dependency io.github.qdsfdhvh:image-loader to v1.3.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 3305253 to 36da054 Compare April 3, 2023 15:46
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.3.1 Update dependency io.github.qdsfdhvh:image-loader to v1.4.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 36da054 to 62118d1 Compare April 17, 2023 11:27
@renovate renovate bot force-pushed the renovate/imageloader branch from 62118d1 to bbaf6bb Compare May 28, 2023 09:30
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.4.0 Update dependency io.github.qdsfdhvh:image-loader to v1.4.4 May 28, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from bbaf6bb to 252a410 Compare June 2, 2023 14:36
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.4.4 Update dependency io.github.qdsfdhvh:image-loader to v1.4.5 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 252a410 to 69aabd2 Compare June 5, 2023 04:39
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.4.5 Update dependency io.github.qdsfdhvh:image-loader to v1.5.1 Jun 5, 2023
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.5.1 Update dependency io.github.qdsfdhvh:image-loader to v1.5.2 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 69aabd2 to 69740d4 Compare June 30, 2023 11:40
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.5.2 Update dependency io.github.qdsfdhvh:image-loader to v1.5.3 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 69740d4 to 3735933 Compare July 3, 2023 07:41
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.5.3 Update dependency io.github.qdsfdhvh:image-loader to v1.6.0 Jul 8, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 3735933 to c3f8f33 Compare July 8, 2023 09:06
@renovate renovate bot force-pushed the renovate/imageloader branch from c3f8f33 to e0b9583 Compare July 27, 2023 16:09
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.0 Update dependency io.github.qdsfdhvh:image-loader to v1.6.1 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from e0b9583 to c7cb6a3 Compare July 28, 2023 06:38
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.1 Update dependency io.github.qdsfdhvh:image-loader to v1.6.2 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from c7cb6a3 to b19e6ca Compare July 31, 2023 13:33
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.2 Update dependency io.github.qdsfdhvh:image-loader to v1.6.3 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from b19e6ca to 581f73a Compare August 5, 2023 06:23
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.3 Update dependency io.github.qdsfdhvh:image-loader to v1.6.4 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/imageloader branch from 581f73a to 32eb81e Compare August 31, 2023 14:32
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.6.4 Update dependency io.github.qdsfdhvh:image-loader to v1.6.5 Aug 31, 2023
@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/imageloader branch from d0f5fba to 9e212d3 Compare January 6, 2024 14:14
@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.2 Jan 6, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 9e212d3 to 45af5ea Compare January 8, 2024 16:02
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.2 Update dependency io.github.qdsfdhvh:image-loader to v1.7.3 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 45af5ea to 6072bbd Compare February 6, 2024 07:09
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.3 Update dependency io.github.qdsfdhvh:image-loader to v1.7.4 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 6072bbd to 21999fd Compare February 15, 2024 06:26
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.4 Update dependency io.github.qdsfdhvh:image-loader to v1.7.5 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 21999fd to 19129b9 Compare February 21, 2024 16:42
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.5 Update dependency io.github.qdsfdhvh:image-loader to v1.7.6 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 19129b9 to dba2bb4 Compare March 2, 2024 15:22
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.6 Update dependency io.github.qdsfdhvh:image-loader to v1.7.7 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from dba2bb4 to d3cc17e Compare March 3, 2024 13:34
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.7 Update dependency io.github.qdsfdhvh:image-loader to v1.7.8 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from d3cc17e to fc8df05 Compare May 23, 2024 04:06
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.7.8 Update dependency io.github.qdsfdhvh:image-loader to v1.8.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from fc8df05 to 74a32e4 Compare May 28, 2024 13:44
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.8.0 Update dependency io.github.qdsfdhvh:image-loader to v1.8.1 May 28, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 74a32e4 to 8fd01a6 Compare July 18, 2024 08:41
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.8.1 Update dependency io.github.qdsfdhvh:image-loader to v1.8.2 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 8fd01a6 to 65420ff Compare September 1, 2024 09:28
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.8.2 Update dependency io.github.qdsfdhvh:image-loader to v1.8.3 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from 65420ff to fec19c6 Compare October 9, 2024 15:01
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.8.3 Update dependency io.github.qdsfdhvh:image-loader to v1.8.4 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from fec19c6 to de38b1f Compare October 14, 2024 19:33
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.8.4 Update dependency io.github.qdsfdhvh:image-loader to v1.9.0 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/imageloader branch from de38b1f to 1f49a1e Compare January 19, 2025 09:31
@renovate renovate bot changed the title Update dependency io.github.qdsfdhvh:image-loader to v1.9.0 Update dependency io.github.qdsfdhvh:image-loader to v1.10.0 Jan 19, 2025
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.

1 participant