pull/13218/head
Thibaud Colas 2025-07-08 16:53:14 +01:00
rodzic 85334df773
commit 118edd38ec
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,7 @@
* Add support for translated string concatenation in the locale selector when switching between a model's language in the admin (Matt Westcott, Ellie Walsh-O'Neill)
* Switch to check / cross icons for users active state in users listing (Sage Abdullah)
* Add a keyboard shortcut to easily toggle the visibility of the minimap side panel (Dhruvi Patel)
* Add API for extracting preview page content (Sage Abdullah)
* Fix: Handle lazy translation strings as `preview_value` for `RichTextBlock` (Seb Corbin)
* Fix: Fix handling of newline-separated choices in form builder when using non-windows newline characters (Baptiste Mispelon)
* Fix: Ensure `WAGTAILADMIN_LOGIN_URL` is respected when logging out of the admin (Antoine Rodriguez, Ramon de Jezus)

Wyświetl plik

@ -44,6 +44,7 @@ The [](../reference/contrib/settings) app now allows permission over site settin
* Add support for translated string concatenation in the locale selector when switching between a model's language in the admin (Matt Westcott, Ellie Walsh-O'Neill)
* Switch to check / cross icons for users active state in users listing (Sage Abdullah)
* Add a keyboard shortcut to easily toggle the visibility of the minimap side panel (Dhruvi Patel)
* Add API for extracting preview page content (Sage Abdullah)
### Bug fixes