Wagtail 6.3.3 release notes¶
February 3, 2025
What’s new¶
Bug fixes¶
Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
Make sure alt text quality check is on by default as documented (Thibaud Colas)
Prevent
StreamChildrenToListBlockOperation
from duplicating data across multiple StreamField instances (Joshua Munn)Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
Documentation¶
Update example for customizing “p-as-heading” accessibility check without overriding built-in checks (Cynthia Kiser)
Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
Revert incorrect example of appending a
RichTextBlock
to aStreamField
(Matt Westcott)