0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00

Release notes for #10619

This commit is contained in:
Sage Abdullah 2023-07-14 10:20:45 +01:00
parent 12583d9c48
commit 3d0282573d
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Changelog
* Add support for `--template` option to `wagtail start` (Thibaud Colas)
* Change to always cache renditions (Jake Howard)
* Update link/document rich text tooltips for consistency with the inline toolbar (Albina Starykova)
* Purge revisions of non-page models in `purge_revisions` command (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)

View File

@ -62,6 +62,7 @@ As part of tackling Wagtails technical debt and improving [CSP compatibility]
* Add support for adding [HTML `attrs`](panels_attrs) on `FieldPanel`, `FieldRowPanel`, `MultiFieldPanel`, and others (Aman Pandey, Antoni Martyniuk, LB (Ben) Johnston)
* Change to always cache renditions (Jake Howard)
* Update link/document rich text tooltips for consistency with the inline toolbar (Albina Starykova)
* Purge revisions of non-page models in `purge_revisions` command (Sage Abdullah)
### Bug fixes
@ -315,7 +316,7 @@ Note: The `data-w-tag-options-value` is a JSON object serialised into string. Dj
### Image Renditions are now cached by default
Wagtail will try to use the cache called "renditions". If no such cache exists, it will fall back to using the default cache.
You can [configure the "renditions" cache](custom_image_renditions_cache) to use a different cache backend or to provide
You can [configure the "renditions" cache](custom_image_renditions_cache) to use a different cache backend or to provide
additional configuration parameters.
### Tooltips now rely on new data attributes