mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
1.1 KiB
1.1 KiB
Wagtail 6.0.2 release notes
April 3, 2024
---
local:
depth: 1
---
What's new
Bug fixes
- Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston)
- Resolve issue local development of docs when running
make livehtml
(Sage Abdullah) - Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah)
- Ensure
get_add_url()
is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah) - Move
modal-workflow.js
script usage to base admin template instead of ad-hoc imports so that choosers work inModelViewSet
s (Elhussein Almasri) - Ensure JavaScript for common widgets such as
InlinePanel
is included by default inModelViewSet
's create and edit views (Sage Abdullah) - Reinstate styles for customizations of
extra_footer_actions
block in page create/edit templates (LB (Ben) Johnston, Sage Abdullah) - Prevent crash when loading an empty table block in the editor (Sage Abdullah)
Documentation
- Update Sphinx theme to
6.3.0
with a fix for the missing favicon (Sage Abdullah)