kopia lustrzana https://github.com/wagtail/wagtail
Changelog / release note for #7548
rodzic
d026632894
commit
607d356076
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Ładowanie…
Reference in New Issue