1.12.0
Bug Fixes
- Fixed an issue where recorded images with a transparent background and a scaling option (e.g., 0.5F) were always detected as changes. Thanks for reporting this, @yongsuk44!
- Addressed a bug related to
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
- Hide action bar to avoid shadow creeping into images captured using captureRoboImage by @lukas-mercari in #283
- [CI]Compare with base branch by @takahirom in #284
- update robolectric version from 4.10.3 to 4.12.1 by @sanao1006 in #289
- Add roundTransparentResizeCompose test by @takahirom in #297
- Fix false positive issue in verification of scaled transparent images by @takahirom in #298
New Contributors
- @lukas-mercari made their first contribution in #283
Full Changelog: 1.11.0...1.12.0