From 167b4c93025b3decd552b3992ad583a3de5247c0 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Sat, 6 Aug 2022 16:59:44 +1000 Subject: [PATCH] changelog entry for #8925 --- CHANGELOG.txt | 4 ++++ docs/releases/4.0.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index faa0ade333..ee91e0367b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -97,6 +97,10 @@ Changelog * Update field styles across forms, with help text consistently under fields, error messages above, and comment buttons to the side (Thibaud Colas) * Make all sections of the page editing UI collapsible by default (Thibaud Colas) * Update the side panels to prevent overlap with form fields unless necessary (Thibaud Colas) + * Remove unused change password page, was not removed when account management view was converted to tabs (Paarth Agarwal) + * Rework layout of login and password reset pages to ensure `main` id on main element (for skip link) and consistent DOM layout for h1 header (Paarth Agarwal, LB (Ben) Johnston) + * Adopt new design, including logo, for login and password reset pages (Paarth Agarwal, LB (Ben) Johnston) + * Remove usage of inline script to focus on the username field, instead use `autofocus` (LB (Ben) Johnston) * Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer) * Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke) * Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand) diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index 73cffa36a5..7bd6b91344 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -73,6 +73,11 @@ In Wagtail 2.16, we introduced support for Windows High Contrast mode (WHCM). Th In Wagtail 3.0, a new Page Editor experience was introduced, this release brings many of the UX and UI improvements to other parts of Wagtail for a more consistent experience. The bulk of these enhancements have been from Paarth Agarwal, who has been doing the [UX Unification](https://github.com/wagtail/wagtail/discussions/8158) internship project alongside other Google Summer of Code participants. This internship has been sponsored by Torchbox with mentoring support from LB (Ben Johnston), Thibaud Colas and Helen Chapman. + * Login and password reset + * Refreshed design for login and password reset pages to better suit a wider range of device sizes + * Better accessibility and screen reader support for the sign in form due to a more appropriate DOM structure and skip link improvements + * Remove usage of inline script to focus on username field and instead use `autofocus` + * Wagtail logo added with the ability to override this logo via [](custom_branding) * Breadcrumbs * Add Breadcrumbs to the Wagtail pattern library * Enhance new breadcrumbs so they can be added to any header or container element