|
@@ -65,6 +65,12 @@ Following its introduction in Wagtail 4.1, we have made a number of improvements
|
|
|
|
|
|
Thank you to everyone who provided feedback on this new addition to the editor experience. Those changes were implemented by Thibaud Colas.
|
|
|
|
|
|
+### Dark mode
|
|
|
+
|
|
|
+Wagtail’s admin interface now supports dark mode. The new dark theme can be enabled in account preferences, as well as configuring permanent usage of the light theme, or following system preferences.
|
|
|
+
|
|
|
+We hope this new theme will bring accessibility improvements for users who perfer light text on dark backgrounds, and energy usage efficiency improvements for users of OLED monitors. This feature was developed by Thibaud Colas, with designs from Ben Enright.
|
|
|
+
|
|
|
### Other features
|
|
|
|
|
|
* Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
|
|
@@ -183,6 +189,7 @@ Thank you to everyone who provided feedback on this new addition to the editor e
|
|
|
* Update `w-action` controller to support a click method (Suyash Srivastava)
|
|
|
* Migrate the site settings switcher select from jQuery to a refined version of the `w-action` controller usage (Aadi jindal, LB (Ben) Johnston)
|
|
|
* Always use expanded Sass output so CSS processing is identical in development and production builds (Thibaud Colas)
|
|
|
+ * Refactor admin color palette to semantic, theme-agnostic design tokens (Thibaud Colas)
|
|
|
|
|
|
|
|
|
## Upgrade considerations
|