-
Notifications
You must be signed in to change notification settings - Fork 11
Update showkase to v1.0.5 #148
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/showkase
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1
−1
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
0aa8d1c
to
cb97939
Compare
478ecae
to
298e420
Compare
298e420
to
d490c4b
Compare
d490c4b
to
2c89037
Compare
fff47e6
to
a489a78
Compare
a489a78
to
c7bcc46
Compare
c7bcc46
to
10a9290
Compare
a14944a
to
8feecc4
Compare
8feecc4
to
3ec8bfe
Compare
3ec8bfe
to
9dd4b26
Compare
d5beaa2
to
646994c
Compare
646994c
to
aa0e188
Compare
d45a4b3
to
7afb8b0
Compare
7afb8b0
to
f35beee
Compare
70420a9
to
7cb4747
Compare
7cb4747
to
bc79949
Compare
3f27317
to
27883ac
Compare
27883ac
to
9706fcc
Compare
9706fcc
to
b1d56ef
Compare
b1d56ef
to
8a03484
Compare
pr-validation Pipeline SummaryPipeline status: failed! View the Pipeline pr-validation-stagebuild - ❌ FAILED |
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-beta15
->1.0.5
1.0.0-beta15
->1.0.5
1.0.0-beta15
->1.0.5
Release Notes
airbnb/Showkase (com.airbnb.android:showkase-processor)
v1.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: airbnb/Showkase@1.0.4...1.0.5
v1.0.4
Compare Source
This release contains the following changes and improvements:
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.