2022-09-06 12:35:43 +00:00
# Wagtail 4.0.2 release notes
2022-09-23 11:04:04 +00:00
_September 23, 2022_
2022-09-06 12:35:43 +00:00
```{contents}
---
local:
depth: 1
---
```
## What's new
2022-09-12 11:39:16 +00:00
* Update all images and sections of the Wagtail Editor's guide to align with the new admin interface changes from Wagtail 3.0 and 4.0 (Thibaud Colas)
* Ensure all images in the documentation have a suitable alt text (Thibaud Colas)
2022-09-06 12:35:43 +00:00
### Bug fixes
* Ensure tag autocompletion dropdown has a solid background (LB (Ben) Johnston)
2022-09-06 14:56:53 +00:00
* Allow inline panels to be ordered (LB (Ben) Johnston)
2022-09-09 12:45:39 +00:00
* Only show draft / live status tags on snippets that have `DraftStateMixin` applied (Sage Abdullah)
2022-09-13 12:36:02 +00:00
* Prevent JS error when initialising chooser modals with no tabs (LB (Ben) Johnston)
* Add missing vertical spacing between chooser modal header and body when there are no tabs (LB (Ben) Johnston)
2022-09-13 18:19:08 +00:00
* Reinstate specific labels for chooser buttons (for example 'Choose another page', 'Edit this page' not 'Change', 'Edit') so that it is clearer for users and non-English translations (Matt Westcott)
2022-09-07 11:10:29 +00:00
* Resolve issue where searches with a tag and a query param in the image listing would result in an `FilterFieldError` (Stefan Hammer)
2022-09-14 12:40:43 +00:00
* Add missing vertical space between header and content in embed chooser modal (LB (Ben) Johnston)
2022-09-14 12:58:43 +00:00
* Use the correct type scale for heading levels in rich text (Steven Steinwand)
2022-09-14 15:30:37 +00:00
* Update alignment and reveal logic of fields’ comment buttons (Steven Steinwand)
2022-09-19 07:54:32 +00:00
* Regression from Markdown conversion in documentation for API configuration - update to correctly use PEP-8 for example code (Storm Heg)
2022-09-14 06:29:37 +00:00
* Prevent 'Delete' link on page edit view from redirecting back to the deleted page (LB (Ben) Johnston)
2022-09-16 11:12:35 +00:00
* Prevent JS error on images index view when collections dropdown is omitted (Tidiane Dia)
2022-09-15 12:35:00 +00:00
* Prevent "Entries per page" dropdown on images index view from reverting to 10 (Tidiane Dia)
2022-09-20 13:09:30 +00:00
* Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
2022-09-20 17:03:35 +00:00
* Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
2022-09-20 16:21:26 +00:00
* Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis)
2022-09-22 05:06:27 +00:00
* Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott)
2022-09-23 10:04:47 +00:00
* Remove over-eager caching on ModelAdmin permission checks (Matt Westcott, Stefan Hammer)