Skip to content

Commit

Permalink
Reorder and rewrite 6.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jul 23, 2024
1 parent ed5749c commit 4616501
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/releases/6.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ depth: 1

## What's new

### Alt text accessibility check

The [built-in accessibility checker](authoring_accessible_content) now enforces a new `alt-text-quality` rule, which tests alt text for the presence of known bad patterns such as file extensions and underscores. This rule is enabled by default, but can be disabled if necessary.

This feature was implemented by Albina Starykova, with support from the Wagtail accessibility team.

### Word count and reading time metrics
### Content metrics

The page editor’s Checks panel now displays two content metrics: word count, and reading time.
They are calculated based on the contents of the page preview.
They are calculated based on the contents of the page preview, with a new mechanism to extract content from the previewed page for processing within the page editor. The Checks panel has also been redesigned to accommodate a wider breadth of types of checks, and interactive checks, in future releases.

This feature was developed by Albina Starykova and sponsored by The Motley Fool.

Expand All @@ -32,6 +26,16 @@ Concurrent editing notifications are available for pages, and snippets. Specific

This feature was implemented by Matt Westcott and Sage Abdullah.

### Alt text accessibility check

The [built-in accessibility checker](authoring_accessible_content) now enforces a new `alt-text-quality` rule, which tests alt text for the presence of known bad patterns such as file extensions and underscores. This rule is enabled by default, but can be disabled if necessary.

This feature was implemented by Albina Starykova, with support from the Wagtail accessibility team.

### Universal listings designs for report views

All built-in and custom report views now use the Universal Listings visual design and filtering features introduced in all other listings in the admin interface over past releases. Thank you to Sage Abdullah for implementing this feature and continuing the rollout of the new designs.

### Other features

* Optimize and consolidate redirects report view into the index view (Jake Howard, Dan Braghis)
Expand All @@ -48,10 +52,8 @@ This feature was implemented by Matt Westcott and Sage Abdullah.
* Add a `deactivate()` method to `ProgressController` (Alex Morega)
* Allow manually specifying credentials for CloudFront frontend cache backend (Jake Howard)
* Automatically register permissions for models registered with a `ModelViewSet` (Sage Abdullah)
* Implement universal listings UI for report views (Sage Abdullah)
* Make `routable_resolver_match` attribute available on RoutablePageMixin responses (Andy Chosak)
* Support customizations to `UserViewSet` via the app config (Sage Abdullah)
* Implement a new design for accessibility checks (Albina Starykova, sponsored by The Motley Fool)
* Allow changing available privacy options per page model (Shlomo Markowitz)
* Add "soft" client-side validation for `StreamBlock` / `ListBlock` `min_num` / `max_num` (Matt Westcott)

Expand Down

0 comments on commit 4616501

Please sign in to comment.