Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump roborazzi from 1.7.0 to 1.13.0 #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps roborazzi from 1.7.0 to 1.13.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.7.0 to 1.13.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

1.13.0

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

ios_button_compare

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: takahirom/roborazzi#302 takahirom/roborazzi#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

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's roboCaptureImage{} with this new option. This has now been corrected by @​lukas-mercari. Thanks for your contribution!

What's Changed

... (truncated)

Commits
  • d59cede Merge pull request #313 from takahirom/takahirom/fix-ios-recording/2024-04-18
  • 0b3eec7 Add log to debug
  • 4334ea8 Use kCGColorSpaceSRGB for comparison
  • 05257ee Use kCGColorSpaceSRGB for comparison
  • 8a57f8e Use kCGColorSpaceSRGB
  • 796c945 Fix comparison logic
  • 1d6eed6 Fix image format
  • aa4c37d Refactor and tweak test
  • b282835 Refactor naming and revert test
  • fe28b6d Fix and add debugl log
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.7.0 to 1.13.0

Release notes

Sourced from io.github.takahirom.roborazzi's releases.

1.13.0

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

ios_button_compare

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: takahirom/roborazzi#302 takahirom/roborazzi#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

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's roboCaptureImage{} with this new option. This has now been corrected by @​lukas-mercari. Thanks for your contribution!

What's Changed

... (truncated)

Commits
  • d59cede Merge pull request #313 from takahirom/takahirom/fix-ios-recording/2024-04-18
  • 0b3eec7 Add log to debug
  • 4334ea8 Use kCGColorSpaceSRGB for comparison
  • 05257ee Use kCGColorSpaceSRGB for comparison
  • 8a57f8e Use kCGColorSpaceSRGB
  • 796c945 Fix comparison logic
  • 1d6eed6 Fix image format
  • aa4c37d Refactor and tweak test
  • b282835 Refactor naming and revert test
  • fe28b6d Fix and add debugl log
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Author

dependabot bot commented on behalf of github Apr 25, 2024

The following labels could not be found: version update.

Bumps `roborazzi` from 1.7.0 to 1.13.0.

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.7.0 to 1.13.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.7.0...1.13.0)

Updates `io.github.takahirom.roborazzi` from 1.7.0 to 1.13.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.7.0...1.13.0)

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/roborazzi-1.13.0 branch from 4c99a49 to 3d55dc4 Compare April 29, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants