kopia lustrzana https://github.com/wagtail/wagtail
Add more release notes sections
rodzic
72808487cd
commit
a2038727a7
|
@ -25,6 +25,23 @@ In the default configuration, these tasks are executed immediately within the re
|
||||||
|
|
||||||
This feature was developed by Jake Howard.
|
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
|
### Other features
|
||||||
|
|
||||||
* Add search terms report (Noah van der Meer, Sage Abdullah)
|
* 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)
|
* Use explicit label for defaulting to server language in account settings (Sage Abdullah)
|
||||||
* Add support for specifying an operator on `Fuzzy` queries (Tom Usher)
|
* Add support for specifying an operator on `Fuzzy` queries (Tom Usher)
|
||||||
* Remove support for Safari 15 (Thibaud Colas)
|
* 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)
|
* Prevent main menu from re-rendering when clicking outside while the menu is closed (Sage Abdullah)
|
||||||
|
|
||||||
### Bug fixes
|
### 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 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)
|
* 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)
|
* 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
|
### 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)
|
* 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)
|
* 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)
|
* 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)
|
* 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)
|
* 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 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)
|
* 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)
|
* 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
|
### Maintenance
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue