-
Notifications
You must be signed in to change notification settings - Fork 324
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
Release v5.3.1 #4941
Conversation
JavaScript changes to GitHub releasediff --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 |
Stylesheets changes to GitHub releasediff --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 |
Other changes to GitHub releasediff --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 |
📋 StatsFile sizes
Modules
View stats and visualisations on the review app Action run for ddc2c9e |
There was a problem hiding this 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. 👍
5.3.1 (Fix release)
Fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
attributes
option ignoring values passed from thesafe
filter