Add release notes for #5356

pull/5378/head
Thibaud Colas 2019-06-12 18:20:15 +01:00
rodzic c806f1008f
commit 4349c6c4dd
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Changelog
* Added `branding_title` template block for the admin title prefix (Dillen Meijboom)
* Add image dimensions in image gallery and image choosers for screen reader users (Helen Chapman)
* Added support for custom search handler classes to modeladmin's IndexView, and added a class that uses the default Wagtail search backend for searching (Seb Brown, Andy Babic)
* Improved heading structure for screen reader users navigating the CMS admin (Beth Menzies, Helen Chapman)
* Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
* Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
* Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate)
@ -42,6 +43,7 @@ Changelog
* Fix: Screen readers now treat page-level action dropdowns as navigation instead of menus (Helen Chapman)
* Fix: Make icon font implementation more screen-reader-friendly (Thibaud Colas)
* Fix: Remove duplicate labels in image gallery and image choosers for screen reader users (Helen Chapman)
* Fix: Restore custom "Date" icon for scheduled publishing panel in Edit pages Settings tab (Helen Chapman)
2.5.1 (07.05.2019)

Wyświetl plik

@ -32,6 +32,7 @@ Other features
* Added ``branding_title`` template block for the admin title prefix (Dillen Meijboom)
* Add image dimensions in image gallery and image choosers for screen reader users (Helen Chapman)
* Added support for custom search handler classes to modeladmin's IndexView, and added a class that uses the default Wagtail search backend for searching (Seb Brown, Andy Babic)
* Improved heading structure for screen reader users navigating the CMS admin (Beth Menzies, Helen Chapman)
Bug fixes
@ -56,6 +57,7 @@ Bug fixes
* Screen readers now treat page-level action dropdowns as navigation instead of menus (Helen Chapman)
* Make icon font implementation more screen-reader-friendly (Thibaud Colas)
* Remove duplicate labels in image gallery and image choosers for screen reader users (Helen Chapman)
* Restore custom "Date" icon for scheduled publishing panel in Edit pages Settings tab (Helen Chapman)
Upgrade considerations