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