mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 10:43:15 +00:00
Add release notes for #5290
This commit is contained in:
parent
96e86a0375
commit
70a749b10a
3 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ Changelog
|
|||
* Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
|
||||
* Added support for specifying cell alignment on TableBlock (Samuel Mendes)
|
||||
* Added more informative error when a non-image object is passed to the `image` template tag (Deniz Dogan)
|
||||
* Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -372,6 +372,7 @@ Contributors
|
|||
* Adam Eikman
|
||||
* Andreas Bernacca
|
||||
* Alex Tomkins
|
||||
* Beth Menzies
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Other features
|
|||
* Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
|
||||
* Added support for specifying cell alignment on TableBlock (Samuel Mendes)
|
||||
* Added more informative error when a non-image object is passed to the ``image`` template tag (Deniz Dogan)
|
||||
|
||||
* Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue