Update dependency wagtail to v5 - autoclosed #29

Closed
renovate wants to merge 1 commits from renovate/wagtail-5.x into master
Collaborator

This PR contains the following updates:

Package Update Change
wagtail (source, changelog) major ==4.1.8 -> ==5.2.2

Release Notes

wagtail/wagtail (wagtail)

v5.2.2: 5.2.2

Compare Source

  • Added support for Django 5.0
  • Fix: Use a visible border and background color to highlight active formatting in the rich text toolbar (Cassidy Pittman)
  • Fix: Ensure image focal point box can be removed (Gunnar Scherf)
  • Fix: Ensure that Snippets search results correctly use the index_results.html or index_results_template_name override on initial load (Stefan Hammer)
  • Fix: Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis)
  • Fix: Ensure workflow dashboard panels work when the page/snippet is missing (Sage Abdullah)
  • Fix: Prevent custom controls from stacking on top of the comment button in Draftail toolbar (Ben Morse)
  • Fix: Avoid error when exporting Aging Pages report where a page has an empty last_published_by_user (Chiemezuo Akujobi)

v5.2.1: 5.2.1

Compare Source

  • Fix: Add a fallback background for the editing preview iframe for sites without a background (Ian Price)
  • Fix: Remove search logging from project template so that new projects without the search promotions module will not error (Matt Westcott)
  • Fix: Ensure text only email notifications for updated comments do not escape HTML characters (Rohit Sharma)
  • Fix: Use logical OR operator to combine search fields for Django ORM in generic IndexView (Varun Kumar)
  • Fix: Ensure that explorer_results views fill in the correct next_url parameter on action URLs (Matt Westcott)
  • Fix: Fix crash when accessing the history view for a translatable snippet (Sage Abdullah)
  • Fix: Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn)
  • Fix: Fix crash when using the locale switcher on the snippets create view (Sage Abdullah)
  • Fix: Fix performance regression on reports from calling decorate_paginated_queryset before pagination / filtering (Alex Tomkins)
  • Fix: Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott)
  • Fix: Prevent snippet permission post-migrate hook from failing on multiple database configurations (Joe Tsoi)
  • Fix: Reinstate ability to filter on page type when searching on an empty query (Sage Abdullah)
  • Fix: Prevent error on locked pages report when a user has locked multiple pages (Matt Westcott)
  • Docs: Fix code example for {% picture ... as ... %} template tag (Rezyapkin)

v5.2: 5.2 (LTS)

Compare Source

  • 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 base ViewSet 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 to ModelViewSet (Sage Abdullah)
  • Move SnippetViewSet.list_display to ModelViewSet (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, and ordering from SnippetViewSet to ModelViewSet (Sage Abdullah, Cynthia Kiser)
  • Add default header titles to generic IndexView and CreateView (Sage Abdullah)
  • Allow overriding IndexView.export_headings via ModelViewSet (Christer Jensen, Sage Abdullah)
  • Support specifying a get_object_list method on ChooserViewSet (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 the mergedCells option (Gareth Palmer)
  • When adding a panel within InlinePanel, focus will now shift to that content similar to StreamField (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 the human_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 the model 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 to ModelViewSet (Sage Abdullah)
  • Add generic UsageView to ModelViewSet (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 for AbstractImage.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 recommended TitleFieldPanel('title') panel (Chinedu Ihedioha)
  • The purge_revisions management command now respects revisions that have a on_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 FieldBlocks correctly set the required and aria-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 via construct_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 and ModelViewSet (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 customise url_prefix and url_namespace logic (Matt Westcott)
  • Maintenance: Simplify SnippetViewSet registration code (Sage Abdullah)
  • Maintenance: Rename groups IndexView.results_template_name to results.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 HTML template 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 and SnippetViewSet (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 in get_most_popular inside search_promotions.models.Query (TopDevPros)
  • Maintenance: Refactor generic view subclasses to better reuse the generic templates and breadcrumbs (Sage Abdullah)
  • Maintenance: Adopt consistent classname (not classnames) attributes for all MenuItem usage, including deprecation warnings (LB (Ben) Johnston)
  • Maintenance: Adopt consistent classname (not classnames) attribute within the wagtail.images.formats.Format instance, including deprecation warnings (LB (Ben) Johnston)
  • Maintenance: Deprecate context argument of construct_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 to ModelViewSet (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 the w-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)

v5.1.3: 5.1.3

Compare Source

  • Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott)
  • Fix: Fix SnippetBulkAction not respecting models definition (Sandro Rodrigues)
  • 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: 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: Use the correct action log when creating a redirect (Thibaud Colas)

v5.1.2: 5.1.2

Compare Source

  • Fix: Avoid use of ignore_conflicts when creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah)
  • Fix: Ensure sequence on wagtailsearchpromotions_query table is correctly set after migrating data (Jake Howard)
  • Fix: Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah)
  • Fix: Fix numbers, booleans, and None from being exported as strings (Christer Jensen)
  • Fix: Restore fallback on full-word search for snippet choosers and generic index views (Matt Westcott)
  • Fix: Restore compatibility with pre-7.15 versions of the Elasticsearch Python library, allowing use of Opensearch (Matt Westcott)
  • Fix: Fix error when pickling BaseSiteSetting instances (Matt Westcott)
  • Maintenance: For Python 3.13 support - upgrade Willow to v1.6.2, replace imghdr with Willow's built-in MIME type detection (Jake Howard)

v5.1.1: 5.1.1

Compare Source

  • Introduce wagtail.admin.ui.tables.BooleanColumn to display boolean values as icons (Sage Abdullah)
  • Fix: Show not-None falsy values instead of blank in generic table cell template (Sage Abdullah)
  • Fix: Fix read_only panels for fields with translatable choice labels (Florent Lebreton)

v5.1: 5.1

Compare Source

  • Add support for read-only FieldPanels (Andy Babic)
  • Add support for query-time boosting to Elasticsearch 6 and above (Shohan Dutta Roy)
  • Add support for Elasticsearch 8 (Matt Westcott, Wesley van Lee)
  • Mark calls to md5 as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly)
  • Return filters from parse_query_string as a QueryDict to support multiple values (Aman Pandey)
  • Explicitly specify MenuItem.name for all admin menu and submenu items (Justin Koestinger)
  • Add oEmbed provider patterns for YouTube Shorts and YouTube Live URLs (valnuro, Fabien Le Frapper)
  • Add initial implementation of PagePermissionPolicy (Sage Abdullah)
  • Refactor UserPagePermissionsProxy and PagePermissionTester to use PagePermissionPolicy (Sage Abdullah, Tidiane Dia)
  • Add a predictable default ordering of the "Object/Other permissions" in the Group Editing view, allow this ordering to be customised (Daniel Kirkham)
  • Add AbstractImage.get_renditions() for efficient generation of multiple renditions (Andy Babic)
  • Optimise queries in collection permission policies using cache on the user object (Sage Abdullah)
  • Phone numbers entered via a link chooser will now have any spaces stripped out, ensuring a valid href="tel:..." attribute (Sahil Jangra)
  • Auto-select the StreamField block when only one block type is declared (Sébastien Corbin)
  • Add support for more advanced Draftail customisation APIs (Thibaud Colas)
  • Add the ability to export snippets listing via SnippetViewSet.list_export (Sage Abdullah)
  • Add support for adding HTML attrs on FieldPanel, FieldRowPanel, MultiFieldPanel, and others (Aman Pandey, Antoni Martyniuk, LB (Ben) Johnston)
  • Add support for --template option to wagtail start (Thibaud Colas)
  • Change to always cache renditions (Jake Howard)
  • Update link/document rich text tooltips for consistency with the inline toolbar (Albina Starykova)
  • Increase the contrast between the rich text / StreamField block picker and the page in dark mode (Albina Starykova)
  • Purge revisions of non-page models in purge_revisions command (Sage Abdullah)
  • Add support for AVIF images (Aman Pandey)
  • Change the default WebP quality to 80 to match AVIF (Aman Pandey)
  • Adopt optimised Wagtail logo in the admin interface (Albina Starykova)
  • Add support for presenting the userbar (Wagtail button) in dark mode (Albina Starykova)
  • Add Inspect view to snippets (Sage Abdullah)
  • Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where parent_page_types would disallow it (Dan Braghis)
  • Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
  • Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
  • Fix: Fix missing link to UsageView from EditView for snippets (Christer Jensen)
  • Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
  • Fix: Ensure that RichText objects with the same values compare as equal (NikilTn)
  • Fix: Use gettext_lazy on generic model views so that language settings are correctly used (Matt Westcott)
  • Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
  • Fix: Prevent crash when comparing page revisions that include MultipleChooserPanel (Matt Westcott)
  • Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)
  • Fix: Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston)
  • Fix: Add a more visible active state for side panel toggle buttons (Thibaud Colas)
  • Fix: Debounce and optimise live preview panel to prevent excessive requests (Sage Abdullah)
  • Fix: Use constant-time comparison for image serve URL signatures (Jake Howard)
  • Fix: Ensure taggit field type-ahead options show correctly in the dark mode theme (Sage Abdullah)
  • Fix: Fix the lock description message missing the model_name variable when locked only by system (Sébastien Corbin)
  • Fix: Fix empty blocks created in migration operations (Sandil Ranasinghe)
  • Fix: Ensure that gettext_lazy works correctly when using verbose_name on a generic Settings models (Sébastien Corbin)
  • Fix: Remove unnecessary usage of innerHTML when modifying DOM content (LB (Ben) Johnston)
  • Fix: Avoid ValueError when extending PagesAPIViewSet and setting meta_fields to an empty list (Henry Harutyunyan, Alex Morega)
  • Fix: Improve accessibility for header search, remove autofocus on page load, advise screen readers that content has changed when results update (LB (Ben) Johnston)
  • Fix: Fix incorrect override of PagePermissionHelper.user_can_unpublish_obj() in ModelAdmin (Sébastien Corbin)
  • Fix: Prevent memory exhaustion when updating a large number of image renditions (Jake Howard)
  • Fix: Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer)
  • Fix: Ensure that audit logs and revisions consistently use UTC and add migration for existing entries (Stefan Hammer)
  • Fix: Make sure "critical" buttons have enough colour contrast in dark mode (Albina Starykova)
  • Fix: Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah)
  • Fix: Prevent 'choose' permission from being ignored when looking up 'choose', 'edit' and 'delete' permissions in combination (Sage Abdullah)
  • Fix: Take user's permissions into account for image / document counts on the admin dashboard (Sage Abdullah)
  • Fix: Avoid N+1 queries in users index view (Tidiane Dia)
  • Fix: Use a theme-agnostic color token for read-only panels support in dark mode (Thibaud Colas)
  • Fix: Ensure collapsible StreamBlocks expand as necessary to show validation errors (Storm Heg)
  • Fix: Ensure userbar dialog can sit above other website content (LB (Ben) Johnston)
  • Fix: Fix preview panel loading issues (Sage Abdullah)
  • Fix: Fix search_promotions 0004_copy_queries migration for long-lived Wagtail instances (Sage Abdullah)
  • Fix: Guard against TypeError in 0088_fix_log_entry_json_timestamps migration (Sage Abdullah)
  • Fix: Add migration to replace JSON null values with empty objects in log entries' data (Sage Abdullah)
  • Fix: Typo in the page_header_buttons template tag when accessing the context's request object (Robert Rollins)
  • Docs: Document how to add non-ModelAdmin views to a ModelAdminGroup (Onno Timmerman)
  • Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger)
  • Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)
  • Docs: Update documentation for log_action parameter on RevisionMixin.save_revision (Christer Jensen)
  • Docs: Reorganise snippets documentation to cover customisations and optional features (Sage Abdullah)
  • Docs: Update color customisations guidance to include theme-agnostic options (Thibaud Colas)
  • Docs: Mark LTS releases in release note page titles (Thiago C. S. Tioma)
  • Docs: Revise main Getting started tutorial for clarity (Kevin Chung (kev-odin))
  • Docs: Revamp the start of the getting started section, with separate quick install page (Damilola Oladele)
  • Docs: Move the tutorial’s snippets section to come before tags (Damilola Oladele)
  • Docs: Rewrite the getting started tutorial to address identified friction points (Damilola Oladele)
  • Docs: Switch the Getting started tutorial’s snippets example to be more understandable (Damilola Oladele)
  • Docs: Update the deployment documentation page and remove outdated information (Jake Howard)
  • Docs: Add more items to performance page regarding pre-fetching images and frontend caching (Jake Howard)
  • Docs: Add docs for managing stored queries in searchpromotions (Scott Foster)
  • Docs: Add docs for migrating from ModelAdmin to Snippets (Sage Abdullah)
  • Maintenance: Removed support for Python 3.7 (Dan Braghis)
  • Maintenance: Switch to ruff for flake8 / isort code checking (Oliver Parker)
  • Maintenance: Deprecate insert_editor_css in favour of insert_global_admin_css (Ester Beltrami)
  • Maintenance: Optimise use of specific on Task and TaskState (Matt Westcott)
  • Maintenance: Use table UI component for workflow task index view (Matt Westcott)
  • Maintenance: Make header search available on generic index view (Matt Westcott)
  • Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
  • Maintenance: Remove color tokens which are duplicates / unused (Thibaud Colas)
  • Maintenance: Add tests to help with maintenance of theme color tokens (Thibaud Colas)
  • Maintenance: Split out a base listing view from generic index view (Matt Westcott)
  • Maintenance: Update type hints in admin/ui/components.py so that parent_context is mutable (Andreas Nüßlein)
  • Maintenance: Deprecate UserPagePermissionsProxy (Sage Abdullah)
  • Maintenance: Optimise the Settings context processor to avoid redundantly finding a Site to improve cache ratios (Jake Howard)
  • Maintenance: Convert page listing to a class-based view (Matt Westcott)
  • Maintenance: Clean up page reports and type usage views to be independent of page listing views (Matt Westcott)
  • Maintenance: Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston)
  • Maintenance: Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah)
  • Maintenance: Convert the CONTRIBUTORS file to Markdown (Dan Braghis)
  • Maintenance: Move django-filter version upper bound to v24 (Yuekui)
  • Maintenance: Update Pillow dependency to allow 10.x, only include support for >= 9.1.0 (Yuekui)
  • Maintenance: Migrate async header search and search within the Task chooser modal to w-swap, a Stimulus controller (LB (Ben) Johnston)
  • Maintenance: Replace Bootstrap tooltips with a new w-tooltip Stimulus controller (LB (Ben) Johnston)
  • Maintenance: Replace ModelAdmin history header human readable date template tag (LB (Ben) Johnston)
  • Maintenance: Update uuid to v9 and Jest to v29, with jest-environment-jsdom and new snapshot format (LB (Ben) Johnston)
  • Maintenance: Update test cases producing undesirable console output due to missing mocks, uncaught errors, warnings (LB (Ben) Johnston)
  • Maintenance: Remove unused snippets _header_with_history.html template (Thibaud Colas)
  • Maintenance: Migrate dialog instantiation to a new w-dialog Stimulus controller (Loveth Omokaro, LB (Ben) Johnston)
  • Maintenance: Support dialog template cloning using a new w-teleport Stimulus controller (Loveth Omokaro, LB (Ben) Johnston)
  • Maintenance: Migrate away from using the "wagtailadmin/shared/field_as_li.html" template include (Storm Heg)
  • Maintenance: Deprecate wagtail.contrib.modeladmin (Sage Abdullah)
  • Maintenance: Upgrade documentation theme sphinx_wagtail_theme to v6.1.1 which includes multiple styling fixes and always visible code copy buttons (LB (Ben) Johnston)
  • Maintenance: Don't update the reference index while deleting it (Andy Chosak)

