mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
bf65fa94ea
- fixes #9195 - header button on edit page & page listing - unpublish now correctly includes the next url (was missing on page listing previously) - header button on edit page - delete button does not include next url (as this would be the edit page for what was deleted) - adds more robust unit tests for the page listing & page header more hooks, including separating the tests out to separate classes
1.6 KiB
1.6 KiB
Wagtail 4.0.2 release notes
Unreleased
---
local:
depth: 1
---
What's new
- 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)
Bug fixes
- Ensure tag autocompletion dropdown has a solid background (LB (Ben) Johnston)
- Allow inline panels to be ordered (LB (Ben) Johnston)
- Only show draft / live status tags on snippets that have
DraftStateMixin
applied (Sage Abdullah) - 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)
- 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)
- Resolve issue where searches with a tag and a query param in the image listing would result in an
FilterFieldError
(Stefan Hammer) - Add missing vertical space between header and content in embed chooser modal (LB (Ben) Johnston)
- Use the correct type scale for heading levels in rich text (Steven Steinwand)
- Update alignment and reveal logic of fields’ comment buttons (Steven Steinwand)
- Regression from Markdown conversion in documentation for API configuration - update to correctly use PEP-8 for example code (Storm Heg)
- Prevent 'Delete' link on page edit view from redirecting back to the deleted page (LB (Ben) Johnston)