mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Release notes for #9868
This commit is contained in:
parent
1b7f92351f
commit
afc6004441
@ -28,6 +28,8 @@ Changelog
|
|||||||
* Allow configuring Axe accessibility checker integration via `construct_wagtail_userbar` hook (Sage Abdullah)
|
* Allow configuring Axe accessibility checker integration via `construct_wagtail_userbar` hook (Sage Abdullah)
|
||||||
* Support pinning and un-pinning the rich text editor toolbar depending on user preference (Thibaud Colas)
|
* Support pinning and un-pinning the rich text editor toolbar depending on user preference (Thibaud Colas)
|
||||||
* Make the rich text block trigger and slash-commands always available regardless of where the cursor is (Thibaud Colas)
|
* Make the rich text block trigger and slash-commands always available regardless of where the cursor is (Thibaud Colas)
|
||||||
|
* Adjust the size of panel labels on the "Account" form (Thibaud Colas)
|
||||||
|
* Delay hiding the contents of the side panels when closing, so the animation is smoother (Thibaud Colas)
|
||||||
* Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
|
* Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
|
||||||
* Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro)
|
* Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro)
|
||||||
* Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
|
* Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
|
||||||
|
@ -63,6 +63,8 @@ This feature was developed by Matt Westcott, and sponsored by [YouGov](https://y
|
|||||||
* Implement latest design for the admin dashboard header (Thibaud Colas, Steven Steinwand)
|
* Implement latest design for the admin dashboard header (Thibaud Colas, Steven Steinwand)
|
||||||
* Add base Axe accessibility checker integration within userbar, with count and list of errors (Albina Starykova)
|
* Add base Axe accessibility checker integration within userbar, with count and list of errors (Albina Starykova)
|
||||||
* Allow configuring Axe accessibility checker integration via `construct_wagtail_userbar` hook (Sage Abdullah)
|
* Allow configuring Axe accessibility checker integration via `construct_wagtail_userbar` hook (Sage Abdullah)
|
||||||
|
* Adjust the size of panel labels on the "Account" form (Thibaud Colas)
|
||||||
|
* Delay hiding the contents of the side panels when closing, so the animation is smoother (Thibaud Colas)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user