-
Notifications
You must be signed in to change notification settings - Fork 132
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
fix: refactor Action Bar title to follow the latest fund-styles #3466
Conversation
Deploy preview for fundamental-ngx ready! Built with commit c11598d |
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.
Let's merge it and discuss about refactor after release
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.
Why don't we use it like a custom element:
Like:
<fd-action-bar-title> Page Title </fd-action-bar-title>
Instead of:
<div fd-action-bar-title> Page Title </div>
div
tag does not provide any additional semantic meaning, and I feel like it a bit complicating the markup.
Lets discuss the directives later. |
Please provide a link to the associated issue.
Part of #3420
Please provide a brief summary of this pull request.
In latest release of fundamental-styles the markup for Action Bar title is changes, also an additional class is added. The
fd-action-bar-title
directive is now a component.BREAKING CHANGE:
fd-action-bar-title
directive is now a component.Before:
After:
Please check whether the PR fulfills the following requirements
https://github.com/SAP/fundamental-ngx/blob/master/CONTRIBUTING.md
https://github.com/SAP/fundamental-ngx/wiki/PR-Review-Checklist
Documentation checklist: