Skip to content
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

Conversation

code4hub
Copy link
Contributor

@code4hub code4hub commented Dec 23, 2024

  • Changed Preview component to take back button tooltip from TooltipTexts.

Copy link
Collaborator

@felix-hcl felix-hcl left a 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;
Copy link
Collaborator

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.

Copy link
Contributor Author

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

@felix-hcl felix-hcl merged commit b2dd1b9 into HCL-TECH-SOFTWARE:main Jan 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants