-
Notifications
You must be signed in to change notification settings - Fork 90
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
Notification drawer heading template is wrapped in h4 #539
Comments
we will need to look into backwards compatibility issues that could arise from making this change but I can understand the reasoning. |
Could we eliminate the |
We could. The issue would be any applications already overriding this using the h4 as the selector. |
How closely is angular-patternfly trying to follow SemVer? Strictly no breaking changes until next major release? |
Yes, that is what we are trying for. |
So Angular (2) seems to follow SemVer, but is on version Curious if that would work for angular-patternfly. Following SemVer is great if 1.) you can go ahead and release the major as often as you have a breaking change (even if minor like an I'm guessing its hard to put enough architectural time into each new component to ensure tweaks (breaking tweaks) are avoided. |
Yes, that is the struggle. I don't see the h4 really causing enough of an issue to warrant making the change and creating a major release. Is this something that you feel can not be (easily) worked around? |
Agree. Not a problem for now, I think we have an acceptable workaround in place in the console. |
OK, closing this issue. Feel free to reopen if you'd like it kept in the backlog for the next major release. |
I'd probably prefer to keep it open. Its definitely still strange to work around the heading. |
OK, thanks @benjaminapetersen |
The current
notification-drawer.html
template wraps the user definedheading.html
(fromheadingInclude
) in anh4
, which is restrictive for styling beyond a simple heading.In progress web console PR here.
Here is where we are going with the openshift web-console:
From
notification-drawer.html
it would be ideal to eliminate theh4
. If preferred for out of the box styling, move it inside theheading.html
example template:@jeff-phillips-18 thoughts?
The text was updated successfully, but these errors were encountered: