-
Notifications
You must be signed in to change notification settings - Fork 13
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
Back button tooltip for Preview component #77
Back button tooltip for Preview component #77
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarification regarding breaking change needed
@@ -91,6 +91,7 @@ export interface PreviewProps { | |||
nextAsset: string; | |||
previousAsset: string; | |||
download: string; | |||
backButton: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this new property really required and not optional?
If so, this would lead to a breaking change. Currently the changelog only states a change and not a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the changelog with the breaking change. Thanks
Preview
component to take back button tooltip from TooltipTexts.