Move release note for #9651 to 4.2

pull/9713/head
Matt Westcott 2022-11-23 22:05:40 +00:00
rodzic d2167ed705
commit 9e0bcce014
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ Changelog
* 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: Allow both horizontal and vertical manual resizing of TextFields (Anisha Singh)
* 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)
@ -76,7 +77,6 @@ Changelog
* Fix: Prevent crash when reverting revisions on a snippet with `PreviewableMixin` applied (Sage Abdullah)
* 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: Allow both horizontal and vertical manual resizing of TextFields (Anisha Singh)
* 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)

Wyświetl plik

@ -17,6 +17,5 @@ depth: 1
* Prevent crash when reverting revisions on a snippet with `PreviewableMixin` applied (Sage Abdullah)
* Use consistent heading styles on top-level fields in the page editor (Sage Abdullah)
* Allow button labels to wrap onto two lines in dropdown buttons (Coen van der Kamp)
* Allow both horizontal and vertical manual resizing of TextFields (Anisha Singh)
* Move DateField, DateTimeField, TimeField comment buttons to be right next to the fields (Theresa Okoro)
* Support text resizing in workflow steps cards (Ivy Jeptoo)

Wyświetl plik

@ -50,6 +50,7 @@ depth: 1
* Ensure there is correct grammar and pluralisation for Tab error counts shown to screen readers (Aman Pandey)
* Pass through expected expected `cc`, `bcc` and `reply_to` to the Django mail helper from `wagtail.admin.mail.send_mail` (Ben Gosney)
* Allow reviewing or reverting to a Page's initial revision (Andy Chosak)
* Allow both horizontal and vertical manual resizing of TextFields (Anisha Singh)
### Documentation