Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
io.github.sergio-sastre.ComposablePreviewScanner:android 0.7.00.8.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sergio-sastre/ComposablePreviewScanner (io.github.sergio-sastre.ComposablePreviewScanner:android)

v0.8.1

Compare Source

Bugfix

#​103 Fix crash when using CommonComposablePreviewScanner or AndroidComposablePreviewScanner if some @Previews use a @PreviewParameter that provides null values. For instance:

@​Preview
@​Composable
fun ExampleNullablePreviewParameter(
    @​PreviewParameter(provider = AndroidStringProvider::class) name: String?
){
    Example(name)
}

This bug already existed in CommonComposablePreviewScanner, and was introduced in0.8.0 in the AndroidComposablePreviewScanner after refactoring some code common to both in order to also make AndroidComposablePreviewScanner fully JVM-compatible.

v0.8.0

Compare Source

What's new

Compose Multiplatform

  • #​95 Added support for scanning Android @Previews on desktop using AndroidComposablePreviewScanner.
    Compose Multiplatform 1.10.0-beta02 commonised @Preview,and this release updates this library's:android module to be fully JVM-compatible, enabling Android preview scanning on desktop & JVM targets.

Others

  • #​99 All ScreenshotIdBuilder implementations now provide an .encodeUnsafeCharacters() method to percent-encode characters that may cause issues in file names.
  • #​89 Android previews with device parameters containing chinSize are now correctly parsed if containing float and px values.
    Example:
@​Preview(device = "spec:chinSize=25.5px,width=300px,height=300px")

Previously, only int and dp values were parsed correctly, causing previews like the one above to default chinSize to 0dp.

Breaking changes

  • The parsed chinSize value from @Preview device specifications is no longer returned as an Int.
    It is now represented as a ChinSize, which preserves both the numeric values a Float and its unit (dp or px).

v0.7.2

Compare Source

Bugfix

#​90 Clear up gradle dependencies to avoid NoClassDefFoundError, which before this release , might require to additionally import some dependencies, like appcompat, to solve it.

v0.7.1

Compare Source

Bugfix

  • Fix device parsing for WearOS Rect and XR Headset #​81

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/composepreviewscanner branch from c7c160c to 32d1be8 Compare November 11, 2025 00:09
@renovate renovate bot changed the title Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.7.1 Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.7.2 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/composepreviewscanner branch from 32d1be8 to 2232442 Compare November 24, 2025 18:36
@renovate renovate bot force-pushed the renovate/composepreviewscanner branch from 2232442 to 8460931 Compare December 15, 2025 20:58
@renovate renovate bot changed the title Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.7.2 Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.8.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/composepreviewscanner branch from 8460931 to 4156fcd Compare December 20, 2025 02:36
@renovate renovate bot changed the title Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.8.0 Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.8.1 Dec 20, 2025
@github-actions
Copy link

VRT Result

Tip

No visual changes 👍

For more information, see VRT report.

type diff files
new 0
diff 0
delete 0

Last updated: 2025-12-20 11:44:11 JST
Commit SHA: 4156fcd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant