From c919d4c3b3fd5dbb5e3855756bad683a286f2e53 Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Tue, 24 Aug 2021 15:57:03 +0100 Subject: [PATCH] release note for #7425 --- CHANGELOG.txt | 1 + docs/releases/2.15.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 61b22e3bbb..910c81a311 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Add the ability for the page chooser to convert external urls that match a page to internal links (Jacob Topp-Mugglestone. Sponsored by The Motley Fool) * Added "Extending Wagtail" section to documentation (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) * Added a `background_position_style` property to renditions (Karl Hobley) * Added a distinct `wagtail.copy_for_translation` log action type (Karl Hobley) diff --git a/docs/releases/2.15.rst b/docs/releases/2.15.rst index ed741313ce..6251e7f720 100644 --- a/docs/releases/2.15.rst +++ b/docs/releases/2.15.rst @@ -17,6 +17,7 @@ Other features * Add the ability for the page chooser to convert external urls that match a page to internal links, see :ref:`WAGTAILADMIN_EXTERNAL_LINK_CONVERSION` (Jacob Topp-Mugglestone. Sponsored by The Motley Fool) * 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) * 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)