kopia lustrzana https://github.com/wagtail/wagtail
Add release notes for #5356
rodzic
c806f1008f
commit
4349c6c4dd
|
|
@ -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 page’s Settings tab (Helen Chapman)
|
||||
|
||||
|
||||
2.5.1 (07.05.2019)
|
||||
|
|
|
|||
|
|
@ -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 page’s Settings tab (Helen Chapman)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue