Skip to content
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 v5.7.1 #5400

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Release v5.7.1 #5400

merged 1 commit into from
Oct 11, 2024

Conversation

owenatgov
Copy link
Contributor

Recommended changes

Stop setting a value for File upload components

The File upload component currently supports a value parameter, which populates the value HTML attribute of the input.

However, since no modern browser supports passing a value to a file input, we've made the decision to remove this parameter. It has been deprecated and will be removed in a future version of GOV.UK Frontend.

We introduced this change in pull request #5330: Deprecate File upload component's value parameter.

Fixes

We've made fixes to GOV.UK Frontend in the following pull requests:

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-5400 October 11, 2024 13:18 Inactive
Copy link

JavaScript changes to GitHub release

diff --git a/dist/govuk-frontend-5.7.0.min.js b/dist/govuk-frontend-5.7.1.min.js
index c0ff5fe6d..92a902455 100644
--- a/dist/govuk-frontend-5.7.0.min.js
+++ b/dist/govuk-frontend-5.7.1.min.js
@@ -1,4 +1,4 @@
-const version = "5.7.0";
+const version = "5.7.1";
 
 function normaliseString(t, e) {
     const s = t ? t.trim() : "";
@@ -1161,4 +1161,4 @@ export {
     initAll,
     isSupported,
     version
-}; //# sourceMappingURL=govuk-frontend-5.7.0.min.js.map
\ No newline at end of file
+}; //# sourceMappingURL=govuk-frontend-5.7.1.min.js.map
\ No newline at end of file

Action run for 23569ac

Copy link

Stylesheets changes to GitHub release

diff --git a/dist/govuk-frontend-5.7.0.min.css b/dist/govuk-frontend-5.7.1.min.css
index 894d2f91a..9043b3175 100644
--- a/dist/govuk-frontend-5.7.0.min.css
+++ b/dist/govuk-frontend-5.7.1.min.css
@@ -1,7 +1,7 @@
 @charset "UTF-8";
 
 :root {
-    --govuk-frontend-version: "5.7.0";
+    --govuk-frontend-version: "5.7.1";
     --govuk-frontend-breakpoint-mobile: 20rem;
     --govuk-frontend-breakpoint-tablet: 40.0625rem;
     --govuk-frontend-breakpoint-desktop: 48.0625rem
@@ -7925,4 +7925,4 @@ screen and (-ms-high-contrast:active) {
     }
 }
 
-/*# sourceMappingURL=govuk-frontend-5.7.0.min.css.map */
\ No newline at end of file
+/*# sourceMappingURL=govuk-frontend-5.7.1.min.css.map */
\ No newline at end of file

Action run for 23569ac

Copy link

Other changes to GitHub release

diff --git a/dist/VERSION.txt b/dist/VERSION.txt
index 42cdd0b54..64ff7ded7 100644
--- a/dist/VERSION.txt
+++ b/dist/VERSION.txt
@@ -1 +1 @@
-5.7.0
+5.7.1

Action run for 23569ac

Copy link

📋 Stats

File sizes

File Size
dist/govuk-frontend-development.min.css 118.41 KiB
dist/govuk-frontend-development.min.js 42.93 KiB
packages/govuk-frontend/dist/govuk/all.bundle.js 91.34 KiB
packages/govuk-frontend/dist/govuk/all.bundle.mjs 85.77 KiB
packages/govuk-frontend/dist/govuk/all.mjs 1.18 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend-component.mjs 1.74 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend.min.css 118.4 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend.min.js 42.92 KiB
packages/govuk-frontend/dist/govuk/i18n.mjs 5.55 KiB
packages/govuk-frontend/dist/govuk/init.mjs 6.85 KiB

Modules

File Size (bundled) Size (minified)
all.mjs 81.9 KiB 40.37 KiB
accordion.mjs 25.46 KiB 12.93 KiB
button.mjs 7.96 KiB 3.31 KiB
character-count.mjs 24.39 KiB 10.5 KiB
checkboxes.mjs 7.81 KiB 3.42 KiB
error-summary.mjs 9.87 KiB 4.07 KiB
exit-this-page.mjs 19.08 KiB 9.86 KiB
header.mjs 6.46 KiB 3.22 KiB
notification-banner.mjs 8.24 KiB 3.23 KiB
password-input.mjs 17.13 KiB 7.86 KiB
radios.mjs 6.81 KiB 2.98 KiB
service-navigation.mjs 6.44 KiB 3.26 KiB
skip-link.mjs 6.4 KiB 2.76 KiB
tabs.mjs 12.04 KiB 6.67 KiB

View stats and visualisations on the review app


Action run for 23569ac

@owenatgov owenatgov merged commit 77521fc into main Oct 11, 2024
52 checks passed
@owenatgov owenatgov deleted the release-5.7.1 branch October 11, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants