Changelog / release note for #6843

pull/7383/head
Karl Hobley 2021-07-30 11:22:59 +01:00
rodzic 2b2256a31f
commit beeb6066ad
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~~
* Support `min_num` / `max_num` options on ListBlock (Matt Westcott)
* Added a `background_position_style` property to renditions (Karl Hobley)
* Added a distinct `wagtail.copy_for_translation` log action type (Karl Hobley)
* Fix: Delete button is now correct colour on snippets and modeladmin listings (Brandon Murch)
* Fix: Ensure that StreamBlock / ListBlock-level validation errors are counted towards error counts (Matt Westcott)

Wyświetl plik

@ -6,6 +6,8 @@ This is used by the ``fill`` filter to focus the cropping on the subject, and av
Focal points can be defined manually by a Wagtail user, or automatically by using face or feature detection.
.. _rendition_background_position_style:
Setting the ``background-position`` inline style based on the focal point
-------------------------------------------------------------------------

Wyświetl plik

@ -16,6 +16,7 @@ Other features
~~~~~~~~~~~~~~
* Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
* 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)
Bug fixes