add additional release note for #8702

- fixed as part of 4411b76388
- see wagtail/admin/templates/wagtailadmin/chooser/_browse_results.html
- removed aria-label on `u-btn-current` as content was already in the button
pull/8648/head
LB Johnston 2022-06-23 07:19:51 +10:00
rodzic 4411b76388
commit 73c8178d0d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -54,6 +54,7 @@ Changelog
* Fix: Ignore translations in test files and re-include some translations that were accidentally ignored (Stefan Hammer)
* Fix: Show alternative message when no page types are available to be created (Jaspreet Singh)
* Fix: Prevent error on sending notifications for the legacy moderation process when no user was specified (Yves Serrano)
* Fix: Ensure `aria-label` is not set on locale selection dropdown within page chooser modal as it was a duplicate of the button contents (LB (Ben Johnston))
3.0.1 (16.06.2022)

Wyświetl plik

@ -67,6 +67,7 @@ When using a queryset to render a list of images, you can now use the ``prefetch
* Ignore translations in test files and re-include some translations that were accidentally ignored (Stefan Hammer)
* Show alternative message when no page types are available to be created (Jaspreet Singh)
* Prevent error on sending notifications for the legacy moderation process when no user was specified (Yves Serrano)
* Ensure `aria-label` is not set on locale selection dropdown within page chooser modal as it was a duplicate of the button contents (LB (Ben Johnston))
## Upgrade considerations