From a2038727a74bfd8708c622f68a900615d2df6b05 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 20 Jan 2025 12:06:44 +0000 Subject: [PATCH] Add more release notes sections --- docs/releases/6.4.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 8411bfc98c..3b9f6247d6 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -25,6 +25,23 @@ In the default configuration, these tasks are executed immediately within the re This feature was developed by Jake Howard. +### Headless documentation + +The new [](headless) documentation page curates important information about Wagtail’s headless capabilities, directly within the developer documentation. This is the foundation for a [headless improvements roadmap](https://github.com/wagtail/rfcs/pull/100) for Wagtail. + +Thank you to Sævar Öfjörð Magnússon and Alex Fulcher for creating this new page at the Wagtail Space NL 2024 sprint. + +### Alt text improvements + +Building upon improvements in past versions, this releases comes with further enhancements to alt text management: + + * The [content modeling accessibility considerations](content_modeling) now reflect the latest capabilities for alt text. + * The new ImageBlock alt text is now populated from the image’s default alt text when selecting a new image. + * The ImageBlock alt text field is also populated from the image’s default alt text when converting from an ImageChooserBlock. + * Alt text quality is now checked by default as was intended with the `alt-text-quality` content check. + +Thank you to Matt Westcott, Thibaud Colas, and Cynthia Kiser for their work on these improvements. + ### Other features * Add search terms report (Noah van der Meer, Sage Abdullah) @@ -47,8 +64,6 @@ This feature was developed by Jake Howard. * Use explicit label for defaulting to server language in account settings (Sage Abdullah) * Add support for specifying an operator on `Fuzzy` queries (Tom Usher) * Remove support for Safari 15 (Thibaud Colas) - * Populate the ImageBlock alt text from the image’s default alt text when selecting a new image (Matt Westcott) - * Fill in the ImageBlock alt text from the image’s default alt text when converting from ImageChooserBlock (Cynthia Kiser) * Prevent main menu from re-rendering when clicking outside while the menu is closed (Sage Abdullah) ### Bug fixes @@ -85,7 +100,6 @@ This feature was developed by Jake Howard. * Prevent redundant calls to `Site.find_for_request()` from `Page.get_url_parts()` (Andy Babic) * Prevent error on listings when searching and filtering by locale (Matt Westcott, Sage Abdullah) * Add missing space in panels check warning message (Stéphane Blondon) - * Make sure alt text quality check is on by default as documented (Thibaud Colas) ### Documentation @@ -113,13 +127,11 @@ This feature was developed by Jake Howard. * Improve [](pages_theory) with added & more consistent section headings and admonitions to aid in readability (Clifford Gama) * Fix non-functional link to the community guidelines in the [Your first contribution](../contributing/first_contribution_guide.md) page (Ankit Kumar) * Introduce tags and filters by name in "Writing templates" docs (Clifford Gama) - * Add a new [](headless) section to the documentation, incorporating parts of the 'are we headless' website content (Sævar Öfjörð Magnússon, Alex Fulcher) * Fix Django HTML syntax formatting issue on the [documents overview](documents_overview) page (LB (Ben) Johnston) * Separate virtual environment creation and activation steps in tutorial (Ankit Kumar) * Update tutorial to use plain strings in place of `FieldPanel` / `InlinePanel` where appropriate (Unyime Emmanuel Udoh) * Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser) * Document `get_template` method on StreamField blocks (Matt Westcott) - * Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser) ### Maintenance