kopia lustrzana https://github.com/wagtail/wagtail
Release note for #10311
rodzic
b991ddf9c4
commit
e1693ee5db
|
|
@ -144,6 +144,7 @@ Changelog
|
|||
* Maintenance: Clean up scss variable usage, remove unused variables and mixins, adopt more core token variables (Jai Vignesh J, Nandini Arora, LB (Ben) Johnston)
|
||||
* Maintenance: Migrate Image URL generator views to class based views (Rohit Sharma)
|
||||
* Maintenance: Use Django's `FileResponse` when serving files such as Images or Documents (Jake Howard)
|
||||
* Maintenance: Deprecated `WidgetWithScript` base widget class (LB (Ben) Johnston)
|
||||
|
||||
|
||||
5.2.3 (23.01.2024)
|
||||
|
|
|
|||
|
|
@ -193,6 +193,7 @@ This feature was implemented by Nick Lee, Thibaud Colas, and Sage Abdullah.
|
|||
* Clean up scss variable usage, remove unused variables and mixins, adopt more core token variables (Jai Vignesh J, Nandini Arora, LB (Ben) Johnston)
|
||||
* Migrate Image URL generator views to class based views (Rohit Sharma)
|
||||
* Use Django's `FileResponse` when serving files such as Images or Documents (Jake Howard)
|
||||
* Deprecated `WidgetWithScript` base widget class (LB (Ben) Johnston)
|
||||
|
||||
## Upgrade considerations - removal of deprecated features from Wagtail 4.2 - 5.1
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue