Changelog / release note for #7548

pull/7552/head
Karl Hobley 2021-09-29 12:02:59 +01:00
rodzic d026632894
commit 607d356076
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Added "Extending Wagtail" section to documentation (Matt Westcott) * Added "Extending Wagtail" section to documentation (Matt Westcott)
* Introduced template components, a standard mechanism for renderable objects in the admin (Matt Westcott) * Introduced template components, a standard mechanism for renderable objects in the admin (Matt Westcott)
* Support `min_num` / `max_num` options on ListBlock (Matt Westcott) * Support `min_num` / `max_num` options on ListBlock (Matt Westcott)
* Implemented automatic tree synchronisation for `contrib.simple_translation` (Mitchel Cabuloy)
* Added a `background_position_style` property to renditions (Karl Hobley) * Added a `background_position_style` property to renditions (Karl Hobley)
* Added a distinct `wagtail.copy_for_translation` log action type (Karl Hobley) * Added a distinct `wagtail.copy_for_translation` log action type (Karl Hobley)
* Add a debug logger around image rendition generation (Jake Howard) * Add a debug logger around image rendition generation (Jake Howard)

Wyświetl plik

@ -19,6 +19,7 @@ Other features
* Added "Extending Wagtail" section to documentation (Matt Westcott) * Added "Extending Wagtail" section to documentation (Matt Westcott)
* Introduced :doc:`template components </extending/template_components>`, a standard mechanism for renderable objects in the admin (Matt Westcott) * Introduced :doc:`template components </extending/template_components>`, a standard mechanism for renderable objects in the admin (Matt Westcott)
* Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott) * Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
* Implemented automatic tree synchronisation for :doc:`contrib.simple_translation </reference/contrib/simple_translation>` (Mitchel Cabuloy)
* Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley) * Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley)
* Added a distinct ``wagtail.copy_for_translation`` log action type (Karl Hobley) * Added a distinct ``wagtail.copy_for_translation`` log action type (Karl Hobley)
* Add a debug logger around image rendition generation (Jake Howard) * Add a debug logger around image rendition generation (Jake Howard)