2023-05-15 13:33:20 +00:00
|
|
|
# Wagtail 5.0.1 release notes
|
|
|
|
|
2023-05-25 12:47:57 +00:00
|
|
|
_May 25, 2023_
|
2023-05-15 13:33:20 +00:00
|
|
|
|
|
|
|
```{contents}
|
|
|
|
---
|
|
|
|
local:
|
|
|
|
depth: 1
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
|
|
* Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
|
2023-05-15 15:02:26 +00:00
|
|
|
* Ensure that copying page correctly picks up the latest revision (Matt Westcott)
|
2023-05-12 08:39:26 +00:00
|
|
|
* Ensure comment buttons always respect `WAGTAILADMIN_COMMENTS_ENABLED` (Thibaud Colas)
|
2023-05-16 13:18:38 +00:00
|
|
|
* Fix error when deleting a single snippet through the bulk actions interface (Sage Abdullah)
|
2023-05-16 11:49:24 +00:00
|
|
|
* Pass the correct `for_update` value for `get_form_class` in `SnippetViewSet` edit views (Sage Abdullah)
|
2023-05-22 09:56:15 +00:00
|
|
|
* Move comment notifications toggle to the comments side panel (Sage Abdullah)
|
2023-05-23 07:22:21 +00:00
|
|
|
* Remove comment button on InlinePanel fields (Sage Abdullah)
|
2023-05-20 10:20:31 +00:00
|
|
|
* Fix missing link to `UsageView` from `EditView` for snippets (Christer Jensen)
|
2023-05-22 19:01:56 +00:00
|
|
|
* Prevent lowercase conversions of IndexView column headers (Virag Jain)
|
2023-05-25 10:02:36 +00:00
|
|
|
* Fix various colour issues in dark mode (Thibaud Colas)
|
2023-05-16 22:00:49 +00:00
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)
|