v5.0.5: 5.0.5

Compare Source

  • Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott)

v5.0.4: 5.0.4

Compare Source

  • Maintenance: Relax Willow / Pillow dependency to allow use of current Pillow versions with security fixes (Dan Braghis)

v5.0.3: 5.0.3

Compare Source

  • Fix: Avoid use of ignore_conflicts when creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah)
  • Fix: Ensure sequence on wagtailsearchpromotions_query table is correctly set after migrating data (Jake Howard)
  • Fix: Update Pillow dependency to 9.1.0 (Daniel Kirkham)

v5.0.2: 5.0.2

Compare Source

  • Added TitleFieldPanel to support title / slug field synchronisation (LB (Ben) Johnston)
  • Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
  • Fix: Prevent crash when comparing page revisions that include MultipleChooserPanel (Matt Westcott)
  • Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)
  • Fix: Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston)
  • Fix: Add a more visible active state for side panel toggle buttons (Thibaud Colas)
  • Fix: Use custom dark theme colors for revision comparisons (Thibaud Colas)

v5.0.1: 5.0.1

Compare Source

  • Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
  • Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott)
  • Fix: Ensure comment buttons always respect WAGTAILADMIN_COMMENTS_ENABLED (Thibaud Colas)
  • Fix: Fix error when deleting a single snippet through the bulk actions interface (Sage Abdullah)
  • Fix: Pass the correct for_update value for get_form_class in SnippetViewSet edit views (Sage Abdullah)
  • Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
  • Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
  • Fix: Fix missing link to UsageView from EditView for snippets (Christer Jensen)
  • Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
  • Fix: Fix various colour issues in dark mode (Thibaud Colas)
  • Docs: Update documentation for log_action parameter on RevisionMixin.save_revision (Christer Jensen)

v5.0: 5.0

