Update dependency govuk-frontend to v5.14.0#1010
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency govuk-frontend to v5.14.0#1010renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
18df55e to
19b5190
Compare
19b5190 to
e879e60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.11.2→5.14.0Release Notes
alphagov/govuk-frontend (govuk-frontend)
v5.14.0Compare Source
New features
The GOV.UK footer component now allows the removal of content licence information
If your service does not provide information under the Open Government Licence (OGL), you can now remove the content licence information from the GOV.UK footer.
If you use Nunjucks, set the
contentLicenceparameter tonull:We introduced this feature in the following pull requests:
nullrather thanfalseto hide the content licence – thanks to @gunndabad for reporting this issue.Recommended changes
Add
aria-hidden="true"to the Service navigation's menu toggleThe VoiceOver screen reader software for macOS and iPadOS contains bugs that make the menu toggle in the Service navigation accessible to VoiceOver users, even if the button has a
hiddenattribute.If you use Nunjucks, you do not have to do anything.
If you do not use Nunjucks to generate your components' HTML, add an
aria-hidden="true"attribute to the hidden<button>element of the Service navigation. This means the button will remain hidden for VoiceOver users.We made this change in pull request #6469: Fix VoiceOver access to
hiddenService Navigation menu button.Fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
attributesvalues to prevent double escapingv5.13.0Compare Source
New features
Use Sass functions to create custom media queries
We've added new Sass functions to help write
@mediaand@containerqueries, mixins and functions whilst still using GOV.UK Frontend's$govuk-breakpointssetting.You can create
min-widthandmax-widthqueries using thegovuk-from-breakpointandgovuk-until-breakpointfunctions:You can get the configured value of a breakpoint using
govuk-breakpoint-value:Each of these functions allows for passing a custom breakpoint map. This can be useful if a particular component needs to change layout at different dimensions to the rest of the site and for authoring
@containerqueries.We've rewritten the internals of the
govuk-media-querymixin to make use of these new functions. The rewritten mixin should work identically and return the same CSS as the previous version, but you may want to make sure that your existing media queries work as expected.We made these changes in the following pull requests:
govuk-media-query, remove dependency onsass-mq.Recommended changes
Rename ellipses HTML class in pagination to ellipsis
Within the pagination component, change the
govuk-pagination__item--ellipsesclass togovuk-pagination__item--ellipsis.We introduced this change in pull request #5882: Rename ellipses html class to ellipsis. Thanks to @frankieroberto for making this change.
Fixes
v5.12.0Compare Source
New features
Use the
govuk-focused-form-inputmixin to style focus states for form inputsYou can now use the
govuk-focused-form-inputmixin to style the focus state in your own form input components.Thanks to @patrickpatrickpatrick for suggesting this change.
Fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
Intl.PluralRulesand remove fallback logicConfiguration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.