2022-09-06 14:35:43 +02:00
# Wagtail 4.0.2 release notes
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
2022-09-12 13:39:16 +02: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 14:35:43 +02:00
### Bug fixes
* Ensure tag autocompletion dropdown has a solid background (LB (Ben) Johnston)
2022-09-06 16:56:53 +02:00
* Allow inline panels to be ordered (LB (Ben) Johnston)
2022-09-09 14:45:39 +02:00
* Only show draft / live status tags on snippets that have `DraftStateMixin` applied (Sage Abdullah)
2022-09-13 14:36:02 +02: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 20:19:08 +02: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 13:10:29 +02: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 14:40:43 +02:00
* Add missing vertical space between header and content in embed chooser modal (LB (Ben) Johnston)