Release note for #12812 in 6.3.3

pull/13030/head
Matt Westcott 2025-01-27 16:48:00 +00:00
rodzic e699126677
commit bbc056f414
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma) * Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
* Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas) * 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 `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)
* Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser) * 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: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)

Wyświetl plik

@ -18,6 +18,7 @@ depth: 1
* Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma) * Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
* Make sure alt text quality check is on by default as documented (Thibaud Colas) * 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 `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)
### Documentation ### Documentation