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-beta15
->1.0.3
1.0.0-beta15
->1.0.3
1.0.0-beta15
->1.0.3
Release Notes
airbnb/Showkase (com.airbnb.android:showkase-processor)
v1.0.3
Compare Source
This release contains the following changes and improvements
1.9.23
& Compose Compiler1.5.13
(#389)v1.0.2
Compare Source
I did a new release in order to revert a change in the previous one as I feared it would have some implications to the users. More details in this PR.
Other than that, the same change log applies. Adding it here as well so that the latest release has an easily accessible changelog.
Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (https://github.com/airbnb/Showkase/issues/308)
v1.0.1
Note: Use the 1.0.2 release instead as it reverts a change that could potentially have implications.
This release contains the following fixes -
Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (https://github.com/airbnb/Showkase/issues/308)
v1.0.0-beta18
Compare Source
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 exampleThis was contributed by @oas004 and required a lot of diligence 👏🏻
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).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.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-beta17
Compare Source
internal
instead 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-beta16
release hence not going to publish the release notes for it. Please use the1.0.0-beta17
release instead.v1.0.0-beta16
Compare Source
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 was generated by Mend Renovate. View the repository job log.