fix(deps): update showkase to v1.0.0-kotlin1.5.30-1#228
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update showkase to v1.0.0-kotlin1.5.30-1#228renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or 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
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.
This PR contains the following updates:
1.0.0-beta13->1.0.0-kotlin1.5.30-11.0.0-beta13->1.0.0-kotlin1.5.30-1⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
airbnb/Showkase
v1.0.0-beta18Compare Source
You can now create another annotation class that's annotated with
@Previewand Showkase will ensure that the@Previewproperties are applied whenever you use the custom annotation. Here's an exampleThis was contributed by @oas004 and required a lot of diligence 👏🏻
showkase-screenshot-testing-paparazzithat provides a mechanism to automate screenshot testing for your codebase using Showkase + Paparazzi (https://github.com/airbnb/Showkase/pull/294).Assuming that you were already using Showkase, you just need 3 lines of code in the
testsourceset of your root module to automatically screenshot test all your previews in the default configuration.In our own usage, we've found issues with using Paparazzi when the codebase has a large number of screenshot and haven't quite figured out what's causing it (https://github.com/cashapp/paparazzi/issues/630). As a result, try at your own risk. Having said that, we are really keen on resolving the linked issue and deploying this. If you have any insights about this issue, please reach out!
v1.0.0-beta17Compare Source
internalinstead of forcing you to bepublic. Please file issues if you notice any weird behavior after this refactor.Note: We discovered a bug in the
1.0.0-beta16release hence not going to publish the release notes for it. Please use the1.0.0-beta17release instead.v1.0.0-beta16Compare Source
v1.0.0-beta15Compare Source
@Preview&@ShowakseComposableannotations. This generates the additional previews even in the ShowkaseBrowser, just like you'd expect. One thing to note is that this only works forksp. More info about the kapt issue here. (https://github.com/airbnb/Showkase/pull/259)skipPrivatePreviewsflag to enable this. Here's how you'd configure it in yourbuild.gradleshowkase-screenshot-testingartifact, you would've noticed that there was really limited information available when the test fails. We now share more information so that it's easier to debug the failing test (https://github.com/airbnb/Showkase/pull/276)showkase-screenshot-testingarticact and I'm working on a doc that dives deeper on this topic (https://github.com/airbnb/Showkase/pull/252)Want to once again give a huge shout out to all the contributors. I'm very grateful for all the help and appreciate everything you do to improve this library 🙏
v1.0.0-beta14Compare Source
I am particularly excited about this release because all these improvements were from the community, particularly from Odin, who is the MVP for this release 🥳
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.