Release note for in 6.3.3

stable/6.4.x
Matt Westcott 2025-01-31 12:56:53 +00:00
rodzic 32ceb1eda9
commit 9e0da19681
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -145,6 +145,7 @@ Changelog
* Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
* Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
* Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
* Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
* Docs: Revert incorrect example of appending a `RichTextBlock` to a `StreamField` (Matt Westcott)

Wyświetl plik

@ -18,6 +18,7 @@ depth: 1
* 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)
### Documentation