Compare Source

  • Added support for Django 4.2
  • Object usage information on deleting objects (Sage Abdullah)
  • Support for SVG images (Joshua Munn, with sponsorship from YouGov)
  • Custom validation support for StreamField (Matt Westcott)
  • Add WAGTAILIMAGES_EXTENSIONS setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)
  • Update user list column level to Access level to be easier to understand (Vallabh Tiwari)
  • Migrate .button-longrunning behaviour to a Stimulus controller with support for custom label element & duration (Loveth Omokaro)
  • Implement new simplified userbar designs (Albina Starykova)
  • Add more Axe rules to the accessibility checker (Albina Starykova)
  • Sort accessibility checker results by position on the page (Albina Starykova)
  • Highlight elements with errors in accessibility checker (Albina Starykova)
  • Add usage view for pages (Sage Abdullah)
  • Copy page form now updates the slug field dynamically with a slugified value on blur (Loveth Omokaro)
  • Ensure selected collection is kept when navigating from documents or images listings to add multiple views & upon upload (Aman Pandey, Bojan Mihelac)
  • Keep applied filters when downloading form submissions (Suyash Srivastava)
  • Messages added dynamically via JavaScript now have an icon to be consistent with those supplied in the page's HTML (Aman Pandey)
  • Switch lock/unlock side panel toggle to a switch, with more appropriate confirmation message status (Sage Abdullah)
  • Ensure that changed or cleared selection from choosers will dispatch a DOM change event (George Sakkis)
  • Add the ability to disable model indexing by setting search_fields = [] (Daniel Kirkham)
  • Enhance wagtail.search.utils.parse_query_string to allow inner single quotes for key/value parsing (Aman Pandey)
  • Add helpful properties to Locale for more convenient usage within templates (Andy Babic)
  • Allow customising icons for snippets via SnippetViewSet.icon (Daniel Kirkham, Sage Abdullah)
  • Allow customising the base URL and URL namespace for snippet views (Sage Abdullah)
  • Allow customising the default ordering and number of items per page for snippet listing views (Sage Abdullah)
  • Re-label "StreamField blocks" option in block picker to "Blocks" (Thibaud Colas)
  • Re-implement styleguide icons list as an auto-generated sequence of tables (Thibaud Colas)
  • Switch styleguide navigation to use panel components and minimap (Thibaud Colas)
  • Explicitly specify MenuItem.name for Snippets, Reports, and Settings menu items (Sage Abdullah)
  • Move the help text of fields and blocks directly below their label for easier reading (Thibaud Colas)
  • Allow filters on snippet and generic index views to be customised through the list_filter attribute (Sage Abdullah)
  • The select all checkbox in simple translation's submit translation page will now be in sync with other checkbox changes (Hanoon)
  • Update Wagtail’s default icon set to Font Awesome 6 (Thibaud Colas)
  • Allow admin templates for snippets to be overridden on a per-model or per-app basis (Sage Abdullah)
  • Allow overriding the base queryset to be used in snippet IndexView (Sage Abdullah)
  • Revise alignment and spacing of form fields and sections (Thibaud Colas)
  • Update Wagtail’s type scale so StreamField block labels and field labels are the same size (Thibaud Colas)
  • Allow customising the search_fields and search backend via SnippetViewSet (Sage Abdullah)
  • Style comments as per page editor design, in side panel (Karl Hobley, Thibaud Colas)
  • Add support for custom panel icons, with defaults, displayed for top-level editor panels (Sage Abdullah)
  • Add new icons for StreamField blocks (Sage Abdullah)
  • Reveal the minimap on click rather than hover, keeping it expanded until dismissed, with state saved between page loads (Thibaud Colas)
  • Expand a collapsed form section when navigating to it with the minimap (Thibaud Colas)
  • The minimap and "Collapse all" button now appear next to side panels rather than underneath, so they can be used at any time (Thibaud Colas)
  • Allow panels / edit_handler to be specified via SnippetViewSet (Sage Abdullah)
  • Introduce dark mode support for the Wagtail admin interface, with a toggle in account preferences (Thibaud Colas)
  • Allow snippets to be registered into arbitrary admin menu items (Sage Abdullah)
  • Add configuration APIs in user bar accessibility checker for simpler customisation of the checks performed
  • ReferenceIndex modified to only index Wagtail-related models, and allow other models to be explicitly registered (Daniel Kirkham)
  • Fix: Ensure label_format on StructBlock gracefully handles missing variables (Aadi jindal)
  • Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro)
  • Fix: Ensure Site.get_site_root_paths works on cache backends that do not preserve Python objects (Jaap Roes)
  • Fix: Ignore right clicks on side panel resizer (Sage Abdullah)
  • Fix: Resize in the correct direction for RTL languages with the side panel resizer (Sage Abdullah)
  • Fix: Support creating StructValue copies (Tidiane Dia)
  • Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
  • Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht)
  • Fix: No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp)
  • Fix: Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro)
  • Fix: Prevent audit log report from failing on missing models (Andy Chosak)
  • Fix: Ensure that the privacy collection privacy edit button is styled as a button (Jatin Kumar)
  • Fix: Fix page/snippet cannot proceed a GroupApprovalTask if it's locked by someone outside of the group (Sage Abdullah)
  • Fix: Allow manual lock even if WorkflowLock is currently applied (Sage Abdullah)
  • Fix: Add missing log information for wagtail.schedule.cancel (Stefan Hammer)
  • Fix: Fix timezone activation leaking into subsequent requests in require_admin_access() (Stefan Hammer)
  • Fix: Fix dialog component's message to have rounded corners at the top side (Sam)
  • Fix: When multiple documents are uploaded and then subsequently updated, ensure that existing success messages are cleared correctly (Aman Pandey)
  • Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
  • Fix: Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
  • Fix: Enable partial search on images and documents index view where available (Mng)
  • Fix: Adopt a no-JavaScript and more accessible solution for option selection in reporting, using HTML only radio input fields (Mehul Aggarwal)
  • Fix: Ensure that document search results count shows the correct all matches, not the paginate total (Andy Chosak)
  • Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)
  • Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah)
  • Fix: Fix timezone handling of TemplateResponses for users with a custom timezone (Stefan Hammer, Sage Abdullah)
  • Fix: Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
  • Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  • Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
  • Fix: Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
  • Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
  • Fix: Make admin JS i18n endpoint accessible to non-authenticated users (Matt Westcott)
  • Fix: Fix incorrect API serialisation for document download_url when WAGTAILDOCS_SERVE_METHOD is direct (Swojak-A)
  • Fix: Fix template configuration of snippets index results view (fidoriel, Sage Abdullah)
  • Fix: Prevent long preview mode names from making the select element overflow the side panel (Sage Abdullah)
  • Fix: Autosize text area field will now correctly resize when switching between comments toggle states (Suyash Srivastava)
  • Fix: When i18n is not enabled, avoid making a Locale query on every page view (Dan Braghis)
  • Fix: Fix initialisation of commenting widgets within StreamField (Thibaud Colas)
  • Fix: Fix various regressions in the commenting UI (Thibaud Colas)
  • Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah)
  • Fix: Correctly show the "new item" badge within menu sections previously dismissed (Sage Abdullah)
  • Fix: Fix side panel stuck in resize state when pointer is released outside the grip (Sage Abdullah)
  • Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
  • Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp, Thibaud Colas)
  • Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)
  • Docs: Add helpful troubleshooting links and refine wording for getting started with development (Loveth Omokaro)
  • Docs: Ensure search autocomplete overlay on mobile does not overflow the viewport (Ayman Makroo)
  • Docs: Improve documentation for InlinePanel (Vallabh Tiwari)
  • Docs: Add contributor guidelines for building Stimulus Controllers (Thibaud Colas, Loveth Omokaro, LB (Ben) Johnston)
  • Docs: Fix typo in "Extending Draftail" documentation (Hans Kelson)
  • Docs: Clarify ClusterableModel requirements for using relations with RevisionMixin-enabled models (Sage Abdullah)
  • Docs: Add guide to making your first contribution (LB (Ben) Johnston)
  • Maintenance: Removed features deprecated in Wagtail 3.0 and 4.0 (Matt Westcott)
  • Maintenance: Update djhtml (html formatting) library to v 1.5.2 (Loveth Omokaro)
  • Maintenance: Re-enable strictPropertyInitialization in tsconfig (Thibaud Colas)
  • Maintenance: Refactor accessibility checker userbar item (Albina Starykova)
  • Maintenance: Removed unused Page.get_static_site_paths method (Yosr Karoui)
  • Maintenance: Provisional Django 5.0 compatibility fixes (Sage Abdullah)
  • Maintenance: Add unit tests for CollapseAll and MinimapItem components (Albina Starykova)
  • Maintenance: Code quality fixes (GLEF1X)
  • Maintenance: Refactor image / document / snippet usage views into a shared generic view (Sage Abdullah)
  • Maintenance: Rename the Stimulus AutoFieldController to the less confusing SubmitController (Loveth Omokaro)
  • Maintenance: Replace script tags with template tag for image/document bulk uploads (Rishabh Kumar Bahukhandi)
  • Maintenance: Remove unneeded float styles on 404 page (Fabien Le Frapper)
  • Maintenance: Convert userbar implementation to TypeScript (Albina Starykova)
  • Maintenance: Migrate slug field behaviour to a Stimulus controller and create new SlugInput widget (Loveth Omokaro)
  • Maintenance: Refactor status HTML usage to shared template tag (Aman Pandey, LB (Ben) Johnston, Himanshu Garg)
  • Maintenance: Add curlylint and update djhtml, semgrep versions in pre-commit config (Himanshu Garg)
  • Maintenance: Use shared header template for ModelAdmin and Snippets type index header (Aman Pandey)
  • Maintenance: Move models and forms for wagtailsearch.Query to wagtail.contrib.search_promotions (Karl Hobley)
  • Maintenance: Migrate initErrorDetection (tabs error counts) to a Stimulus Controller w-count (Aman Pandey)
  • Maintenance: Migrate window.addMessage behaviour to a global event listener & Stimulus Controller approach with w-messages (Aman Pandey)
  • Maintenance: Update Algolia DocSearch to use new application and correct versioning setup (Thibaud Colas)
  • Maintenance: Move snippet choosers and model check registration to SnippetViewSet.on_register() (Sage Abdullah)
  • Maintenance: Remove unused snippets delete-multiple view (Sage Abdullah)
  • Maintenance: Improve performance of determining live page URLs across the admin interface using pageurl template tag (Satvik Vashisht)
  • Maintenance: Migrate window.initSlugAutoPopulate behaviour to a Stimulus Controller w-sync (Loveth Omokaro)
  • Maintenance: Rename status classes to w-status to align with preferred CSS class naming conventions (Mansi Gundre)
  • Maintenance: Include wagtail-factories in wagtail.test.utils to avoid cross-dependency issues (Matt Westcott)
  • Maintenance: Fix search tests to correctly reflect behaviour of search backends other than the fallback backend (Matt Westcott)
  • Maintenance: Migrate select all checkbox in simple translation's submit translation page to Stimulus controller w-bulk, remove inline script usage (Hanoon)
  • Maintenance: Refactor SnippetViewSet to extend ModelViewSet (Sage Abdullah)
  • Maintenance: Migrate initDismissibles behaviour to a Stimulus controller w-disimissible (Loveth Omokaro)
  • Maintenance: Replace jQuery autosize v3 with Stimulus w-autosize controller using autosize npm package v6 (Suyash Srivastava)
  • Maintenance: Update w-action controller to support a click method (Suyash Srivastava)
  • Maintenance: Migrate the site settings switcher select from jQuery to a refined version of the w-action controller usage (Aadi jindal, LB (Ben) Johnston)
  • Maintenance: Always use expanded Sass output so CSS processing is identical in development and production builds (Thibaud Colas)
  • Maintenance: Refactor admin color palette to semantic, theme-agnostic design tokens (Thibaud Colas)

v4.2.4: 4.2.4

Compare Source

  • Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
  • Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott)
  • Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
  • Docs: Update documentation for log_action parameter on RevisionMixin.save_revision (Christer Jensen)

v4.2.3: 4.2.3

Compare Source

  • Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah)

v4.2.2: 4.2.2

Compare Source

  • Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud Colas)
  • Fix: CVE-2023-28837 - Denial-of-service via memory exhaustion when uploading large files (Jake Howard)
  • Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)
  • Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah)
  • Fix: Fix timezone handling of TemplateResponses for users with a custom timezone (Stefan Hammer, Sage Abdullah)
  • Fix: Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
  • Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  • Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
  • Fix: Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
  • Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
  • Fix: Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston)
  • Docs: Fix module path for MultipleChooserPanel in panel reference docs
  • Maintenance: Render large image renditions to disk (Jake Howard)

v4.2.1: 4.2.1

Compare Source

  • Fix: Support creating StructValue copies (Tidiane Dia)
  • Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
  • Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht)
  • Fix: Prevent audit log report from failing on missing models (Andy Chosak)
  • Fix: Fix page/snippet cannot proceed a GroupApprovalTask if it's locked by someone outside of the group (Sage Abdullah)
  • Fix: Add missing log information for wagtail.schedule.cancel (Stefan Hammer)
  • Fix: Fix timezone activation leaking into subsequent requests in require_admin_access() (Stefan Hammer)
  • Fix: Fix dialog component's message to have rounded corners at the top side (Sam)
  • Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
  • Fix: Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
  • Docs: Clarify ClusterableModel requirements for using relations with RevisionMixin-enabled models (Sage Abdullah)
  • Maintenance: Update Algolia DocSearch to use new application and correct versioning setup (Thibaud Colas)

v4.2: 4.2

