pull/12755/head
Thibaud Colas 2025-01-20 07:19:59 +00:00
rodzic 0ccd99c867
commit 06ce7d2868
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,7 @@ Changelog
* Use explicit label for defaulting to server language in account settings (Sage Abdullah)
* Add support for specifying an operator on `Fuzzy` queries (Tom Usher)
* Remove support for Safari 15 (Thibaud Colas)
* Populate the ImageBlock alt text from the images default alt text when selecting a new image (Matt Westcott)
* Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
* Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
* Fix: Ensure manual edits to `StreamField` values do not throw an error (Stefan Hammer)

Wyświetl plik

@ -47,6 +47,7 @@ This feature was developed by Jake Howard.
* Use explicit label for defaulting to server language in account settings (Sage Abdullah)
* Add support for specifying an operator on `Fuzzy` queries (Tom Usher)
* Remove support for Safari 15 (Thibaud Colas)
* Populate the ImageBlock alt text from the images default alt text when selecting a new image (Matt Westcott)
### Bug fixes