kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #10562
rodzic
09ea58b53b
commit
e6e392dc96
|
@ -10,6 +10,7 @@ Changelog
|
||||||
* Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger)
|
* Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger)
|
||||||
* Add Embed URL provider support YouTube Shorts (valnuro)
|
* Add Embed URL provider support YouTube Shorts (valnuro)
|
||||||
* Add initial implementation of `PagePermissionPolicy` (Sage Abdullah)
|
* 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: 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: Move comment notifications toggle to the comments side panel (Sage Abdullah)
|
||||||
* Fix: Remove comment button on InlinePanel fields (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: 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: 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: 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
|
5.0.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
|
|
|
@ -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)
|
* 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 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)
|
* Add initial implementation of `PagePermissionPolicy` (Sage Abdullah)
|
||||||
|
* Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah)
|
||||||
|
|
||||||
### Bug fixes
|
### 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)
|
* Add tests to help with maintenance of theme color tokens (Thibaud Colas)
|
||||||
* Split out a base listing view from generic index view (Matt Westcott)
|
* 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)
|
* Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein)
|
||||||
|
* Deprecate `UserPagePermissionsProxy` (Sage Abdullah)
|
||||||
|
|
||||||
|
|
||||||
## Upgrade considerations
|
## Upgrade considerations
|
||||||
|
|
Ładowanie…
Reference in New Issue