Compare Source

  • Added StreamField data migration helpers (Sandil Ranasinghe, Jacob Topp-Mugglestone, Joshua Munn, Karl Hobley)
  • Added ability to lock snippet models with LockableMixin (Sage Abdullah)
  • Added ability to submit snippets for moderation with WorkflowMixin (Sage Abdullah)
  • Create {% fullpageurl %} tag for getting the absolute URL of a page (Jake Howard)
  • Added MultipleChooserPanel, a variant of InlinePanel with improved editor experience when inserting multiple linked objects (Matt Westcott)
  • Test assertion util WagtailPageTestCase.assertCanCreate now supports the kwarg publish=True to determine whether to publish the page (Harry Percival, Akua Dokua Asiedu, Matt Westcott)
  • Ensure that the rebuild_references_index command can run without console output if called with --verbosity 0 (Omerzahid Ali, Aman Pandey)
  • Add full support for secondary buttons with icons in the Wagtail design system - button bicolor button--icon button-secondary including the button-small variant (Seremba Patrick)
  • Add purge_embeds management command to delete all the cached embed objects in the database (Aman Pandey)
  • Make it possible to resize the page editor’s side panels (Sage Abdullah)
  • Add ability to include form_fields as an APIField on FormPage (Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston)
  • Ensure that images listings are more consistently aligned when there are fewer images uploaded (Theresa Okoro)
  • Add more informative validation error messages for non-unique slugs within the admin interface and for programmatic page creation (Benjamin Bach)
  • Always show the page editor title field’s border when the field is empty (Thibaud Colas)
  • Snippet models extending DraftStateMixin now automatically define a "Publish" permission type (Sage Abdullah)
  • Users now remain on the edit page after saving a snippet as draft (Sage Abdullah)
  • Base project template now populates the meta description tag from the search description field (Aman Pandey)
  • Added support for azure-mgmt-cdn version >= 10 and azure-mgmt-frontdoor version >= 1 in the frontend cache invalidator (Sylvain Fankhauser)
  • Add a system check to warn when a django-storages backend is configured to allow overwriting (Rishabh jain)
  • Update admin focus outline color to have higher contrast against white backgrounds (Thibaud Colas)
  • Implement latest design for the admin dashboard header (Thibaud Colas, Steven Steinwand)
  • Add Axe accessibility checker integration within userbar, with count and list of errors (Albina Starykova)
  • Restyle the userbar to follow the visual design of the Wagtail admin (Albina Starykova)
  • Allow configuring Axe accessibility checker integration via construct_wagtail_userbar hook (Sage Abdullah)
  • Support pinning and un-pinning the rich text editor toolbar depending on user preference (Thibaud Colas)
  • Make the rich text block trigger and slash-commands always available regardless of where the cursor is (Thibaud Colas)
  • Adjust the size of panel labels on the "Account" form (Thibaud Colas)
  • Delay hiding the contents of the side panels when closing, so the animation is smoother (Thibaud Colas)
  • ListBlock now shows item-by-item differences when comparing versions (Tidiane Dia)
  • Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
  • Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro)
  • Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
  • Fix: references extraction for ChooserBlock (Alex Tomkins)
  • Fix: Incorrectly formatted link in the documentation for Wagtail community support (Bolarinwa Comfort Ajayi)
  • Fix: Text within status tags text will now resize correctly when customizing browser font size (Mary Ojo)
  • Fix: Ensure logo shows correctly on log in page in Windows high-contrast mode (Loveth Omokaro)
  • Fix: Comments notice background overflows its container (Yekasumah)
  • Fix: Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro)
  • Fix: Ensure the skip link (used for keyboard control) meets colour contrast guidelines for accessibility (Dauda Yusuf)
  • Fix: Ensure tag fields correctly show in both dark and light Windows high-contrast modes (Albina Starykova)
  • Fix: Ensure new tooltips & tooltip menus have visible borders and tip triangle in Windows high-contrast mode (Juliet Adeboye)
  • Fix: Ensure there is a visual difference of 'active/current link' vs normal links in Windows high-contrast mode (Mohammad Areeb)
  • Fix: Avoid issues where trailing whitespace could be accidentally removed in translations for new page & snippet headers (Florian Vogt)
  • Fix: Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas)
  • Fix: Remove the ability to view or add comments to InlinePanel inner fields to avoid lost or incorrectly linked comments (Jacob Topp-Mugglestone)
  • Fix: Use consistent heading styles on top-level fields in the page editor (Sage Abdullah)
  • Fix: Allow button labels to wrap onto two lines in dropdown buttons (Coen van der Kamp)
  • Fix: Remove spurious horizontal resize handle from text areas (Matt Westcott)
  • Fix: Move DateField, DateTimeField, TimeField comment buttons to be right next to the fields (Theresa Okoro)
  • Fix: Support text resizing in workflow steps cards (Ivy Jeptoo)
  • Fix: Ignore images added via fixtures when using WAGTAILIMAGES_FEATURE_DETECTION_ENABLED to avoid errors for images that do not exist (Aman Pandey)
  • Fix: Restore ability to perform JSONField query operations against StreamField when running against the Django 4.2 development branch (Sage Abdullah)
  • Fix: Ensure there is correct grammar and pluralisation for Tab error counts shown to screen readers (Aman Pandey)
  • Fix: Pass through expected expected cc, bcc and reply_to to the Django mail helper from wagtail.admin.mail.send_mail (Ben Gosney)
  • Fix: Allow reviewing or reverting to a Page's initial revision (Andy Chosak)
  • Fix: Use the correct padding for autocomplete block picker (Umar Farouk Yunusa)
  • Fix: Ensure that short content pages (such as editing snippets) do not show an inconsistent background (Sage Abdullah)
  • Fix: Fix horizontal positioning of rich text inline toolbar (Thibaud Colas)
  • Fix: Ensure that DecimalBlock correctly handles None, when required=False, values (Natarajan Balaji)
  • Fix: Close the userbar when clicking its toggle (Albina Starykova)
  • Fix: Add a border around the userbar menu in Windows high-contrast mode so it can be identified (Albina Starykova)
  • Fix: Make sure browser font resizing applies to the userbar (Albina Starykova)
  • Fix: Fix check for delete_url_name attribute in generic DeleteView (Alex Simpson)
  • Fix: Re-implement design system colors so HSL values exactly match the desired RGB (Albina Starykova)
  • Fix: Resolve issue where workflow and other notification emails would not include the correct tab URL for account notification management (LB (Ben) Johnston)
  • Fix: Use consistent spacing above and below page headers (Thibaud Colas)
  • Fix: Use the correct icon sizes and spacing in slim header (Thibaud Colas)
  • Fix: Use the correct color for placeholders in rich text fields (Thibaud Colas)
  • Fix: Prevent obstructing the outline around rich text fields (Thibaud Colas)
  • Fix: Page editor dropdowns now use indigo backgrounds like elsewhere in the admin interface (Thibaud Colas)
  • Fix: Allow parsing of multiple key/value pairs from string in wagtail.search.utils.parse_query_string (Beniamin Bucur)
  • Fix: Prevent memory exhaustion when purging a large number of revisions (Jake Howard)
  • Fix: Add right-to-left (RTL) support for the following form components: Switch, Minimap, live preview (Thibaud Colas)
  • Fix: Improve right-to-left (RTL) positioning for the following components: Page explorer, Sidebar sub-menu, rich text tooltips, rich text toolbar trigger, editor section headers (Thibaud Colas)
  • Fix: Use the workflow name as the workflow information dialog title (Sage Abdullah)
  • Fix: Link to workflow history view instead of page history view in the workflow information dialog (Sage Abdullah)
  • Fix: Fix in-progress count in warning message when disabling workflows (Sage Abdullah)
  • Fix: Show workflow name on workflow history index page (Sage Abdullah)
  • Fix: Fix workflow history detail timeline content from showing on initial load (Sage Abdullah)
  • Fix: Center-align StreamField and rich text block picker buttons with the dotted guide line (Thibaud Colas)
  • Fix: Search bar in chooser modals now performs autocomplete searches under PostgreSQL (Matt Westcott)
  • Fix: Server-side document filenames are preserved when replacing a document file (Suyash Singh, Matt Westcott)
  • Fix: Add missing wagtailadmin_tags in workflow_state_approved.html template (Alex Tomkins)
  • Fix: Do not show bulk actions checkbox in page type usage view (Sage Abdullah)
  • Fix: Prevent account name from overflowing the sidebar (Aman Pandey)
  • Fix: Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah)
  • Fix: Prevent latest_revision pointer from being copied over when copying translatable snippets for translation (Sage Abdullah)
  • Docs: Add custom permissions section to permissions documentation page (Dan Hayden)
  • Docs: Add documentation for how to get started with contributing translations for the Wagtail admin (Ogunbanjo Oluwadamilare)
  • Docs: Officially recommend fnm over nvm in development documentation (LB (Ben) Johnston)
  • Docs: Mention the importance of passing request and current_site to get_url on the performance documentation page (Jake Howard)
  • Docs: Add documentation for register_user_listing_buttons hook (LB (Ben Johnston))
  • Docs: Add development (contributing to Wagtail) documentation notes for development on Windows (Akua Dokua Asiedu)
  • Docs: Mention Wagtail’s usage of Django’s default user model by default (Temidayo Azeez)
  • Docs: Add links to treebeard documentation for relevant methods (Temidayo Azeez)
  • Docs: Add clarification on where to register entity plugins (Mark McOsker)
  • Docs: Fix logo in README not being visible in high-contrast mode (Benita Anawonah)
  • Docs: Improve 'first wagtail site' tutorial (Akua Dokua Asiedu)
  • Docs: Grammatical adjustments of page models usage guide (Damilola Oladele)
  • Docs: Add class inheritance information to StreamField block sreference (Temidayo Azeez)
  • Docs: Document the hook register_image_operations and add an example of a custom Image filter (Coen van der Kamp)
  • Docs: Fix incorrect example code for StreamField migration of RichTextField (Matt Westcott)
  • Docs: Document the policy needed to create invalidations in CloudFront (Jake Howard)
  • Docs: Document how to add permission restriction to a report view (Rishabh jain)
  • Docs: Add example for how to configure API renderer_classes (Aman Pandey)
  • Docs: Document potential data loss for BaseLogEntry migration in 3.0 (Sage Abdullah)
  • Docs: Add documentation for the reference index mechanism (Daniel Kirkham)
  • Maintenance: Switch to using Willow instead of Pillow for images (Darrel O'Pry)
  • Maintenance: Remove unsquashed testapp migrations (Matt Westcott)
  • Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston)
  • Maintenance: Run Python tests with coverage and upload coverage data to codecov (Sage Abdullah)
  • Maintenance: Clean up duplicate JavaScript for the escapeHtml function (Jordan Rob)
  • Maintenance: Clean up Prettier & Eslint usage for search promotions formset JS file (LB (Ben Johnston))
  • Maintenance: Ensure that translation file generation ignores JavaScript unit tests and clean up unit tests for Django gettext utils (LB (Ben Johnston))
  • Maintenance: Migrated initButtonSelects from core.js to own TypesScript file and add unit tests (Loveth Omokaro)
  • Maintenance: Migrated initSkipLink util to TypeScript and add JSDoc & unit tests (Juliet Adeboye)
  • Maintenance: Clean up some unused utility classes and migrate unlist to Tailwind utility class w-list-none (Loveth Omokaro)
  • Maintenance: Clean up linting on legacy code and add shared util hasOwn in TypeScript (Loveth Omokaro)
  • Maintenance: Remove unnecessary box-sizing: border-box declarations in SCSS (Albina Starykova)
  • Maintenance: Migrated initTooltips to TypeScript add JSDoc and unit tests (Fatuma Abdullahi)
  • Maintenance: Migrated initTagField from core.js to own TypeScript file and add unit tests (Chisom Okeoma)
  • Maintenance: Added unit tests & JSDoc to initDissmisibles (Yekasumah)
  • Maintenance: Standardise on classname for passing HTML class attributes (LB (Ben Johnston))
  • Maintenance: Clean up expanding formset and InlinePanel JavaScript initialisation code and adopt a class approach (Matt Westcott)
  • Maintenance: Extracted revision and draft state logic from generic views into mixins (Sage Abdullah)
  • Maintenance: Extracted generic lock / unlock views from page lock / unlock views (Sage Abdullah)
  • Maintenance: Move identity JavaScript util into shared utils folder (LB (Ben Johnston))
  • Maintenance: Remove unnecessary declaration of function to determine URL query params, instead use URLSearchParams (Loveth Omokaro)
  • Maintenance: Update tsconfig to better support modern TypeScript development and clean up some code quality issues via Eslint (Loveth Omokaro)
  • Maintenance: Set up Stimulus application initialisation according to RFC 78 (LB (Ben) Johnston)
  • Maintenance: Refactor submit-on-change search filters for image and document listings to use Stimulus (LB (Ben) Johnston)
  • Maintenance: Switch userbar to initialise a Web Component to avoid styling clashes (Albina Starykova)
  • Maintenance: Refactor userbar stylesheets to use the same CSS loading as the rest of the admin (Albina Starykova)
  • Maintenance: Remove unused search-bar and button-filter styles (Thibaud Colas)
  • Maintenance: Use util method to construct dummy requests in tests (Jake Howard)
  • Maintenance: Remove unused dev-only react-axe integration (Thibaud Colas)
  • Maintenance: Migrate accessible Skip Link implementation to a Stimulus controller (Loveth Omokaro)
  • Maintenance: Split up wagtail.admin.panels into submodules, existing exports have been preserved (Matt Westcott)
  • Maintenance: Refactor userbar styles to use the same stylesheet as other components (Thibaud Colas)
  • Maintenance: Add deprecation warnings for wagtail.core and other imports deprecated in Wagtail 3.0 (Matt Westcott)
  • Maintenance: Migrate admin upgrade notification message implementation to a Stimulus controller (Loveth Omokaro)
  • Maintenance: Migrate workflow and workflow tasks enable action and lock/unlock actions to a Stimulus controller (Loveth Omokaro)
  • Maintenance: Pull out icon sprite setup function from inline script to its own TypeScript file & add unit tests (Loveth Omokaro)
  • Maintenance: Upgraded Transifex configuration to v3 (Loic Teixeira)
  • Maintenance: Replace repeated HTML avatar component with a template tag include {% avatar ... %} throughout the admin interface (Aman Pandey)

v4.1.9: 4.1.9

