pull/11164/head
LB Johnston 2024-01-15 06:55:51 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 3de0eca7e4
commit 15f7486e67
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -101,6 +101,8 @@ Changelog
* Maintenance: Move logic for django-filters filtering into `BaseListingView` (Matt Westcott)
* Maintenance: Refactor listing views to share more queryset ordering logic (Matt Westcott)
* Maintenance: Remove `initTooltips` in favour of Stimulus controller (LB (Ben) Johnston)
* Maintenance: Enhance the Stimulus `InitController` to allow for custom event dispatching when ready (ADITYA, LB (Ben) Johnston)
* Maintenance: Remove inline script usage for comment initialization and adopt an event listener/dispatch approach for better CSP compliance (ADITYA, LB (Ben) Johnston)
5.2.3 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -139,6 +139,8 @@ Thank you to Thibaud Colas and Badr Fourane for their work on this feature.
* Remove invalid CSS styles / Sass selector concatenation (Thibaud Colas)
* Refactor listing views to share more queryset ordering logic (Matt Westcott)
* Remove `initTooltips` in favour of Stimulus controller (LB (Ben) Johnston)
* Enhance the Stimulus `InitController` to allow for custom event dispatching when ready (ADITYA, LB (Ben) Johnston)
* Remove inline script usage for comment initialization and adopt an event listener/dispatch approach for better CSP compliance (ADITYA, LB (Ben) Johnston)
## Upgrade considerations - removal of deprecated features from Wagtail 4.2 - 5.1