-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Idea Plugin] Fix the issue where the image is not selected as intended #403
Merged
takahirom
merged 2 commits into
main
from
takahirom/fix-caret-focus-behavior/2024-06-09
Jun 11, 2024
Merged
[Idea Plugin] Fix the issue where the image is not selected as intended #403
takahirom
merged 2 commits into
main
from
takahirom/fix-caret-focus-behavior/2024-06-09
Jun 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
takahirom
changed the title
Fix issue where image is not selected as intended
[Plugin] Fix issue where image is not selected as intended
Jun 9, 2024
takahirom
changed the title
[Plugin] Fix issue where image is not selected as intended
[Idea Plugin] Fix issue where image is not selected as intended
Jun 9, 2024
takahirom
changed the title
[Idea Plugin] Fix issue where image is not selected as intended
[Idea Plugin] Fix the issue where the image is not selected as intended
Jun 9, 2024
github-merge-queue bot
referenced
this pull request
in slackhq/circuit
Jul 3, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi) | plugin | minor | `1.20.0` -> `1.21.0` | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi) | dependencies | minor | `1.20.0` -> `1.21.0` | | [io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi) | dependencies | minor | `1.20.0` -> `1.21.0` | | [io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi) | dependencies | minor | `1.20.0` -> `1.21.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>takahirom/roborazzi (io.github.takahirom.roborazzi)</summary> ### [`v1.21.0`](https://github.com/takahirom/roborazzi/releases/tag/1.21.0) [Compare Source](https://github.com/takahirom/roborazzi/compare/1.20.0...1.21.0) ##### Android Studio, IntelliJ IDEA Plugin is coming The Roborazzi Plugin has been released after the previous release. Please check it out. The Roborazzi plugin enhances your development workflow by automatically displaying screenshots related to Roborazzi's screenshot tests within IntelliJ IDEA. Easily view and verify visual outputs directly in your IDE, streamlining your testing and development process. https://github.com/takahirom/roborazzi/assets/1386930/bd3e8106-1971-4ec4-b764-3f1831999228 https://plugins.jetbrains.com/plugin/24561-roborazzi ##### Now, test report assets are written in the same directory as the report HTML. We are using Materialize for the HTML report generated in build/reports/roborazzi. This causes a [Content Security Policy (CSP) problem](https://github.com/takahirom/roborazzi/issues/295) when using iframes. As a result, we can't view the report correctly in some projects. To resolve this, we now save the assets like CSS and JS in the same directory as the report HTML. Thank you, [@​eyedol](https://github.com/eyedol), for tackling this difficult problem. Thank you, [@​realdadfish](https://github.com/realdadfish), for reporting this! ##### Bug fix In the Windows environment, the image path in the report file is not written correctly. I fixed the path separator to resolve this issue. Thank you for reporting this, [@​ben-gooding-hub](https://github.com/ben-gooding-hub). ##### What's Changed - \[CI] Update actions/checkout digest to [`a5ac7e5`](https://github.com/takahirom/roborazzi/commit/a5ac7e5) by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/384](https://github.com/takahirom/roborazzi/pull/384) - \[CI] Update nick-fields/retry action to v2.9.0 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/357](https://github.com/takahirom/roborazzi/pull/357) - \[CI] Update dependency io.ktor:ktor-serialization-kotlinx-xml to v2.3.11 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/360](https://github.com/takahirom/roborazzi/pull/360) - \[Sample] Update dependency androidx.appcompat:appcompat to v1.7.0 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/394](https://github.com/takahirom/roborazzi/pull/394) - \[Idea Plugin] Add Roborazzi Preview prototype to Idea Plugin by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/395](https://github.com/takahirom/roborazzi/pull/395) - \[Idea Plugin] Add empty Roborazzi idea plugin by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/367](https://github.com/takahirom/roborazzi/pull/367) - \[Docs] Add faq section about out of memory error by [@​sanao1006](https://github.com/sanao1006) in [https://github.com/takahirom/roborazzi/pull/402](https://github.com/takahirom/roborazzi/pull/402) - \[Idea Plugin] Fix the issue where the image is not selected as intended by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/403](https://github.com/takahirom/roborazzi/pull/403) - \[Idea Plugin] Add README section of idea plugin by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/405](https://github.com/takahirom/roborazzi/pull/405) - \[Internal (compileOnly)] Update dependency androidx.compose.ui:ui-test to v1.6.8 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/397](https://github.com/takahirom/roborazzi/pull/397) - \[CI] Update actions/checkout digest to [`692973e`](https://github.com/takahirom/roborazzi/commit/692973e) by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/406](https://github.com/takahirom/roborazzi/pull/406) - \[Docs] Add robolectric.pixelCopyRenderMode to README by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/409](https://github.com/takahirom/roborazzi/pull/409) - \[Docs] Remove unneeded " in README by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/410](https://github.com/takahirom/roborazzi/pull/410) - \[Feature] Read external resources locally when generating html report by [@​eyedol](https://github.com/eyedol) in [https://github.com/takahirom/roborazzi/pull/404](https://github.com/takahirom/roborazzi/pull/404) - \[CI] Update dependency gradle to v8.8 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/354](https://github.com/takahirom/roborazzi/pull/354) - \[Bug fix] Fix windows report relative path by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/419](https://github.com/takahirom/roborazzi/pull/419) **Full Changelog**: takahirom/roborazzi@1.20.0...1.21.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjIuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chrisbanes
referenced
this pull request
in chrisbanes/haze
Jul 3, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi) | `1.20.0` -> `1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.takahirom.roborazzi/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.takahirom.roborazzi/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi) | `1.20.0` -> `1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi-compose-desktop](https://github.com/takahirom/roborazzi) | `1.20.0` -> `1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-compose-desktop/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.takahirom.roborazzi:roborazzi-compose-desktop/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.takahirom.roborazzi:roborazzi-compose-desktop/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-compose-desktop/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi) | `1.20.0` -> `1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi) | `1.20.0` -> `1.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.takahirom.roborazzi:roborazzi/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.takahirom.roborazzi:roborazzi/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>takahirom/roborazzi (io.github.takahirom.roborazzi)</summary> ### [`v1.21.0`](https://github.com/takahirom/roborazzi/releases/tag/1.21.0) [Compare Source](https://github.com/takahirom/roborazzi/compare/1.20.0...1.21.0) #### Android Studio, IntelliJ IDEA Plugin is coming The Roborazzi Plugin has been released after the previous release. Please check it out. The Roborazzi plugin enhances your development workflow by automatically displaying screenshots related to Roborazzi's screenshot tests within IntelliJ IDEA. Easily view and verify visual outputs directly in your IDE, streamlining your testing and development process. https://github.com/takahirom/roborazzi/assets/1386930/bd3e8106-1971-4ec4-b764-3f1831999228 https://plugins.jetbrains.com/plugin/24561-roborazzi #### Now, test report assets are written in the same directory as the report HTML. We are using Materialize for the HTML report generated in build/reports/roborazzi. This causes a [Content Security Policy (CSP) problem](https://github.com/takahirom/roborazzi/issues/295) when using iframes. As a result, we can't view the report correctly in some projects. To resolve this, we now save the assets like CSS and JS in the same directory as the report HTML. Thank you, [@​eyedol](https://github.com/eyedol), for tackling this difficult problem. Thank you, [@​realdadfish](https://github.com/realdadfish), for reporting this! #### Bug fix In the Windows environment, the image path in the report file is not written correctly. I fixed the path separator to resolve this issue. Thank you for reporting this, [@​ben-gooding-hub](https://github.com/ben-gooding-hub). #### What's Changed - \[CI] Update actions/checkout digest to [`a5ac7e5`](https://github.com/takahirom/roborazzi/commit/a5ac7e5) by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/384](https://github.com/takahirom/roborazzi/pull/384) - \[CI] Update nick-fields/retry action to v2.9.0 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/357](https://github.com/takahirom/roborazzi/pull/357) - \[CI] Update dependency io.ktor:ktor-serialization-kotlinx-xml to v2.3.11 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/360](https://github.com/takahirom/roborazzi/pull/360) - \[Sample] Update dependency androidx.appcompat:appcompat to v1.7.0 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/394](https://github.com/takahirom/roborazzi/pull/394) - \[Idea Plugin] Add Roborazzi Preview prototype to Idea Plugin by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/395](https://github.com/takahirom/roborazzi/pull/395) - \[Idea Plugin] Add empty Roborazzi idea plugin by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/367](https://github.com/takahirom/roborazzi/pull/367) - \[Docs] Add faq section about out of memory error by [@​sanao1006](https://github.com/sanao1006) in [https://github.com/takahirom/roborazzi/pull/402](https://github.com/takahirom/roborazzi/pull/402) - \[Idea Plugin] Fix the issue where the image is not selected as intended by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/403](https://github.com/takahirom/roborazzi/pull/403) - \[Idea Plugin] Add README section of idea plugin by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/405](https://github.com/takahirom/roborazzi/pull/405) - \[Internal (compileOnly)] Update dependency androidx.compose.ui:ui-test to v1.6.8 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/397](https://github.com/takahirom/roborazzi/pull/397) - \[CI] Update actions/checkout digest to [`692973e`](https://github.com/takahirom/roborazzi/commit/692973e) by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/406](https://github.com/takahirom/roborazzi/pull/406) - \[Docs] Add robolectric.pixelCopyRenderMode to README by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/409](https://github.com/takahirom/roborazzi/pull/409) - \[Docs] Remove unneeded " in README by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/410](https://github.com/takahirom/roborazzi/pull/410) - \[Feature] Read external resources locally when generating html report by [@​eyedol](https://github.com/eyedol) in [https://github.com/takahirom/roborazzi/pull/404](https://github.com/takahirom/roborazzi/pull/404) - \[CI] Update dependency gradle to v8.8 by [@​renovate](https://github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/354](https://github.com/takahirom/roborazzi/pull/354) - \[Bug fix] Fix windows report relative path by [@​takahirom](https://github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/419](https://github.com/takahirom/roborazzi/pull/419) **Full Changelog**: takahirom/roborazzi@1.20.0...1.21.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chrisbanes/haze). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.