Release note for #10284 in 4.1.4

stable/4.2.x
Matt Westcott 2023-04-01 00:56:29 +01:00
rodzic ed51907d72
commit 5c0a5c1732
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -193,6 +193,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)
* Maintenance: Render large image renditions to disk (Jake Howard)
4.1.3 (13.03.2023)

Wyświetl plik

@ -21,3 +21,7 @@ depth: 1
* Fix server-side caching of the icons sprite (Thibaud Colas)
* Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
* Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
### Maintenance
* Render large image renditions to disk (Jake Howard)