2022-09-06 14:35:43 +02:00
# Wagtail 4.0.2 release notes
2022-09-23 13:04:04 +02:00
_September 23, 2022_
2022-09-06 14:35:43 +02:00
```{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)
2024-02-15 11:56:52 +01:00
* Prevent JS error when initializing chooser modals with no tabs (LB (Ben) Johnston)
2022-09-13 14:36:02 +02:00
* 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)
2022-09-14 14:58:43 +02:00
* Use the correct type scale for heading levels in rich text (Steven Steinwand)
2022-09-14 17:30:37 +02:00
* Update alignment and reveal logic of fields’ comment buttons (Steven Steinwand)
2022-09-19 09:54:32 +02:00
* Regression from Markdown conversion in documentation for API configuration - update to correctly use PEP-8 for example code (Storm Heg)
2022-09-14 08:29:37 +02:00
* Prevent 'Delete' link on page edit view from redirecting back to the deleted page (LB (Ben) Johnston)
2022-09-16 13:12:35 +02:00
* Prevent JS error on images index view when collections dropdown is omitted (Tidiane Dia)
2022-09-15 14:35:00 +02:00
* Prevent "Entries per page" dropdown on images index view from reverting to 10 (Tidiane Dia)
2022-09-20 15:09:30 +02:00
* Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
2022-09-20 19:03:35 +02:00
* Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
2022-09-20 18:21:26 +02:00
* Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis)
2022-09-22 07:06:27 +02:00
* Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott)
2022-09-23 12:04:47 +02:00
* Remove over-eager caching on ModelAdmin permission checks (Matt Westcott, Stefan Hammer)