-
Notifications
You must be signed in to change notification settings - Fork 336
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
Release TEST #5662
Closed
Closed
Release TEST #5662
Conversation
This file contains 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
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-5662
January 28, 2025 09:43
Inactive
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-5662
January 28, 2025 09:52
Inactive
JavaScript changes to GitHub releasediff --git a/dist/govuk-frontend-5.8.0.min.js b/dist/govuk-frontend-5.9.0.min.js
index 240d3abc0..8202c9b62 100644
--- a/dist/govuk-frontend-5.8.0.min.js
+++ b/dist/govuk-frontend-5.9.0.min.js
@@ -1,4 +1,4 @@
-const version = "5.8.0";
+const version = "5.9.0";
function getFragmentFromUrl(t) {
if (t.includes("#")) return t.split("#").pop()
@@ -1178,4 +1178,4 @@ export {
initAll,
isSupported,
version
-}; //# sourceMappingURL=govuk-frontend-5.8.0.min.js.map
\ No newline at end of file
+}; //# sourceMappingURL=govuk-frontend-5.9.0.min.js.map
\ No newline at end of file
Action run for c7931ae |
Stylesheets changes to GitHub releasediff --git a/dist/govuk-frontend-5.8.0.min.css b/dist/govuk-frontend-5.9.0.min.css
index b9452f055..92deabf9d 100644
--- a/dist/govuk-frontend-5.8.0.min.css
+++ b/dist/govuk-frontend-5.9.0.min.css
@@ -1,7 +1,7 @@
@charset "UTF-8";
:root {
- --govuk-frontend-version: "5.8.0";
+ --govuk-frontend-version: "5.9.0";
--govuk-frontend-breakpoint-mobile: 20rem;
--govuk-frontend-breakpoint-tablet: 40.0625rem;
--govuk-frontend-breakpoint-desktop: 48.0625rem
@@ -2317,6 +2317,11 @@
margin-bottom: 5px
}
+.govuk-character-count .govuk-textarea--error:focus {
+ border-color: #d4351c;
+ box-shadow: inset 0 0 0 2px #d4351c
+}
+
.govuk-character-count__message {
font-variant-numeric: tabular-nums;
margin-top: 0;
@@ -7925,4 +7930,4 @@ screen and (-ms-high-contrast:active) {
}
}
-/*# sourceMappingURL=govuk-frontend-5.8.0.min.css.map */
\ No newline at end of file
+/*# sourceMappingURL=govuk-frontend-5.9.0.min.css.map */
\ No newline at end of file
Action run for c7931ae |
Other changes to GitHub releasediff --git a/dist/VERSION.txt b/dist/VERSION.txt
index 11d9efa3d..b3d91f9cf 100644
--- a/dist/VERSION.txt
+++ b/dist/VERSION.txt
@@ -1 +1 @@
-5.8.0
+5.9.0
Action run for c7931ae |
📋 StatsFile sizes
Modules
View stats and visualisations on the review app Action run for c7931ae |
Closing as this was just a test |
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.
Deprecated features
Migrate to the new organisation colour palette
The legacy organisation colour palette has been deprecated and will be removed in the next major version.
If your service uses the organisation colour palette, make sure that things still look as expected with the
$govuk-new-organisation-colours
feature flag enabled.This change was introduced in pull request #5627: Deprecate legacy organisation colour palette.
Fixes
We've made fixes to GOV.UK Frontend in the following pull requests: