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.3.1 #4941

Merged
merged 1 commit into from Apr 19, 2024
Merged

Release v5.3.1 #4941

merged 1 commit into from Apr 19, 2024

Conversation

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-4941 April 19, 2024 10:16 Inactive
Copy link

JavaScript changes to GitHub release

diff --git a/dist/govuk-frontend-5.3.0.min.js b/dist/govuk-frontend-5.3.1.min.js
index 9d0e3f01b..a2d459b47 100644
--- a/dist/govuk-frontend-5.3.0.min.js
+++ b/dist/govuk-frontend-5.3.1.min.js
@@ -1,4 +1,4 @@
-const version = "5.3.0";
+const version = "5.3.1";
 
 function normaliseString(e, t) {
     const s = e ? e.trim() : "";
@@ -593,7 +593,7 @@ class Checkboxes extends GOVUKFrontendComponent {
         const t = e.getAttribute("aria-controls");
         if (!t) return;
         const s = document.getElementById(t);
-        if (s && s.classList.contains("govuk-checkboxes__conditional")) {
+        if (null != s && s.classList.contains("govuk-checkboxes__conditional")) {
             const t = e.checked;
             e.setAttribute("aria-expanded", t.toString()), s.classList.toggle("govuk-checkboxes__conditional--hidden", !t)
         }
@@ -1145,4 +1145,4 @@ export {
     Tabs,
     initAll,
     version
-}; //# sourceMappingURL=govuk-frontend-5.3.0.min.js.map
\ No newline at end of file
+}; //# sourceMappingURL=govuk-frontend-5.3.1.min.js.map
\ No newline at end of file

Action run for ddc2c9e

Copy link

Stylesheets changes to GitHub release

diff --git a/dist/govuk-frontend-5.3.0.min.css b/dist/govuk-frontend-5.3.1.min.css
index fe9f09663..e58c0850b 100644
--- a/dist/govuk-frontend-5.3.0.min.css
+++ b/dist/govuk-frontend-5.3.1.min.css
@@ -1,7 +1,7 @@
 @charset "UTF-8";
 
 :root {
-    --govuk-frontend-version: "5.3.0";
+    --govuk-frontend-version: "5.3.1";
     --govuk-frontend-breakpoint-mobile: 20rem;
     --govuk-frontend-breakpoint-tablet: 40.0625rem;
     --govuk-frontend-breakpoint-desktop: 48.0625rem
@@ -4666,7 +4666,6 @@ only screen and (min-resolution:2dppx) {
 @media (min-width:20em) {
     .govuk-password-input__toggle {
         width: auto;
-        flex-grow: 1;
         flex-shrink: 0;
         flex-basis: 5em;
         margin-top: 0;
@@ -7637,4 +7636,4 @@ screen and (-ms-high-contrast:active) {
     }
 }
 
-/*# sourceMappingURL=govuk-frontend-5.3.0.min.css.map */
\ No newline at end of file
+/*# sourceMappingURL=govuk-frontend-5.3.1.min.css.map */
\ No newline at end of file

Action run for ddc2c9e

Copy link

Other changes to GitHub release

diff --git a/dist/VERSION.txt b/dist/VERSION.txt
index 03f488b07..c7cb1311a 100644
--- a/dist/VERSION.txt
+++ b/dist/VERSION.txt
@@ -1 +1 @@
-5.3.0
+5.3.1

Action run for ddc2c9e

Copy link

📋 Stats

File sizes

File Size
dist/govuk-frontend-development.min.css 113.24 KiB
dist/govuk-frontend-development.min.js 42.21 KiB
packages/govuk-frontend/dist/govuk/all.bundle.js 87.21 KiB
packages/govuk-frontend/dist/govuk/all.bundle.mjs 81.95 KiB
packages/govuk-frontend/dist/govuk/all.mjs 4.17 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend-component.mjs 359 B
packages/govuk-frontend/dist/govuk/govuk-frontend.min.css 113.23 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend.min.js 42.2 KiB
packages/govuk-frontend/dist/govuk/i18n.mjs 5.55 KiB

Modules

File Size (bundled) Size (minified)
all.mjs 77.67 KiB 40.19 KiB
accordion.mjs 22.71 KiB 12.85 KiB
button.mjs 5.98 KiB 2.69 KiB
character-count.mjs 22.4 KiB 9.92 KiB
checkboxes.mjs 5.83 KiB 2.83 KiB
error-summary.mjs 7.89 KiB 3.46 KiB
exit-this-page.mjs 17.1 KiB 9.26 KiB
header.mjs 4.46 KiB 2.6 KiB
notification-banner.mjs 6.26 KiB 2.62 KiB
password-input.mjs 15.15 KiB 7.25 KiB
radios.mjs 4.83 KiB 2.38 KiB
skip-link.mjs 4.39 KiB 2.18 KiB
tabs.mjs 10.13 KiB 6.11 KiB

View stats and visualisations on the review app


Action run for ddc2c9e

Copy link
Member

@querkmachine querkmachine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the face of it it seems like stuff is missing, but a lot of changes made here are refactors that don't change the output, or changes that only apply to different-from-default Sass configurations, so they're not going to be reflected in the default CSS output.

This looks correct. 👍

@owenatgov owenatgov merged commit e30c841 into main Apr 19, 2024
47 checks passed
@owenatgov owenatgov deleted the release-5.3.1 branch April 19, 2024 10:24
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.

None yet

3 participants