kopia lustrzana https://github.com/wagtail/wagtail
1.2 KiB
1.2 KiB
Wagtail 6.0.2 release notes - IN DEVELOPMENT
Unreleased
---
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.jsscript usage to base admin template instead of ad-hoc imports so that choosers work inModelViewSets (Elhussein Almasri) - Ensure JavaScript for common widgets such as
InlinePanelis included by default inModelViewSet's create and edit views (Sage Abdullah) - Reinstate styles for customizations of
extra_footer_actionsblock 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.0with a fix for the missing favicon (Sage Abdullah) - Update broken and incorrect links throughout the documentation (EK303)