2024-02-28 11:30:25 +01:00
|
|
|
# Wagtail 6.0.2 release notes - IN DEVELOPMENT
|
|
|
|
|
|
|
|
_Unreleased_
|
|
|
|
|
|
|
|
```{contents}
|
|
|
|
---
|
|
|
|
local:
|
|
|
|
depth: 1
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
|
|
* Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston)
|
2024-03-04 22:43:28 +01:00
|
|
|
* Resolve issue local development of docs when running `make livehtml` (Sage Abdullah)
|
2024-02-29 13:15:50 +01:00
|
|
|
* Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah)
|
2024-03-09 11:19:41 +01:00
|
|
|
* Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah)
|
2024-03-27 15:40:30 +01:00
|
|
|
* Move `modal-workflow.js` script usage to base admin template instead of ad-hoc imports so that choosers work in `ModelViewSet`s (Elhussein Almasri)
|
|
|
|
* Ensure JavaScript for common widgets such as `InlinePanel` is included by default in `ModelViewSet`'s create and edit views (Sage Abdullah)
|
2024-04-02 11:22:15 +02:00
|
|
|
* Reinstate styles for customizations of `extra_footer_actions` block in page create/edit templates (LB (Ben) Johnston, Sage Abdullah)
|
2024-04-03 20:11:03 +02:00
|
|
|
* Prevent crash when loading an empty table block in the editor (Sage Abdullah)
|
2024-03-04 22:43:28 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah)
|