Release note for #10266 in 4.1.4

pull/10307/head
Matt Westcott 2023-04-01 01:21:42 +01:00
rodzic 1532eedf20
commit d82ae50ca9
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -297,6 +297,7 @@ Changelog
* Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
* Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
* Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
* Fix: Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston)
* Maintenance: Render large image renditions to disk (Jake Howard)

Wyświetl plik

@ -20,6 +20,7 @@ depth: 1
* Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
* Fix server-side caching of the icons sprite (Thibaud Colas)
* Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
* Ensure datetimepicker widget overlay shows over modals & drop-downs (LB (Ben) Johnston)
### Maintenance