mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
changelog entry for #8925
This commit is contained in:
parent
d2529cad92
commit
167b4c9302
@ -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)
|
* 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)
|
* 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)
|
* 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: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
|
||||||
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
|
* 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)
|
* Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)
|
||||||
|
@ -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.
|
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.
|
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
|
* Breadcrumbs
|
||||||
* Add Breadcrumbs to the Wagtail pattern library
|
* Add Breadcrumbs to the Wagtail pattern library
|
||||||
* Enhance new breadcrumbs so they can be added to any header or container element
|
* Enhance new breadcrumbs so they can be added to any header or container element
|
||||||
|
Loading…
Reference in New Issue
Block a user