From 05bea72b132a35742dff2ee344a0767d429fe2ad Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Tue, 26 Mar 2024 10:29:58 +0000 Subject: [PATCH] Release v5.3.0 --- CHANGELOG.md | 33 +++++++++++++++------------ dist/VERSION.txt | 2 +- dist/govuk-frontend-5.2.0.min.css | 3 --- dist/govuk-frontend-5.2.0.min.css.map | 1 - dist/govuk-frontend-5.2.0.min.js | 1 - dist/govuk-frontend-5.2.0.min.js.map | 1 - dist/govuk-frontend-5.3.0.min.css | 3 +++ dist/govuk-frontend-5.3.0.min.css.map | 1 + dist/govuk-frontend-5.3.0.min.js | 1 + dist/govuk-frontend-5.3.0.min.js.map | 1 + package-lock.json | 11 ++++++++- packages/govuk-frontend/package.json | 2 +- 12 files changed, 36 insertions(+), 24 deletions(-) delete mode 100644 dist/govuk-frontend-5.2.0.min.css delete mode 100644 dist/govuk-frontend-5.2.0.min.css.map delete mode 100644 dist/govuk-frontend-5.2.0.min.js delete mode 100644 dist/govuk-frontend-5.2.0.min.js.map create mode 100644 dist/govuk-frontend-5.3.0.min.css create mode 100644 dist/govuk-frontend-5.3.0.min.css.map create mode 100644 dist/govuk-frontend-5.3.0.min.js create mode 100644 dist/govuk-frontend-5.3.0.min.js.map diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f01308f4a..cdea481ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ For advice on how to use these release notes see [our guidance on staying up to ## Unreleased +## GOV.UK Frontend v5.3.0 (Feature release) + ### New features -#### Use the Passwords input component to help users accessibly enter passwords +#### Use the Password input component to help users accessibly enter passwords + +The [Password input component](https://design-system.service.gov.uk/components/password-input/) allows users to choose: -The [Password input component](https://design-system.service.gov.uk/components/password-input/) allows users to toggle the visibility of passwords and enter their passwords in plain text if they choose to do so. +- whether their passwords are visible or not +- to enter their passwords in plain text This helps users use longer and more complex passwords without needing to remember what they've already typed. @@ -16,11 +21,9 @@ This change was introduced in [pull request #4442: Create password input compone ### Recommended changes -#### Update the HTML for the character count - -We've updated the HTML for the character count. +#### Update the HTML for the Character count component -The component wrapper `data-module="govuk-character-count"` and its form group `class="govuk-form-group"` are now combined as the same `
`. The hint text used as the count message is now placed directly after the `