Skip to content

1.29.0

Latest
Compare
Choose a tag to compare
@takahirom takahirom released this 13 Oct 02:42
· 11 commits to main since this release
2f78447

Bug Fixes

We introduced an image diff percentage in the report. However, when the screenshot's image size changes, there was an issue causing Roborazzi to crash. We have added a test for image size changes and fixed this problem. Thank you for reporting this. @Daiji256

Breaking Change

We are migrating our codebase to Kotlin Multiplatform (KMP). Roborazzi uses dropbox/differ to calculate image diffs. Thanks to @eyedol 's contribution, differ now supports KMP for iOS, so we updated dropbox/differ. Some KMP migration is still needed for iOS support.

What's Changed

  • Initial integration of differ to support iOS by @eyedol in #496
  • Add failing change size test and make diff percent nullable by @takahirom in #506

Full Changelog: 1.28.0...1.29.0