Update dependency io.github.sergio-sastre.ComposablePreviewScanner:android to v0.8.1 #184
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.0→0.8.1Warning
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.1Compare Source
Bugfix
#103 Fix crash when using
CommonComposablePreviewScannerorAndroidComposablePreviewScannerif some@Previews use a@PreviewParameterthat provides null values. For instance:This bug already existed in
CommonComposablePreviewScanner, and was introduced in0.8.0in theAndroidComposablePreviewScannerafter refactoring some code common to both in order to also makeAndroidComposablePreviewScannerfully JVM-compatible.v0.8.0Compare Source
What's new
Compose Multiplatform
@Previews on desktop usingAndroidComposablePreviewScanner.Compose Multiplatform
1.10.0-beta02commonised@Preview,and this release updates this library's:androidmodule to be fully JVM-compatible, enabling Android preview scanning on desktop & JVM targets.Others
ScreenshotIdBuilderimplementations now provide an.encodeUnsafeCharacters()method to percent-encode characters that may cause issues in file names.chinSizeare now correctly parsed if containingfloatandpxvalues.Example:
Previously, only int and dp values were parsed correctly, causing previews like the one above to default chinSize to 0dp.
Breaking changes
chinSizevalue from@Previewdevice specifications is no longer returned as anInt.It is now represented as a
ChinSize, which preserves both the numeric values aFloatand its unit (dporpx).v0.7.2Compare Source
Bugfix
#90 Clear up gradle dependencies to avoid
NoClassDefFoundError, which before this release , might require to additionally import some dependencies, likeappcompat, to solve it.v0.7.1Compare Source
Bugfix
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.
This PR was generated by Mend Renovate. View the repository job log.