kopia lustrzana https://github.com/wagtail/wagtail
Release note for #10256
rodzic
bcbaafd116
commit
a3498b260f
|
@ -31,6 +31,7 @@ Changelog
|
|||
* Switch styleguide navigation to use panel components and minimap (Thibaud Colas)
|
||||
* Explicitly specify `MenuItem.name` for Snippets, Reports, and Settings menu items (Sage Abdullah)
|
||||
* Move the help text of fields and blocks directly below their label for easier reading (Thibaud Colas)
|
||||
* Allow filters on snippet and generic index views to be customised through the `list_filter` attribute (Sage Abdullah)
|
||||
* Fix: Ensure `label_format` on StructBlock gracefully handles missing variables (Aadi jindal)
|
||||
* Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro)
|
||||
* Fix: Ensure `Site.get_site_root_paths` works on cache backends that do not preserve Python objects (Jaap Roes)
|
||||
|
|
|
@ -49,6 +49,7 @@ Support for adding custom validation logic to StreamField blocks has been formal
|
|||
* Switch styleguide navigation to use panel components and minimap (Thibaud Colas)
|
||||
* Explicitly specify `MenuItem.name` for Snippets, Reports, and Settings menu items (Sage Abdullah)
|
||||
* Move the help text of fields and blocks directly below their label for easier reading (Thibaud Colas)
|
||||
* Allow filters on snippet and generic index views to be customised through the `list_filter` attribute (Sage Abdullah)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue