pull/10562/head
Sage Abdullah 2023-06-19 15:29:30 +01:00
rodzic 09ea58b53b
commit e6e392dc96
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@ Changelog
* Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger)
* Add Embed URL provider support YouTube Shorts (valnuro)
* Add initial implementation of `PagePermissionPolicy` (Sage Abdullah)
* Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah)
* Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis)
* Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
* Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
@ -40,6 +41,7 @@ Changelog
* Maintenance: Add tests to help with maintenance of theme color tokens (Thibaud Colas)
* Maintenance: Split out a base listing view from generic index view (Matt Westcott)
* Maintenance: Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein)
* Maintenance: Deprecate `UserPagePermissionsProxy` (Sage Abdullah)
5.0.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -22,6 +22,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger)
* Add Embed URL provider support YouTube Shorts (e.g. [https://www.youtube.com/shorts/nX84KctJtG0](https://www.youtube.com/shorts/nX84KctJtG0)) (valnuro)
* Add initial implementation of `PagePermissionPolicy` (Sage Abdullah)
* Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah)
### Bug fixes
@ -61,6 +62,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Add tests to help with maintenance of theme color tokens (Thibaud Colas)
* Split out a base listing view from generic index view (Matt Westcott)
* Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein)
* Deprecate `UserPagePermissionsProxy` (Sage Abdullah)
## Upgrade considerations