mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-08 23:44:44 +00:00
Release note for #4583
This commit is contained in:
parent
d9d1529cc0
commit
fee77469b3
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Changelog
|
|||
* Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson)
|
||||
* Added accessible colour contrast guidelines to the style guide (Catherine Farman)
|
||||
* Added faceted search using the `.facet()` method (Karl Hobley)
|
||||
* Admin modal views no longer rely on Javascript `eval()`, for better CSP compliance (Matt Westcott)
|
||||
* Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer)
|
||||
* Fix: Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))
|
||||
* Fix: Remove duplicate border radius of avatars (Benjamin Thurm)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ Other features
|
|||
* Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson)
|
||||
* Added accessible colour contrast guidelines to the style guide (Catherine Farman)
|
||||
* Added faceted search using the ``.facet()`` method (Karl Hobley)
|
||||
* Admin modal views no longer rely on Javascript ``eval()``, for better CSP compliance (Matt Westcott)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue