0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/docs/releases/5.0.1.md

1.0 KiB

Wagtail 5.0.1 release notes

May 25, 2023

---
local:
depth: 1
---

What's new

Bug fixes

  • Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
  • Ensure that copying page correctly picks up the latest revision (Matt Westcott)
  • Ensure comment buttons always respect WAGTAILADMIN_COMMENTS_ENABLED (Thibaud Colas)
  • Fix error when deleting a single snippet through the bulk actions interface (Sage Abdullah)
  • Pass the correct for_update value for get_form_class in SnippetViewSet edit views (Sage Abdullah)
  • Move comment notifications toggle to the comments side panel (Sage Abdullah)
  • Remove comment button on InlinePanel fields (Sage Abdullah)
  • Fix missing link to UsageView from EditView for snippets (Christer Jensen)
  • Prevent lowercase conversions of IndexView column headers (Virag Jain)
  • Fix various color issues in dark mode (Thibaud Colas)

Documentation

  • Update documentation for log_action parameter on RevisionMixin.save_revision (Christer Jensen)