- Redesigned page listing view (Ben Enright, Matt Westcott, Thibaud Colas, Sage Abdullah)
- Support OpenSearch as an alternative to Elasticsearch (Matt Westcott)
- Add support for Python 3.12 (Matt Westcott)
- Add preview-aware and page-aware fragment caching template tags,
wagtailcache
&wagtailpagecache
(Jake Howard) - Always set help text element ID for form fields with help text in
field.html
template (Sage Abdullah) - Move
SnippetViewSet
menu registration mechanism to baseViewSet
class (Sage Abdullah) - Enable reference index tracking for models registered with
ModelViewSet
(Sage Abdullah) - When copying a page or creating an alias, copy its view restrictions to the destination (Sandeep Choudhary, Suyash Singh)
- Support pickling of StreamField values (pySilver)
- Move
SnippetViewSet
template override mechanism toModelViewSet
(Sage Abdullah) - Move
SnippetViewSet.list_display
toModelViewSet
(Sage Abdullah) - Remove
wagtail.publish
log action on aliases when they are created from live source pages or the source page is published (Dan Braghis) - Remove
wagtail.unpublish
log action on aliases when source page is unpublished (Dan Braghis) - Add compare buttons to workflow dashboard panel (Matt Westcott)
- Add the ability to use filters and to export listings in generic
IndexView
(Sage Abdullah) - Move
list_filter
,filterset_class
,search_fields
,search_backend_name
,list_export
,export_filename
,list_per_page
, andordering
fromSnippetViewSet
toModelViewSet
(Sage Abdullah, Cynthia Kiser) - Add default header titles to generic
IndexView
andCreateView
(Sage Abdullah) - Allow overriding
IndexView.export_headings
viaModelViewSet
(Christer Jensen, Sage Abdullah) - Support specifying a
get_object_list
method onChooserViewSet
(Matt Westcott) - Add
linked_fields
mechanism on chooser widgets to allow choices to be limited by fields on the calling page (Matt Westcott) - Add support for merging cells within
TableBlock
with themergedCells
option (Gareth Palmer) - When adding a panel within
InlinePanel
, focus will now shift to that content similar toStreamField
(Faishal Manzar) - Show the full first published at date within a tooltip on the Page status sidebar on the relative date (Rohit Sharma)
- Extract generic breadcrumbs functionality from page breadcrumbs (Sage Abdullah)
- Add support for
placement
in thehuman_readable_date
tooltip template tag (Rohit Sharma) - Add breadcrumbs support to custom
ModelViewSet
views (Sage Abdullah) - Support passing extra context variables via the
{% component %}
tag (Matt Westcott) - Allow subclasses of
PagesAPIViewSet
override default Page model via themodel
attribute (Neeraj Yetheendran, Herbert Poul) - Allow
ModelViewSet
to be used with models that have non-integer primary keys (Sage Abdullah) - Add the ability to set an external link/text for promoted search result entries (TopDevPros, Brad Busenius)
- Add support for subject and body in the Email link chooser form (TopDevPros, Alexandre Joly)
- Extract generic
HistoryView
from snippets and add it toModelViewSet
(Sage Abdullah) - Add generic
UsageView
toModelViewSet
(Sage Abdullah) - Add the ability to define listing buttons on generic
IndexView
(Sage Abdullah) - Add a visual progress bar to the output of the
wagtail_update_image_renditions
management command (Faishal Manzar) - Increase the read buffer size to improve efficiency and performance when generating file hashes for document or image uploads, use
hashlib.file_digest
if available (Python 3.11+) (Jake Howard) - API ordering now supports multiple fields (Rohit Sharma, Jake Howard)
- Pass block value to
Block.get_template
to allow varying template based on value (Florian Delizy) - Add
InlinePanel
DOM events for when ready and when items added or removed (Faishal Manzar) - Add a new
picture
template tag for Django Templates and Jinja (Thibaud Colas) - Add a new
srcset_image
template tag for Django Templates and Jinja (Thibaud Colas) - Support
Filter
instances as input forAbstractImage.get_renditions()
(Thibaud Colas) - Improve error messages for image template tags (Thibaud Colas)
- Do not render minimap if there are no panel anchors (Sage Abdullah)
- Use dropdown buttons on listings in dashboard panels (Sage Abdullah)
- Implement breadcrumbs design refinements (Thibaud Colas)
- Support extending Wagtail client-side with Stimulus (LB (Ben) Johnston)
- Update all
FieldPanel('title')
examples to use the recommendedTitleFieldPanel('title')
panel (Chinedu Ihedioha) - The
purge_revisions
management command now respects revisions that have aon_delete=PROTECT
foreign key relation and won't delete them (Neeraj P Yetheendran, Meghana Reddy, Sage Abdullah, Storm Heg) - Add support for Shift + Click behaviour in form submissions and simple translations submissions (LB (Ben) Johnston)
- Improve filtering of audit logging based on the user's permissions (Stefan Hammer)
- Fix: Ensure that StreamField's
FieldBlock
s correctly set therequired
andaria-describedby
attributes (Storm Heg) - Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott)
- Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston)
- Fix: Filter out comments on Page editing counts that do not correspond to a valid field / block path on the page such as when a field has been removed (Matt Westcott)
- Fix: Allow
PublishMenuItem
to more easily support overriding its label viaconstruct_page_action_menu
(Sébastien Corbin) - Fix: Allow locale selection when creating a page at the root level (Sage Abdullah)
- Fix: Ensure the admin login template correctly displays all
non_fields_errors
for any custom form validation (Sébastien Corbin) - Fix: Ensure 'mark as active' label in workflow bulk action set active form can be translated (Rohit Sharma)
- Fix: Ensure the panel title for a user's settings correctly reflects the
WAGTAIL_EMAIL_MANAGEMENT_ENABLED
setting by not showing 'email' if disabled (Omkar Jadhav) - Fix: Update Spotify oEmbed provider URL parsing to resolve correctly (Dhrűv)
- Fix: Update link colours within help blocks to meet accessible contrast requirements (Rohit Sharma)
- Fix: Ensure the search promotions popular search terms picker correctly refers to the correct model (LB (Ben) Johnston)
- Fix: Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah)
- Fix: Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah)
- Fix: Ensure that pages in moderation show as "Live + In Moderation" in the page explorer rather than "Live + Draft" (Sage Abdullah)
- Fix: Prevent error when updating reference index for objects with a lazy ParentalKey-related object (Chris Shaw)
- Fix: Ignore conflicts when inserting reference index entries to prevent race conditions causing uniqueness errors (Chris Shaw)
- Fix: Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn)
- Fix: Reinstate missing filter by page type on page search (Matt Westcott)
- Fix: Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi)
- Fix: Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas)
- Fix: Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma, Hazh. M. Adam)
- Fix: Avoid potential race condition with new Page subscriptions on the edit view (Alex Tomkins)
- Fix: Use the correct action log when creating a redirect (Thibaud Colas)
- Fix: Ensure that all password fields consistently allow leading & trailing whitespace (Neeraj P Yetheendran)
- Docs: Expand documentation on using
ViewSet
andModelViewSet
(Sage Abdullah) - Docs: Document
WAGTAILADMIN_BASE_URL
on "Integrating Wagtail into a Django project" page (Shreshth Srivastava) - Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava)
- Docs: Add documentation for building non-model-based choosers using the queryish library (Matt Westcott)
- Docs: Fix incorrect tag library import on focal points example (Hatim Makki Hoho)
- Docs: Add reminder about including your custom Draftail feature in any overridden
WAGTAILADMIN_RICH_TEXT_EDITORS
setting (Charlie Sue) - Docs: Mention the need to install
python3-venv
on Ubuntu (Brian Mugo) - Docs: Document the use of the Google developer documentation style guide in documentation (Damilola Oladele)
- Docs: Fix Inconsistent URL Format in Getting Started tutorial (Olumide Micheal)
- Maintenance: Fix snippet search test to work on non-fallback database backends (Matt Westcott)
- Maintenance: Update Eslint, Prettier, Jest, a11y-dialog, axe-core and js-cookie npm packages (LB (Ben) Johnston)
- Maintenance: Add npm scripts for TypeScript checks and formatting SCSS files (LB (Ben) Johnston)
- Maintenance: Run tests in parallel in some of the CI setup (Sage Abdullah)
- Maintenance: Remove unused WorkflowStatus view, urlpattern, and workflow-status.js (Storm Heg)
- Maintenance: Add support for options/attrs in Telepath widgets so that attrs render on the created DOM (Storm Heg)
- Maintenance: Update pre-commit hooks to be in sync with latest changes to Eslint & Prettier for client-side changes (Storm Heg)
- Maintenance: Add
WagtailTestUtils.get_soup()
method for testing HTML content (Storm Heg, Sage Abdullah) - Maintenance: Allow
ViewSet
subclasses to customiseurl_prefix
andurl_namespace
logic (Matt Westcott) - Maintenance: Simplify
SnippetViewSet
registration code (Sage Abdullah) - Maintenance: Rename groups
IndexView.results_template_name
toresults.html
(Sage Abdullah) - Maintenance: Migrate form submission listing checkbox toggling to the shared
w-bulk
Stimulus implementation (LB (Ben) Johnston) - Maintenance: Allow viewsets to define a common set of view kwargs (Matt Westcott)
- Maintenance: Migrate the editor unsaved messages popup to be driven by Stimulus using the shared
w-message
controller (LB (Ben) Johnston, Hussain Saherwala) - Maintenance: Do not use jest inside
stubs.js
to prevent Storybook from crashing (LB (Ben) Johnston) - Maintenance: Refactor snippets templates to reuse the shared
slim_header.html
template (Sage Abdullah) - Maintenance: Refactor
slim_header.html
template to reduce code duplication (Sage Abdullah) - Maintenance: Upgrade Willow to v1.6.2 to support MIME type data without reliance on
imghdr
(Jake Howard) - Maintenance: Replace
imghdr
with Willow's built-in MIME type detection (Jake Howard) - Maintenance: Migrate all other
data-tippy
HTML attribute usage to the Stimulus data-*-value attributes for w-tooltip & w-dropdown (Subhajit Ghosh, LB (Ben) Johnston) - Maintenance: Replace
@total_ordering
usage with comparison functions implementation (Virag Jain) - Maintenance: Replace
<script type="text/django-form-template"><-/script>
template approach with HTMLtemplate
elements in InlinePanel and expanding formset (Mansi Gundre, Subhajit Ghosh, LB (Ben) Johnston) - Maintenance: Refactor side panels code for better reuse in pages and snippets (Sage Abdullah)
- Maintenance: Deprecate legacy URL redirects in
ModelViewSet
andSnippetViewSet
(Sage Abdullah) - Maintenance: Simplify code for registering page listing action buttons (Matt Westcott)
- Maintenance: Removed the unused, legacy, Wagtail userbar views set up for an old iframe approach (Sage Abdullah)
- Maintenance: Optimise
lru_cache
usage (Jake Howard) - Maintenance: Implement
date_since
inget_most_popular
insidesearch_promotions.models.Query
(TopDevPros) - Maintenance: Refactor generic view subclasses to better reuse the generic templates and breadcrumbs (Sage Abdullah)
- Maintenance: Adopt consistent
classname
(notclassnames
) attributes for allMenuItem
usage, including deprecation warnings (LB (Ben) Johnston) - Maintenance: Adopt consistent
classname
(notclassnames
) attribute within thewagtail.images.formats.Format
instance, including deprecation warnings (LB (Ben) Johnston) - Maintenance: Deprecate
context
argument ofconstruct_snippet_listing_buttons
hook (Sage Abdullah) - Maintenance: Deprecate legacy moderation system (Sage Abdullah)
- Maintenance: Update CI database versions (Jake Howard)
- Maintenance: Add changelog and issue tracker links to the PyPI project page (Panagiotis H.M. Issaris)
- Maintenance: Add better deprecation warnings to the
search.Query
&search.QueryDailyHits
model, move final set of templates from the admin search module to the search promotions contrib module (LB (Ben) Johnston) - Maintenance: Add generic
InspectView
toModelViewSet
(Sage Abdullah) - Maintenance: Migrate select all on focus/click behavior to Stimulus, used on the image URL generator (Chiemezuo Akujobi)
- Maintenance: Add support for a
reset
method to support Stimulus driven dynamic field resets via thew-action
controller (Chiemezuo Akujobi) - Maintenance: Add support for a
notify
target on the Stimulus dialog for dispatching events internally (Chiemezuo Akujobi) - Maintenance: Migrate publishing schedule dialog field resets to Stimulus (Chiemezuo Akujobi)