0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/releases/3.0.1.md

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

25 lines
1.2 KiB
Markdown
Raw Normal View History

2022-06-13 16:28:26 +02:00
# Wagtail 3.0.1 release notes - IN DEVELOPMENT
```{contents}
---
local:
depth: 1
---
```
## What's new
### Other features
* Add warning when `WAGTAILADMIN_BASE_URL` is not configured (Matt Westcott)
2022-06-13 16:28:26 +02:00
### Bug fixes
* Ensure `TabbedInterface` will not show a tab if no panels are visible due to permissions (Paarth Agarwal)
* Specific snippets list language picker was not properly styled (Sage Abdullah)
* Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley)
2022-06-13 16:28:26 +02:00
* Fix misaligned spinner icon on page action button (LB (Ben Johnston))
* Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott)
2022-06-13 18:00:15 +02:00
* Prevent failures when splitting blocks at the start or end of a block, or with highlighted text (Jacob Topp-Mugglestone)
2022-06-14 15:58:46 +02:00
* Allow scheduled publishing to complete when the initial editor did not have publish permission (Matt Westcott)
* Stop emails from breaking when `WAGTAILADMIN_BASE_URL` is absent due to the request object not being available (Matt Westcott)
* Make try/except on sending email less broad so that legitimate template rendering errors are exposed (Matt Westcott)