Closed renovate[bot] closed 1 year ago
Because you closed this PR without merging, Renovate will ignore this update (1.0.0-kotlin1.5.30-1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
1.0.0-beta17
->1.0.0-kotlin1.5.30-1
1.0.0-beta17
->1.0.0-kotlin1.5.30-1
Release Notes
airbnb/Showkase
### [`v1.0.0-beta18`](https://togithub.com/airbnb/Showkase/releases/tag/1.0.0-beta18) [Compare Source](https://togithub.com/airbnb/Showkase/compare/1.0.0-beta17...1.0.0-beta18) - Added support for custom preview annotations ([https://github.com/airbnb/Showkase/pull/303](https://togithub.com/airbnb/Showkase/pull/303)). You can now create another annotation class that's annotated with `@Preview` and Showkase will ensure that the `@Preview` properties are applied whenever you use the custom annotation. Here's an example ```kotlin @Preview(name = "Custom Preview One First", group = "Custom Previews") @Preview(name = "Custom Preview One Second", group = "Custom Previews") annotation class MyCustomPreview // This custom annotation can now be used to represent previews @MyCustomPreview @Composable fun CustomAnnotationPreview() { } ``` This was contributed by [@oas004](https://togithub.com/oas004) and required a lot of diligence 👏🏻 - **Experimental** Added a new artifact `showkase-screenshot-testing-paparazzi` that provides a mechanism to automate screenshot testing for your codebase using Showkase + Paparazzi ([https://github.com/airbnb/Showkase/pull/294](https://togithub.com/airbnb/Showkase/pull/294)). Assuming that you were already using Showkase, you just need 3 lines of code in the `test` sourceset of your root module to automatically screenshot test all your previews in the default configuration. ```kotlin @ShowkaseScreenshot(rootShowkaseClass = YourShowkaseRootModuleClass::class) abstract class MyPaparazziShowkaseScreenshotTest: PaparazziShowkaseScreenshotTest { companion object: PaparazziShowkaseScreenshotTest.CompanionObject } ``` 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](https://togithub.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! - Other misc documentation updates and fixesConfiguration
📅 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.