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:
1.9.0
->1.15.0
1.9.0
->1.15.0
1.9.0
->1.15.0
1.9.0
->1.15.0
Release Notes
takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.15.0
Compare Source
Improvements
We continue to refine our testing processes to prevent similar issues in future releases.
What's Changed
Full Changelog: takahirom/roborazzi@1.14.0...1.15.0
v1.14.0
Compare Source
Bug fixes
Cache-related Flakiness in Comparison Results: We've identified and resolved an intermittent issue where cached data could sometimes prevent users from seeing comparison results in Roborazzi.
https://github.com/takahirom/roborazzi/pull/323
What's Changed
5a6920d
by @renovate in https://github.com/takahirom/roborazzi/pull/3180ad4b8f
by @renovate in https://github.com/takahirom/roborazzi/pull/319New Contributors
Full Changelog: takahirom/roborazzi@1.13.0...1.14.0
v1.13.0
Compare Source
Add experimental, minimal support for iOS in Compose Multiplatform
Roborazzi has supported Compose Desktop, but we hadn't yet supported iOS, which could be a major use case for Compose Multiplatform. Therefore, I have added support for iOS.
Now, you can record, compare, and verify just as you would with Android support.
https://takahirom.github.io/roborazzi/compose-multiplatform.html#experimental-feature-ios-support
However, Roborazzi is fundamentally based on the JVM. Currently, we offer only minimal features. If you are interested in helping to improve these features, please take a look at these issues:
https://github.com/takahirom/roborazzi/issues/302 https://github.com/takahirom/roborazzi/issues/305
Changes Affecting Existing Support
To support iOS, we have made some dependency changes for Android and Compose Desktop. I believe these changes will not affect existing behavior. However, if you notice anything, please let me know.
All
Kotlin:
1.8.22 -> 1.9.21
dropbox/differ:
0.0.1 -> 0.0.2
Desktop Compose Version
Compose Multiplatform:
1.4.3 -> 1.6.1
What's Changed
Full Changelog: takahirom/roborazzi@1.12.0...1.13.0
v1.12.0
Compare Source
Bug Fixes
robolectric.screenshot.hwrdr.native
introduced in Robolectric 4.12, which caused unwanted shadows when using Compose'sroboCaptureImage{}
with this new option. This has now been corrected by @lukas-mercari. Thanks for your contribution!What's Changed
New Contributors
Full Changelog: takahirom/roborazzi@1.11.0...1.12.0
v1.11.0
Compare Source
New feature
In Roborazzi, if you specify outputDir in the Gradle settings, you can use the build cache. Now, Roborazzi passes the setting into the test.
build.gradle
gradle.propeties
Test
What's Changed
Full Changelog: takahirom/roborazzi@1.10.1...1.11.0
v1.10.1
Compare Source
Changes from 1.10.0
This release includes a bug fix for a Javascript error that prevented the HTML report from being displayed.
Changes from 1.9.0
New experimental feature
Custom context data for images and reports
Custom context data enables the addition of information to images and reports in Roborazzi's tests, which I believe is very important. For example, it can include the test class name of a screenshot or whether it is in dark mode.
You can now add custom context data using RoborazziOptions, and Roborazzi will add the test class name metadata if you use RoborazziRule. If you have any opinions about this feature, please let me know at https://github.com/takahirom/roborazzi/issues/257.
Furthermore, this opens up possibilities with AI. Given that AI now possesses multimodal capabilities, it has become feasible for AI to process images.
This feature was made possible thanks to @sanao1006 's contribution of migrating from org.json to gson.
Important bug fix
Gradle attempts to load the test cache whenever possible, but there was an issue where Roborazzi couldn't restore images from the cache. This release includes a fix for this problem. Thank you, @francescocervone, for reporting this issue.
What's Changed
org.json
Library toGson
by @sanao1006 in https://github.com/takahirom/roborazzi/pull/248New Contributors
Full Changelog: takahirom/roborazzi@1.9.0...1.10.0
v1.10.0
Compare Source
New experimental feature
Custom context data for images and reports
Custom context data enables the addition of information to images and reports in Roborazzi's tests, which I believe is very important. For example, it can include the test class name of a screenshot or whether it is in dark mode.
You can now add custom context data using RoborazziOptions, and Roborazzi will add the test class name metadata if you use RoborazziRule. If you have any opinions about this feature, please let me know at https://github.com/takahirom/roborazzi/issues/257.
Furthermore, this opens up possibilities with AI. Given that AI now possesses multimodal capabilities, it has become feasible for AI to process images.
This feature was made possible thanks to @sanao1006 's contribution of migrating from org.json to gson.
Important bug fix
Gradle attempts to load the test cache whenever possible, but there was an issue where Roborazzi couldn't restore images from the cache. This release includes a fix for this problem. Thank you, @francescocervone, for reporting this issue.
What's Changed
org.json
Library toGson
by @sanao1006 in https://github.com/takahirom/roborazzi/pull/248New Contributors
Full Changelog: takahirom/roborazzi@1.9.0...1.10.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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.