-
Notifications
You must be signed in to change notification settings - Fork 347
Release 5.11.1 #6112
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
Merged
Merged
Release 5.11.1 #6112
Conversation
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
JavaScript changes to GitHub releasediff --git a/dist/govuk-frontend-5.11.0.min.js b/dist/govuk-frontend-5.11.1.min.js
index 229e0699f..ced7a4879 100644
--- a/dist/govuk-frontend-5.11.0.min.js
+++ b/dist/govuk-frontend-5.11.1.min.js
@@ -1,4 +1,4 @@
-const version = "5.11.0";
+const version = "5.11.1";
function getFragmentFromUrl(t) {
if (t.includes("#")) return t.split("#").pop()
@@ -1289,4 +1289,4 @@ export {
initAll,
isSupported,
version
-}; //# sourceMappingURL=govuk-frontend-5.11.0.min.js.map
\ No newline at end of file
+}; //# sourceMappingURL=govuk-frontend-5.11.1.min.js.map
\ No newline at end of file
Action run for c8e6ad8 |
Stylesheets changes to GitHub releasediff --git a/dist/govuk-frontend-5.11.0.min.css b/dist/govuk-frontend-5.11.1.min.css
index 9bee2bc4d..7665f0c55 100644
--- a/dist/govuk-frontend-5.11.0.min.css
+++ b/dist/govuk-frontend-5.11.1.min.css
@@ -1,7 +1,7 @@
@charset "UTF-8";
:root {
- --govuk-frontend-version: "5.11.0";
+ --govuk-frontend-version: "5.11.1";
--govuk-breakpoint-mobile: 20rem;
--govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);
--govuk-breakpoint-tablet: 40.0625rem;
@@ -5885,6 +5885,7 @@ screen and (forced-colors:active) {
.govuk-template--rebranded .govuk-service-navigation--inverse {
border-bottom: none;
+ color: #fff;
background-color: #1d70b8
}
@@ -5918,7 +5919,7 @@ screen and (forced-colors:active) {
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__toggle:not(:focus) {
- color: #fff
+ color: currentcolor
}
.govuk-skip-link {
@@ -5934,7 +5935,7 @@ screen and (forced-colors:active) {
padding: 10px 15px
}
-.govuk-skip-link:not(:active):not(:focus) {
+.govuk-skip-link:not(:active):not(:focus):not(.\:focus) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
@@ -6972,7 +6973,7 @@ screen and (-ms-high-contrast:active) {
content: " "
}
-.govuk-visually-hidden-focusable:not(:active):not(:focus) {
+.govuk-visually-hidden-focusable:not(:active):not(:focus):not(.\:focus) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
@@ -8403,4 +8404,4 @@ screen and (-ms-high-contrast:active) {
}
}
-/*# sourceMappingURL=govuk-frontend-5.11.0.min.css.map */
\ No newline at end of file
+/*# sourceMappingURL=govuk-frontend-5.11.1.min.css.map */
\ No newline at end of file
Action run for c8e6ad8 |
Other changes to GitHub releasediff --git a/dist/VERSION.txt b/dist/VERSION.txt
index c68d476cc..32447ce31 100644
--- a/dist/VERSION.txt
+++ b/dist/VERSION.txt
@@ -1 +1 @@
-5.11.0
+5.11.1
Action run for c8e6ad8 |
📋 StatsFile sizes
Modules
View stats and visualisations on the review app Action run for c8e6ad8 |
owenatgov
approved these changes
Jul 17, 2025
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.
Fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
govuk-shade
andgovuk-tint