Thibaud Colas 2 лет назад
Родитель
Сommit
afc6004441
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      CHANGELOG.txt
  2. 2 0
      docs/releases/4.2.md

+ 2 - 0
CHANGELOG.txt

@@ -28,6 +28,8 @@ Changelog
  * 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)
  * 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: 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)

+ 2 - 0
docs/releases/4.2.md

@@ -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)
  * 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)
+ * 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