0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 17:13:31 +01:00
wagtail/docs/releases/6.0.2.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
1.1 KiB
Markdown
Raw Normal View History

2024-04-03 22:01:36 +02:00
# Wagtail 6.0.2 release notes
2024-04-03 22:01:36 +02:00
_April 3, 2024_
```{contents}
---
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)
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)
### Documentation
* Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah)