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:
parent
12583d9c48
commit
3d0282573d
@ -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)
|
||||
|
@ -62,6 +62,7 @@ As part of tackling Wagtail’s 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
|
||||
|
Loading…
Reference in New Issue
Block a user