kopia lustrzana https://github.com/wagtail/wagtail
1.0 KiB
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_updatevalue forget_form_classinSnippetViewSetedit 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
UsageViewfromEditViewfor snippets (Christer Jensen) - Prevent lowercase conversions of IndexView column headers (Virag Jain)
- Fix various colour issues in dark mode (Thibaud Colas)
Documentation
- Update documentation for
log_actionparameter onRevisionMixin.save_revision(Christer Jensen)