-
Notifications
You must be signed in to change notification settings - Fork 195
USWDS-Site - Changelog: Header compilation error [#5624] #2356
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
Conversation
@@ -3,7 +3,7 @@ type: component | |||
changelogURL: | |||
items: | |||
- date: NNNN-NN-NN | |||
summary: Resolved a compilation error when `$theme-max-header-width` is set to non-breakpoint values. | |||
summary: Fixed a bug that prevented `$theme-max-header-width` from accepting a value of "none". |
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.
Now that the test has expanded to check for non-breakpoint values, should we include that in the changelog?
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.
Really, this PR doesn't touch $theme-header-MAX-width
other than removing it from the Safari fix entirely. The root issue is that the calculation in the Safari bug fix caused the a value of "none" on the setting o throw an error. So by not using the max-width setting in the Safari fix, that specific bug is removed. I think that should be the focus of the changelog.
Regarding $theme-header-MIN-width
, I don't think there is any need to get into the details. Nothing is really different other than the Safari bug won't be applied to values that aren't acceptable to the setting anyway. That piece feels more like a behind-the-scenes thing.
Curious to hear what you think!
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.
@amyleadem Oh I think that makes sense. The focus on the existing bug is a good move! 👍
…nto cm-changelog-5617
… into cm-changelog-5617
Summary
Adds changelog for uswds/uswds#5616
Related PR
uswds/uswds#5616
Preview link