Compare Source

  • Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wagtail](https://wagtail.org/) ([source](https://github.com/wagtail/wagtail), [changelog](https://github.com/wagtail/wagtail/tree/master/docs/releases)) | major | `==4.1.8` -> `==5.2.2` | --- ### Release Notes <details> <summary>wagtail/wagtail (wagtail)</summary> ### [`v5.2.2`](https://github.com/wagtail/wagtail/releases/tag/v5.2.2): 5.2.2 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.2.1...v5.2.2) - Added support for Django 5.0 - Fix: Use a visible border and background color to highlight active formatting in the rich text toolbar (Cassidy Pittman) - Fix: Ensure image focal point box can be removed (Gunnar Scherf) - Fix: Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer) - Fix: Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis) - Fix: Ensure workflow dashboard panels work when the page/snippet is missing (Sage Abdullah) - Fix: Prevent custom controls from stacking on top of the comment button in Draftail toolbar (Ben Morse) - Fix: Avoid error when exporting Aging Pages report where a page has an empty `last_published_by_user` (Chiemezuo Akujobi) ### [`v5.2.1`](https://github.com/wagtail/wagtail/releases/tag/v5.2.1): 5.2.1 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.2...v5.2.1) - Fix: Add a fallback background for the editing preview iframe for sites without a background (Ian Price) - Fix: Remove search logging from project template so that new projects without the search promotions module will not error (Matt Westcott) - Fix: Ensure text only email notifications for updated comments do not escape HTML characters (Rohit Sharma) - Fix: Use logical OR operator to combine search fields for Django ORM in generic IndexView (Varun Kumar) - Fix: Ensure that explorer_results views fill in the correct next_url parameter on action URLs (Matt Westcott) - Fix: Fix crash when accessing the history view for a translatable snippet (Sage Abdullah) - Fix: Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn) - Fix: Fix crash when using the locale switcher on the snippets create view (Sage Abdullah) - Fix: Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins) - Fix: Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott) - Fix: Prevent snippet permission post-migrate hook from failing on multiple database configurations (Joe Tsoi) - Fix: Reinstate ability to filter on page type when searching on an empty query (Sage Abdullah) - Fix: Prevent error on locked pages report when a user has locked multiple pages (Matt Westcott) - Docs: Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin) ### [`v5.2`](https://github.com/wagtail/wagtail/releases/tag/v5.2): 5.2 (LTS) [Compare Source](https://github.com/wagtail/wagtail/compare/v5.1.3...v5.2) - 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 base `ViewSet` 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 to `ModelViewSet` (Sage Abdullah) - Move `SnippetViewSet.list_display` to `ModelViewSet` (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`, and `ordering` from `SnippetViewSet` to `ModelViewSet` (Sage Abdullah, Cynthia Kiser) - Add default header titles to generic `IndexView` and `CreateView` (Sage Abdullah) - Allow overriding `IndexView.export_headings` via `ModelViewSet` (Christer Jensen, Sage Abdullah) - Support specifying a `get_object_list` method on `ChooserViewSet` (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 the `mergedCells` option (Gareth Palmer) - When adding a panel within `InlinePanel`, focus will now shift to that content similar to `StreamField` (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 the `human_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 the `model` 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 to `ModelViewSet` (Sage Abdullah) - Add generic `UsageView` to `ModelViewSet` (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 for `AbstractImage.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 recommended `TitleFieldPanel('title')` panel (Chinedu Ihedioha) - The `purge_revisions` management command now respects revisions that have a `on_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 the `required` and `aria-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 via `construct_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` and `ModelViewSet` (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 customise `url_prefix` and `url_namespace` logic (Matt Westcott) - Maintenance: Simplify `SnippetViewSet` registration code (Sage Abdullah) - Maintenance: Rename groups `IndexView.results_template_name` to `results.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 HTML `template` 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` and `SnippetViewSet` (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` in `get_most_popular` inside `search_promotions.models.Query` (TopDevPros) - Maintenance: Refactor generic view subclasses to better reuse the generic templates and breadcrumbs (Sage Abdullah) - Maintenance: Adopt consistent `classname` (not `classnames`) attributes for all `MenuItem` usage, including deprecation warnings (LB (Ben) Johnston) - Maintenance: Adopt consistent `classname` (not `classnames`) attribute within the `wagtail.images.formats.Format` instance, including deprecation warnings (LB (Ben) Johnston) - Maintenance: Deprecate `context` argument of `construct_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` to `ModelViewSet` (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 the `w-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) ### [`v5.1.3`](https://github.com/wagtail/wagtail/releases/tag/v5.1.3): 5.1.3 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.1.2...v5.1.3) - Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott) - Fix: Fix `SnippetBulkAction` not respecting `models` definition (Sandro Rodrigues) - 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: 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: Use the correct action log when creating a redirect (Thibaud Colas) ### [`v5.1.2`](https://github.com/wagtail/wagtail/releases/tag/v5.1.2): 5.1.2 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.1.1...v5.1.2) - Fix: Avoid use of `ignore_conflicts` when creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah) - Fix: Ensure sequence on `wagtailsearchpromotions_query` table is correctly set after migrating data (Jake Howard) - Fix: Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) - Fix: Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) - Fix: Restore fallback on full-word search for snippet choosers and generic index views (Matt Westcott) - Fix: Restore compatibility with pre-7.15 versions of the Elasticsearch Python library, allowing use of Opensearch (Matt Westcott) - Fix: Fix error when pickling BaseSiteSetting instances (Matt Westcott) - Maintenance: For Python 3.13 support - upgrade Willow to v1.6.2, replace `imghdr` with Willow's built-in MIME type detection (Jake Howard) ### [`v5.1.1`](https://github.com/wagtail/wagtail/releases/tag/v5.1.1): 5.1.1 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.1...v5.1.1) - Introduce `wagtail.admin.ui.tables.BooleanColumn` to display boolean values as icons (Sage Abdullah) - Fix: Show not-`None` falsy values instead of blank in generic table cell template (Sage Abdullah) - Fix: Fix `read_only` panels for fields with translatable choice labels (Florent Lebreton) ### [`v5.1`](https://github.com/wagtail/wagtail/releases/tag/v5.1): 5.1 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.0.5...v5.1) - Add support for read-only FieldPanels (Andy Babic) - Add support for query-time boosting to Elasticsearch 6 and above (Shohan Dutta Roy) - Add support for Elasticsearch 8 (Matt Westcott, Wesley van Lee) - Mark calls to `md5` as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly) - Return filters from `parse_query_string` as a `QueryDict` to support multiple values (Aman Pandey) - Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger) - Add oEmbed provider patterns for YouTube Shorts and YouTube Live URLs (valnuro, Fabien Le Frapper) - Add initial implementation of `PagePermissionPolicy` (Sage Abdullah) - Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah, Tidiane Dia) - Add a predictable default ordering of the "Object/Other permissions" in the Group Editing view, allow this ordering to be customised (Daniel Kirkham) - Add `AbstractImage.get_renditions()` for efficient generation of multiple renditions (Andy Babic) - Optimise queries in collection permission policies using cache on the user object (Sage Abdullah) - Phone numbers entered via a link chooser will now have any spaces stripped out, ensuring a valid href="tel:..." attribute (Sahil Jangra) - Auto-select the `StreamField` block when only one block type is declared (Sébastien Corbin) - Add support for more advanced Draftail customisation APIs (Thibaud Colas) - Add the ability to export snippets listing via `SnippetViewSet.list_export` (Sage Abdullah) - Add support for adding HTML `attrs` on `FieldPanel`, `FieldRowPanel`, `MultiFieldPanel`, and others (Aman Pandey, Antoni Martyniuk, LB (Ben) Johnston) - Add support for `--template` option to `wagtail start` (Thibaud Colas) - Change to always cache renditions (Jake Howard) - Update link/document rich text tooltips for consistency with the inline toolbar (Albina Starykova) - Increase the contrast between the rich text / StreamField block picker and the page in dark mode (Albina Starykova) - Purge revisions of non-page models in `purge_revisions` command (Sage Abdullah) - Add support for AVIF images (Aman Pandey) - Change the default WebP quality to 80 to match AVIF (Aman Pandey) - Adopt optimised Wagtail logo in the admin interface (Albina Starykova) - Add support for presenting the userbar (Wagtail button) in dark mode (Albina Starykova) - Add Inspect view to snippets (Sage Abdullah) - Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis) - Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah) - Fix: Remove comment button on InlinePanel fields (Sage Abdullah) - Fix: Fix missing link to `UsageView` from `EditView` for snippets (Christer Jensen) - Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain) - Fix: Ensure that `RichText` objects with the same values compare as equal (NikilTn) - Fix: Use `gettext_lazy` on generic model views so that language settings are correctly used (Matt Westcott) - Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston) - Fix: Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott) - Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston) - Fix: Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston) - Fix: Add a more visible active state for side panel toggle buttons (Thibaud Colas) - Fix: Debounce and optimise live preview panel to prevent excessive requests (Sage Abdullah) - Fix: Use constant-time comparison for image serve URL signatures (Jake Howard) - Fix: Ensure taggit field type-ahead options show correctly in the dark mode theme (Sage Abdullah) - Fix: Fix the lock description message missing the model_name variable when locked only by system (Sébastien Corbin) - Fix: Fix empty blocks created in migration operations (Sandil Ranasinghe) - Fix: Ensure that gettext_lazy works correctly when using verbose_name on a generic Settings models (Sébastien Corbin) - Fix: Remove unnecessary usage of `innerHTML` when modifying DOM content (LB (Ben) Johnston) - Fix: Avoid `ValueError` when extending `PagesAPIViewSet` and setting `meta_fields` to an empty list (Henry Harutyunyan, Alex Morega) - Fix: Improve accessibility for header search, remove autofocus on page load, advise screen readers that content has changed when results update (LB (Ben) Johnston) - Fix: Fix incorrect override of `PagePermissionHelper.user_can_unpublish_obj()` in ModelAdmin (Sébastien Corbin) - Fix: Prevent memory exhaustion when updating a large number of image renditions (Jake Howard) - Fix: Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer) - Fix: Ensure that audit logs and revisions consistently use UTC and add migration for existing entries (Stefan Hammer) - Fix: Make sure "critical" buttons have enough colour contrast in dark mode (Albina Starykova) - Fix: Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah) - Fix: Prevent 'choose' permission from being ignored when looking up 'choose', 'edit' and 'delete' permissions in combination (Sage Abdullah) - Fix: Take user's permissions into account for image / document counts on the admin dashboard (Sage Abdullah) - Fix: Avoid N+1 queries in users index view (Tidiane Dia) - Fix: Use a theme-agnostic color token for read-only panels support in dark mode (Thibaud Colas) - Fix: Ensure collapsible StreamBlocks expand as necessary to show validation errors (Storm Heg) - Fix: Ensure userbar dialog can sit above other website content (LB (Ben) Johnston) - Fix: Fix preview panel loading issues (Sage Abdullah) - Fix: Fix `search_promotions` `0004_copy_queries` migration for long-lived Wagtail instances (Sage Abdullah) - Fix: Guard against `TypeError` in `0088_fix_log_entry_json_timestamps` migration (Sage Abdullah) - Fix: Add migration to replace JSON null values with empty objects in log entries' data (Sage Abdullah) - Fix: Typo in the `page_header_buttons` template tag when accessing the context's request object (Robert Rollins) - Docs: Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman) - Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger) - Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas) - Docs: Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen) - Docs: Reorganise snippets documentation to cover customisations and optional features (Sage Abdullah) - Docs: Update color customisations guidance to include theme-agnostic options (Thibaud Colas) - Docs: Mark LTS releases in release note page titles (Thiago C. S. Tioma) - Docs: Revise main Getting started tutorial for clarity (Kevin Chung (kev-odin)) - Docs: Revamp the start of the getting started section, with separate quick install page (Damilola Oladele) - Docs: Move the tutorial’s snippets section to come before tags (Damilola Oladele) - Docs: Rewrite the getting started tutorial to address identified friction points (Damilola Oladele) - Docs: Switch the Getting started tutorial’s snippets example to be more understandable (Damilola Oladele) - Docs: Update the deployment documentation page and remove outdated information (Jake Howard) - Docs: Add more items to performance page regarding pre-fetching images and frontend caching (Jake Howard) - Docs: Add docs for managing stored queries in `searchpromotions` (Scott Foster) - Docs: Add docs for migrating from ModelAdmin to Snippets (Sage Abdullah) - Maintenance: Removed support for Python 3.7 (Dan Braghis) - Maintenance: Switch to ruff for flake8 / isort code checking (Oliver Parker) - Maintenance: Deprecate `insert_editor_css` in favour of `insert_global_admin_css` (Ester Beltrami) - Maintenance: Optimise use of `specific` on Task and TaskState (Matt Westcott) - Maintenance: Use table UI component for workflow task index view (Matt Westcott) - Maintenance: Make header search available on generic index view (Matt Westcott) - Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott) - Maintenance: Remove color tokens which are duplicates / unused (Thibaud Colas) - Maintenance: Add tests to help with maintenance of theme color tokens (Thibaud Colas) - Maintenance: Split out a base listing view from generic index view (Matt Westcott) - Maintenance: Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein) - Maintenance: Deprecate `UserPagePermissionsProxy` (Sage Abdullah) - Maintenance: Optimise the Settings context processor to avoid redundantly finding a Site to improve cache ratios (Jake Howard) - Maintenance: Convert page listing to a class-based view (Matt Westcott) - Maintenance: Clean up page reports and type usage views to be independent of page listing views (Matt Westcott) - Maintenance: Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston) - Maintenance: Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah) - Maintenance: Convert the CONTRIBUTORS file to Markdown (Dan Braghis) - Maintenance: Move `django-filter` version upper bound to v24 (Yuekui) - Maintenance: Update Pillow dependency to allow 10.x, only include support for >= 9.1.0 (Yuekui) - Maintenance: Migrate async header search and search within the Task chooser modal to `w-swap`, a Stimulus controller (LB (Ben) Johnston) - Maintenance: Replace Bootstrap tooltips with a new `w-tooltip` Stimulus controller (LB (Ben) Johnston) - Maintenance: Replace ModelAdmin history header human readable date template tag (LB (Ben) Johnston) - Maintenance: Update uuid to v9 and Jest to v29, with `jest-environment-jsdom` and new snapshot format (LB (Ben) Johnston) - Maintenance: Update test cases producing undesirable console output due to missing mocks, uncaught errors, warnings (LB (Ben) Johnston) - Maintenance: Remove unused snippets \_header_with_history.html template (Thibaud Colas) - Maintenance: Migrate dialog instantiation to a new `w-dialog` Stimulus controller (Loveth Omokaro, LB (Ben) Johnston) - Maintenance: Support dialog template cloning using a new `w-teleport` Stimulus controller (Loveth Omokaro, LB (Ben) Johnston) - Maintenance: Migrate away from using the `"wagtailadmin/shared/field_as_li.html"` template include (Storm Heg) - Maintenance: Deprecate `wagtail.contrib.modeladmin` (Sage Abdullah) - Maintenance: Upgrade documentation theme `sphinx_wagtail_theme` to v6.1.1 which includes multiple styling fixes and always visible code copy buttons (LB (Ben) Johnston) - Maintenance: Don't update the reference index while deleting it (Andy Chosak) ### [`v5.0.5`](https://github.com/wagtail/wagtail/releases/tag/v5.0.5): 5.0.5 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.0.4...v5.0.5) - Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott) ### [`v5.0.4`](https://github.com/wagtail/wagtail/releases/tag/v5.0.4): 5.0.4 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.0.3...v5.0.4) - Maintenance: Relax Willow / Pillow dependency to allow use of current Pillow versions with security fixes (Dan Braghis) ### [`v5.0.3`](https://github.com/wagtail/wagtail/releases/tag/v5.0.3): 5.0.3 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.0.2...v5.0.3) - Fix: Avoid use of `ignore_conflicts` when creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah) - Fix: Ensure sequence on `wagtailsearchpromotions_query` table is correctly set after migrating data (Jake Howard) - Fix: Update Pillow dependency to 9.1.0 (Daniel Kirkham) ### [`v5.0.2`](https://github.com/wagtail/wagtail/releases/tag/v5.0.2): 5.0.2 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.0.1...v5.0.2) - Added `TitleFieldPanel` to support title / slug field synchronisation (LB (Ben) Johnston) - Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston) - Fix: Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott) - Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston) - Fix: Ensure that title and slug are synced on keypress, not just on blur (LB (Ben) Johnston) - Fix: Add a more visible active state for side panel toggle buttons (Thibaud Colas) - Fix: Use custom dark theme colors for revision comparisons (Thibaud Colas) ### [`v5.0.1`](https://github.com/wagtail/wagtail/releases/tag/v5.0.1): 5.0.1 [Compare Source](https://github.com/wagtail/wagtail/compare/v5.0...v5.0.1) - Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah) - Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott) - Fix: Ensure comment buttons always respect `WAGTAILADMIN_COMMENTS_ENABLED` (Thibaud Colas) - Fix: Fix error when deleting a single snippet through the bulk actions interface (Sage Abdullah) - Fix: Pass the correct `for_update` value for `get_form_class` in `SnippetViewSet` edit views (Sage Abdullah) - Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah) - Fix: Remove comment button on InlinePanel fields (Sage Abdullah) - Fix: Fix missing link to `UsageView` from `EditView` for snippets (Christer Jensen) - Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain) - Fix: Fix various colour issues in dark mode (Thibaud Colas) - Docs: Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen) ### [`v5.0`](https://github.com/wagtail/wagtail/releases/tag/v5.0): 5.0 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.2.4...v5.0) - Added support for Django 4.2 - Object usage information on deleting objects (Sage Abdullah) - Support for SVG images (Joshua Munn, with sponsorship from YouGov) - Custom validation support for StreamField (Matt Westcott) - Add `WAGTAILIMAGES_EXTENSIONS` setting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R) - Update user list column level to `Access level` to be easier to understand (Vallabh Tiwari) - Migrate `.button-longrunning` behaviour to a Stimulus controller with support for custom label element & duration (Loveth Omokaro) - Implement new simplified userbar designs (Albina Starykova) - Add more Axe rules to the accessibility checker (Albina Starykova) - Sort accessibility checker results by position on the page (Albina Starykova) - Highlight elements with errors in accessibility checker (Albina Starykova) - Add usage view for pages (Sage Abdullah) - Copy page form now updates the slug field dynamically with a slugified value on blur (Loveth Omokaro) - Ensure selected collection is kept when navigating from documents or images listings to add multiple views & upon upload (Aman Pandey, Bojan Mihelac) - Keep applied filters when downloading form submissions (Suyash Srivastava) - Messages added dynamically via JavaScript now have an icon to be consistent with those supplied in the page's HTML (Aman Pandey) - Switch lock/unlock side panel toggle to a switch, with more appropriate confirmation message status (Sage Abdullah) - Ensure that changed or cleared selection from choosers will dispatch a DOM `change` event (George Sakkis) - Add the ability to disable model indexing by setting `search_fields = []` (Daniel Kirkham) - Enhance `wagtail.search.utils.parse_query_string` to allow inner single quotes for key/value parsing (Aman Pandey) - Add helpful properties to `Locale` for more convenient usage within templates (Andy Babic) - Allow customising icons for snippets via `SnippetViewSet.icon` (Daniel Kirkham, Sage Abdullah) - Allow customising the base URL and URL namespace for snippet views (Sage Abdullah) - Allow customising the default ordering and number of items per page for snippet listing views (Sage Abdullah) - Re-label "StreamField blocks" option in block picker to "Blocks" (Thibaud Colas) - Re-implement styleguide icons list as an auto-generated sequence of tables (Thibaud Colas) - Switch styleguide navigation to use panel components and minimap (Thibaud Colas) - Explicitly specify `MenuItem.name` for Snippets, Reports, and Settings menu items (Sage Abdullah) - Move the help text of fields and blocks directly below their label for easier reading (Thibaud Colas) - Allow filters on snippet and generic index views to be customised through the `list_filter` attribute (Sage Abdullah) - The select all checkbox in simple translation's submit translation page will now be in sync with other checkbox changes (Hanoon) - Update Wagtail’s default icon set to Font Awesome 6 (Thibaud Colas) - Allow admin templates for snippets to be overridden on a per-model or per-app basis (Sage Abdullah) - Allow overriding the base queryset to be used in snippet `IndexView` (Sage Abdullah) - Revise alignment and spacing of form fields and sections (Thibaud Colas) - Update Wagtail’s type scale so StreamField block labels and field labels are the same size (Thibaud Colas) - Allow customising the `search_fields` and search backend via SnippetViewSet (Sage Abdullah) - Style comments as per page editor design, in side panel (Karl Hobley, Thibaud Colas) - Add support for custom panel icons, with defaults, displayed for top-level editor panels (Sage Abdullah) - Add new icons for StreamField blocks (Sage Abdullah) - Reveal the minimap on click rather than hover, keeping it expanded until dismissed, with state saved between page loads (Thibaud Colas) - Expand a collapsed form section when navigating to it with the minimap (Thibaud Colas) - The minimap and "Collapse all" button now appear next to side panels rather than underneath, so they can be used at any time (Thibaud Colas) - Allow `panels` / `edit_handler` to be specified via `SnippetViewSet` (Sage Abdullah) - Introduce dark mode support for the Wagtail admin interface, with a toggle in account preferences (Thibaud Colas) - Allow snippets to be registered into arbitrary admin menu items (Sage Abdullah) - Add configuration APIs in user bar accessibility checker for simpler customisation of the checks performed - ReferenceIndex modified to only index Wagtail-related models, and allow other models to be explicitly registered (Daniel Kirkham) - Fix: Ensure `label_format` on StructBlock gracefully handles missing variables (Aadi jindal) - Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro) - Fix: Ensure `Site.get_site_root_paths` works on cache backends that do not preserve Python objects (Jaap Roes) - Fix: Ignore right clicks on side panel resizer (Sage Abdullah) - Fix: Resize in the correct direction for RTL languages with the side panel resizer (Sage Abdullah) - Fix: Support creating `StructValue` copies (Tidiane Dia) - Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) - Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht) - Fix: No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp) - Fix: Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro) - Fix: Prevent audit log report from failing on missing models (Andy Chosak) - Fix: Ensure that the privacy collection privacy edit button is styled as a button (Jatin Kumar) - Fix: Fix page/snippet cannot proceed a `GroupApprovalTask` if it's locked by someone outside of the group (Sage Abdullah) - Fix: Allow manual lock even if `WorkflowLock` is currently applied (Sage Abdullah) - Fix: Add missing log information for `wagtail.schedule.cancel` (Stefan Hammer) - Fix: Fix timezone activation leaking into subsequent requests in `require_admin_access()` (Stefan Hammer) - Fix: Fix dialog component's message to have rounded corners at the top side (Sam) - Fix: When multiple documents are uploaded and then subsequently updated, ensure that existing success messages are cleared correctly (Aman Pandey) - Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott) - Fix: Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi) - Fix: Enable partial search on images and documents index view where available (Mng) - Fix: Adopt a no-JavaScript and more accessible solution for option selection in reporting, using HTML only `radio` input fields (Mehul Aggarwal) - Fix: Ensure that document search results count shows the correct all matches, not the paginate total (Andy Chosak) - Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah) - Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah) - Fix: Fix timezone handling of `TemplateResponse`s for users with a custom timezone (Stefan Hammer, Sage Abdullah) - Fix: Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis) - Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah) - Fix: Fix server-side caching of the icons sprite (Thibaud Colas) - Fix: Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari) - Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas) - Fix: Make admin JS i18n endpoint accessible to non-authenticated users (Matt Westcott) - Fix: Fix incorrect API serialisation for document `download_url` when `WAGTAILDOCS_SERVE_METHOD` is `direct` (Swojak-A) - Fix: Fix template configuration of snippets index results view (fidoriel, Sage Abdullah) - Fix: Prevent long preview mode names from making the select element overflow the side panel (Sage Abdullah) - Fix: Autosize text area field will now correctly resize when switching between comments toggle states (Suyash Srivastava) - Fix: When i18n is not enabled, avoid making a Locale query on every page view (Dan Braghis) - Fix: Fix initialisation of commenting widgets within StreamField (Thibaud Colas) - Fix: Fix various regressions in the commenting UI (Thibaud Colas) - Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah) - Fix: Correctly show the "new item" badge within menu sections previously dismissed (Sage Abdullah) - Fix: Fix side panel stuck in resize state when pointer is released outside the grip (Sage Abdullah) - Docs: Add code block to make it easier to understand contribution docs (Suyash Singh) - Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp, Thibaud Colas) - Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott) - Docs: Add helpful troubleshooting links and refine wording for getting started with development (Loveth Omokaro) - Docs: Ensure search autocomplete overlay on mobile does not overflow the viewport (Ayman Makroo) - Docs: Improve documentation for InlinePanel (Vallabh Tiwari) - Docs: Add contributor guidelines for building Stimulus Controllers (Thibaud Colas, Loveth Omokaro, LB (Ben) Johnston) - Docs: Fix typo in "Extending Draftail" documentation (Hans Kelson) - Docs: Clarify `ClusterableModel` requirements for using relations with `RevisionMixin`-enabled models (Sage Abdullah) - Docs: Add guide to making your first contribution (LB (Ben) Johnston) - Maintenance: Removed features deprecated in Wagtail 3.0 and 4.0 (Matt Westcott) - Maintenance: Update djhtml (html formatting) library to v 1.5.2 (Loveth Omokaro) - Maintenance: Re-enable `strictPropertyInitialization` in tsconfig (Thibaud Colas) - Maintenance: Refactor accessibility checker userbar item (Albina Starykova) - Maintenance: Removed unused `Page.get_static_site_paths` method (Yosr Karoui) - Maintenance: Provisional Django 5.0 compatibility fixes (Sage Abdullah) - Maintenance: Add unit tests for `CollapseAll` and `MinimapItem` components (Albina Starykova) - Maintenance: Code quality fixes (GLEF1X) - Maintenance: Refactor image / document / snippet usage views into a shared generic view (Sage Abdullah) - Maintenance: Rename the Stimulus `AutoFieldController` to the less confusing `SubmitController` (Loveth Omokaro) - Maintenance: Replace `script` tags with `template` tag for image/document bulk uploads (Rishabh Kumar Bahukhandi) - Maintenance: Remove unneeded float styles on 404 page (Fabien Le Frapper) - Maintenance: Convert userbar implementation to TypeScript (Albina Starykova) - Maintenance: Migrate slug field behaviour to a Stimulus controller and create new `SlugInput` widget (Loveth Omokaro) - Maintenance: Refactor `status` HTML usage to shared template tag (Aman Pandey, LB (Ben) Johnston, Himanshu Garg) - Maintenance: Add curlylint and update djhtml, semgrep versions in pre-commit config (Himanshu Garg) - Maintenance: Use shared header template for `ModelAdmin` and Snippets type index header (Aman Pandey) - Maintenance: Move models and forms for `wagtailsearch.Query` to `wagtail.contrib.search_promotions` (Karl Hobley) - Maintenance: Migrate `initErrorDetection` (tabs error counts) to a Stimulus Controller `w-count` (Aman Pandey) - Maintenance: Migrate `window.addMessage` behaviour to a global event listener & Stimulus Controller approach with `w-messages` (Aman Pandey) - Maintenance: Update Algolia DocSearch to use new application and correct versioning setup (Thibaud Colas) - Maintenance: Move snippet choosers and model check registration to `SnippetViewSet.on_register()` (Sage Abdullah) - Maintenance: Remove unused snippets delete-multiple view (Sage Abdullah) - Maintenance: Improve performance of determining live page URLs across the admin interface using `pageurl` template tag (Satvik Vashisht) - Maintenance: Migrate `window.initSlugAutoPopulate` behaviour to a Stimulus Controller `w-sync` (Loveth Omokaro) - Maintenance: Rename `status` classes to `w-status` to align with preferred CSS class naming conventions (Mansi Gundre) - Maintenance: Include wagtail-factories in `wagtail.test.utils` to avoid cross-dependency issues (Matt Westcott) - Maintenance: Fix search tests to correctly reflect behaviour of search backends other than the fallback backend (Matt Westcott) - Maintenance: Migrate select all checkbox in simple translation's submit translation page to Stimulus controller `w-bulk`, remove inline script usage (Hanoon) - Maintenance: Refactor `SnippetViewSet` to extend `ModelViewSet` (Sage Abdullah) - Maintenance: Migrate initDismissibles behaviour to a Stimulus controller `w-disimissible` (Loveth Omokaro) - Maintenance: Replace jQuery autosize v3 with Stimulus `w-autosize` controller using autosize npm package v6 (Suyash Srivastava) - Maintenance: Update `w-action` controller to support a click method (Suyash Srivastava) - Maintenance: Migrate the site settings switcher select from jQuery to a refined version of the `w-action` controller usage (Aadi jindal, LB (Ben) Johnston) - Maintenance: Always use expanded Sass output so CSS processing is identical in development and production builds (Thibaud Colas) - Maintenance: Refactor admin color palette to semantic, theme-agnostic design tokens (Thibaud Colas) ### [`v4.2.4`](https://github.com/wagtail/wagtail/releases/tag/v4.2.4): 4.2.4 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.2.3...v4.2.4) - Fix: Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah) - Fix: Ensure that copying page correctly picks up the latest revision (Matt Westcott) - Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain) - Docs: Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen) ### [`v4.2.3`](https://github.com/wagtail/wagtail/releases/tag/v4.2.3): 4.2.3 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.2.2...v4.2.3) - Fix: Prevent TableBlock from becoming uneditable after save (Sage Abdullah) ### [`v4.2.2`](https://github.com/wagtail/wagtail/releases/tag/v4.2.2): 4.2.2 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.2.1...v4.2.2) - Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud Colas) - Fix: CVE-2023-28837 - Denial-of-service via memory exhaustion when uploading large files (Jake Howard) - Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah) - Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah) - Fix: Fix timezone handling of `TemplateResponse`s for users with a custom timezone (Stefan Hammer, Sage Abdullah) - Fix: Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis) - Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah) - Fix: Fix server-side caching of the icons sprite (Thibaud Colas) - Fix: Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari) - Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas) - Fix: Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston) - Docs: Fix module path for `MultipleChooserPanel` in panel reference docs - Maintenance: Render large image renditions to disk (Jake Howard) ### [`v4.2.1`](https://github.com/wagtail/wagtail/releases/tag/v4.2.1): 4.2.1 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.2...v4.2.1) - Fix: Support creating `StructValue` copies (Tidiane Dia) - Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) - Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht) - Fix: Prevent audit log report from failing on missing models (Andy Chosak) - Fix: Fix page/snippet cannot proceed a `GroupApprovalTask` if it's locked by someone outside of the group (Sage Abdullah) - Fix: Add missing log information for `wagtail.schedule.cancel` (Stefan Hammer) - Fix: Fix timezone activation leaking into subsequent requests in `require_admin_access()` (Stefan Hammer) - Fix: Fix dialog component's message to have rounded corners at the top side (Sam) - Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott) - Fix: Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi) - Docs: Clarify `ClusterableModel` requirements for using relations with `RevisionMixin`-enabled models (Sage Abdullah) - Maintenance: Update Algolia DocSearch to use new application and correct versioning setup (Thibaud Colas) ### [`v4.2`](https://github.com/wagtail/wagtail/releases/tag/v4.2): 4.2 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.1.9...v4.2) - Added StreamField data migration helpers (Sandil Ranasinghe, Jacob Topp-Mugglestone, Joshua Munn, Karl Hobley) - Added ability to lock snippet models with `LockableMixin` (Sage Abdullah) - Added ability to submit snippets for moderation with `WorkflowMixin` (Sage Abdullah) - Create `{% fullpageurl %}` tag for getting the absolute URL of a page (Jake Howard) - Added `MultipleChooserPanel`, a variant of `InlinePanel` with improved editor experience when inserting multiple linked objects (Matt Westcott) - Test assertion util `WagtailPageTestCase.assertCanCreate` now supports the kwarg `publish=True` to determine whether to publish the page (Harry Percival, Akua Dokua Asiedu, Matt Westcott) - Ensure that the `rebuild_references_index` command can run without console output if called with `--verbosity 0` (Omerzahid Ali, Aman Pandey) - Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick) - Add `purge_embeds` management command to delete all the cached embed objects in the database (Aman Pandey) - Make it possible to resize the page editor’s side panels (Sage Abdullah) - Add ability to include `form_fields` as an APIField on `FormPage` (Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston) - Ensure that images listings are more consistently aligned when there are fewer images uploaded (Theresa Okoro) - Add more informative validation error messages for non-unique slugs within the admin interface and for programmatic page creation (Benjamin Bach) - Always show the page editor title field’s border when the field is empty (Thibaud Colas) - Snippet models extending `DraftStateMixin` now automatically define a "Publish" permission type (Sage Abdullah) - Users now remain on the edit page after saving a snippet as draft (Sage Abdullah) - Base project template now populates the meta description tag from the search description field (Aman Pandey) - Added support for `azure-mgmt-cdn` version >= 10 and `azure-mgmt-frontdoor` version >= 1 in the frontend cache invalidator (Sylvain Fankhauser) - Add a system check to warn when a `django-storages` backend is configured to allow overwriting (Rishabh jain) - Update admin focus outline color to have higher contrast against white backgrounds (Thibaud Colas) - Implement latest design for the admin dashboard header (Thibaud Colas, Steven Steinwand) - Add Axe accessibility checker integration within userbar, with count and list of errors (Albina Starykova) - Restyle the userbar to follow the visual design of the Wagtail admin (Albina Starykova) - Allow configuring Axe accessibility checker integration via `construct_wagtail_userbar` hook (Sage Abdullah) - Support pinning and un-pinning the rich text editor toolbar depending on user preference (Thibaud Colas) - Make the rich text block trigger and slash-commands always available regardless of where the cursor is (Thibaud Colas) - Adjust the size of panel labels on the "Account" form (Thibaud Colas) - Delay hiding the contents of the side panels when closing, so the animation is smoother (Thibaud Colas) - ListBlock now shows item-by-item differences when comparing versions (Tidiane Dia) - Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro) - Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro) - Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova) - Fix: references extraction for ChooserBlock (Alex Tomkins) - Fix: Incorrectly formatted link in the documentation for Wagtail community support (Bolarinwa Comfort Ajayi) - Fix: Text within status tags text will now resize correctly when customizing browser font size (Mary Ojo) - Fix: Ensure logo shows correctly on log in page in Windows high-contrast mode (Loveth Omokaro) - Fix: Comments notice background overflows its container (Yekasumah) - Fix: Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro) - Fix: Ensure the skip link (used for keyboard control) meets colour contrast guidelines for accessibility (Dauda Yusuf) - Fix: Ensure tag fields correctly show in both dark and light Windows high-contrast modes (Albina Starykova) - Fix: Ensure new tooltips & tooltip menus have visible borders and tip triangle in Windows high-contrast mode (Juliet Adeboye) - Fix: Ensure there is a visual difference of 'active/current link' vs normal links in Windows high-contrast mode (Mohammad Areeb) - Fix: Avoid issues where trailing whitespace could be accidentally removed in translations for new page & snippet headers (Florian Vogt) - Fix: Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas) - Fix: Remove the ability to view or add comments to `InlinePanel` inner fields to avoid lost or incorrectly linked comments (Jacob Topp-Mugglestone) - Fix: Use consistent heading styles on top-level fields in the page editor (Sage Abdullah) - Fix: Allow button labels to wrap onto two lines in dropdown buttons (Coen van der Kamp) - Fix: Remove spurious horizontal resize handle from text areas (Matt Westcott) - Fix: Move DateField, DateTimeField, TimeField comment buttons to be right next to the fields (Theresa Okoro) - Fix: Support text resizing in workflow steps cards (Ivy Jeptoo) - Fix: Ignore images added via fixtures when using `WAGTAILIMAGES_FEATURE_DETECTION_ENABLED` to avoid errors for images that do not exist (Aman Pandey) - Fix: Restore ability to perform JSONField query operations against StreamField when running against the Django 4.2 development branch (Sage Abdullah) - Fix: Ensure there is correct grammar and pluralisation for Tab error counts shown to screen readers (Aman Pandey) - Fix: Pass through expected expected `cc`, `bcc` and `reply_to` to the Django mail helper from `wagtail.admin.mail.send_mail` (Ben Gosney) - Fix: Allow reviewing or reverting to a Page's initial revision (Andy Chosak) - Fix: Use the correct padding for autocomplete block picker (Umar Farouk Yunusa) - Fix: Ensure that short content pages (such as editing snippets) do not show an inconsistent background (Sage Abdullah) - Fix: Fix horizontal positioning of rich text inline toolbar (Thibaud Colas) - Fix: Ensure that `DecimalBlock` correctly handles `None`, when `required=False`, values (Natarajan Balaji) - Fix: Close the userbar when clicking its toggle (Albina Starykova) - Fix: Add a border around the userbar menu in Windows high-contrast mode so it can be identified (Albina Starykova) - Fix: Make sure browser font resizing applies to the userbar (Albina Starykova) - Fix: Fix check for `delete_url_name` attribute in generic `DeleteView` (Alex Simpson) - Fix: Re-implement design system colors so HSL values exactly match the desired RGB (Albina Starykova) - Fix: Resolve issue where workflow and other notification emails would not include the correct tab URL for account notification management (LB (Ben) Johnston) - Fix: Use consistent spacing above and below page headers (Thibaud Colas) - Fix: Use the correct icon sizes and spacing in slim header (Thibaud Colas) - Fix: Use the correct color for placeholders in rich text fields (Thibaud Colas) - Fix: Prevent obstructing the outline around rich text fields (Thibaud Colas) - Fix: Page editor dropdowns now use indigo backgrounds like elsewhere in the admin interface (Thibaud Colas) - Fix: Allow parsing of multiple key/value pairs from string in `wagtail.search.utils.parse_query_string` (Beniamin Bucur) - Fix: Prevent memory exhaustion when purging a large number of revisions (Jake Howard) - Fix: Add right-to-left (RTL) support for the following form components: Switch, Minimap, live preview (Thibaud Colas) - Fix: Improve right-to-left (RTL) positioning for the following components: Page explorer, Sidebar sub-menu, rich text tooltips, rich text toolbar trigger, editor section headers (Thibaud Colas) - Fix: Use the workflow name as the workflow information dialog title (Sage Abdullah) - Fix: Link to workflow history view instead of page history view in the workflow information dialog (Sage Abdullah) - Fix: Fix in-progress count in warning message when disabling workflows (Sage Abdullah) - Fix: Show workflow name on workflow history index page (Sage Abdullah) - Fix: Fix workflow history detail timeline content from showing on initial load (Sage Abdullah) - Fix: Center-align StreamField and rich text block picker buttons with the dotted guide line (Thibaud Colas) - Fix: Search bar in chooser modals now performs autocomplete searches under PostgreSQL (Matt Westcott) - Fix: Server-side document filenames are preserved when replacing a document file (Suyash Singh, Matt Westcott) - Fix: Add missing wagtailadmin_tags in `workflow_state_approved.html` template (Alex Tomkins) - Fix: Do not show bulk actions checkbox in page type usage view (Sage Abdullah) - Fix: Prevent account name from overflowing the sidebar (Aman Pandey) - Fix: Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah) - Fix: Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah) - Docs: Add custom permissions section to permissions documentation page (Dan Hayden) - Docs: Add documentation for how to get started with contributing translations for the Wagtail admin (Ogunbanjo Oluwadamilare) - Docs: Officially recommend `fnm` over `nvm` in development documentation (LB (Ben) Johnston) - Docs: Mention the importance of passing `request` and `current_site` to `get_url` on the performance documentation page (Jake Howard) - Docs: Add documentation for `register_user_listing_buttons` hook (LB (Ben Johnston)) - Docs: Add development (contributing to Wagtail) documentation notes for development on Windows (Akua Dokua Asiedu) - Docs: Mention Wagtail’s usage of Django’s default user model by default (Temidayo Azeez) - Docs: Add links to treebeard documentation for relevant methods (Temidayo Azeez) - Docs: Add clarification on where to register entity plugins (Mark McOsker) - Docs: Fix logo in README not being visible in high-contrast mode (Benita Anawonah) - Docs: Improve 'first wagtail site' tutorial (Akua Dokua Asiedu) - Docs: Grammatical adjustments of `page models` usage guide (Damilola Oladele) - Docs: Add class inheritance information to StreamField block sreference (Temidayo Azeez) - Docs: Document the hook `register_image_operations` and add an example of a custom Image filter (Coen van der Kamp) - Docs: Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott) - Docs: Document the policy needed to create invalidations in CloudFront (Jake Howard) - Docs: Document how to add permission restriction to a report view (Rishabh jain) - Docs: Add example for how to configure API `renderer_classes` (Aman Pandey) - Docs: Document potential data loss for BaseLogEntry migration in 3.0 (Sage Abdullah) - Docs: Add documentation for the reference index mechanism (Daniel Kirkham) - Maintenance: Switch to using Willow instead of Pillow for images (Darrel O'Pry) - Maintenance: Remove unsquashed `testapp` migrations (Matt Westcott) - Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston) - Maintenance: Run Python tests with coverage and upload coverage data to codecov (Sage Abdullah) - Maintenance: Clean up duplicate JavaScript for the `escapeHtml` function (Jordan Rob) - Maintenance: Clean up Prettier & Eslint usage for search promotions formset JS file (LB (Ben Johnston)) - Maintenance: Ensure that translation file generation ignores JavaScript unit tests and clean up unit tests for Django gettext utils (LB (Ben Johnston)) - Maintenance: Migrated `initButtonSelects` from core.js to own TypesScript file and add unit tests (Loveth Omokaro) - Maintenance: Migrated `initSkipLink` util to TypeScript and add JSDoc & unit tests (Juliet Adeboye) - Maintenance: Clean up some unused utility classes and migrate `unlist` to Tailwind utility class `w-list-none` (Loveth Omokaro) - Maintenance: Clean up linting on legacy code and add shared util `hasOwn` in TypeScript (Loveth Omokaro) - Maintenance: Remove unnecessary box-sizing: border-box declarations in SCSS (Albina Starykova) - Maintenance: Migrated `initTooltips` to TypeScript add JSDoc and unit tests (Fatuma Abdullahi) - Maintenance: Migrated `initTagField` from core.js to own TypeScript file and add unit tests (Chisom Okeoma) - Maintenance: Added unit tests & JSDoc to `initDissmisibles` (Yekasumah) - Maintenance: Standardise on `classname` for passing HTML class attributes (LB (Ben Johnston)) - Maintenance: Clean up expanding formset and `InlinePanel` JavaScript initialisation code and adopt a class approach (Matt Westcott) - Maintenance: Extracted revision and draft state logic from generic views into mixins (Sage Abdullah) - Maintenance: Extracted generic lock / unlock views from page lock / unlock views (Sage Abdullah) - Maintenance: Move `identity` JavaScript util into shared utils folder (LB (Ben Johnston)) - Maintenance: Remove unnecessary declaration of function to determine URL query params, instead use `URLSearchParams` (Loveth Omokaro) - Maintenance: Update `tsconfig` to better support modern TypeScript development and clean up some code quality issues via Eslint (Loveth Omokaro) - Maintenance: Set up Stimulus application initialisation according to RFC 78 (LB (Ben) Johnston) - Maintenance: Refactor submit-on-change search filters for image and document listings to use Stimulus (LB (Ben) Johnston) - Maintenance: Switch userbar to initialise a Web Component to avoid styling clashes (Albina Starykova) - Maintenance: Refactor userbar stylesheets to use the same CSS loading as the rest of the admin (Albina Starykova) - Maintenance: Remove unused search-bar and button-filter styles (Thibaud Colas) - Maintenance: Use util method to construct dummy requests in tests (Jake Howard) - Maintenance: Remove unused dev-only react-axe integration (Thibaud Colas) - Maintenance: Migrate accessible Skip Link implementation to a Stimulus controller (Loveth Omokaro) - Maintenance: Split up `wagtail.admin.panels` into submodules, existing exports have been preserved (Matt Westcott) - Maintenance: Refactor userbar styles to use the same stylesheet as other components (Thibaud Colas) - Maintenance: Add deprecation warnings for `wagtail.core` and other imports deprecated in Wagtail 3.0 (Matt Westcott) - Maintenance: Migrate admin upgrade notification message implementation to a Stimulus controller (Loveth Omokaro) - Maintenance: Migrate workflow and workflow tasks enable action and lock/unlock actions to a Stimulus controller (Loveth Omokaro) - Maintenance: Pull out icon sprite setup function from inline script to its own TypeScript file & add unit tests (Loveth Omokaro) - Maintenance: Upgraded Transifex configuration to v3 (Loic Teixeira) - Maintenance: Replace repeated HTML `avatar` component with a template tag include `{% avatar ... %}` throughout the admin interface (Aman Pandey) ### [`v4.1.9`](https://github.com/wagtail/wagtail/releases/tag/v4.1.9): 4.1.9 [Compare Source](https://github.com/wagtail/wagtail/compare/v4.1.8...v4.1.9) - Fix: CVE-2023-45809: Disclosure of user names via admin bulk action views (Matt Westcott) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzcuODMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate force-pushed renovate/wagtail-5.x from 40c844ef1c to 0d595a120f 2023-05-05 14:01:03 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from 0d595a120f to 086ac50ca9 2023-05-25 16:00:52 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from 086ac50ca9 to cb2f4b9095 2023-06-21 16:00:55 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from cb2f4b9095 to 36c191d092 2023-07-03 10:00:55 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from 36c191d092 to 55a26a3cf3 2023-08-01 16:02:12 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from 55a26a3cf3 to d9ac6c88d3 2023-08-14 16:01:06 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from d9ac6c88d3 to b70c765424 2023-09-18 10:00:50 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from b70c765424 to 7a2b9c831d 2023-09-25 16:01:51 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from 7a2b9c831d to baae7426c0 2023-10-06 10:00:56 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from baae7426c0 to 0dabc4f5ed 2023-10-19 16:00:46 +01:00 Compare
renovate force-pushed renovate/wagtail-5.x from 0dabc4f5ed to e20c46940a 2023-11-01 14:01:04 +00:00 Compare
renovate force-pushed renovate/wagtail-5.x from e20c46940a to ee58ca0e43 2023-11-16 16:00:43 +00:00 Compare
renovate force-pushed renovate/wagtail-5.x from ee58ca0e43 to fc597f0454 2023-12-06 18:00:43 +00:00 Compare
renovate changed title from Update dependency wagtail to v5 to Update dependency wagtail to v5 - autoclosed 2024-01-05 18:01:08 +00:00
renovate closed this pull request 2024-01-05 18:01:08 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#29
No description provided.