pull/12589/head
Matt Westcott 2024-11-21 18:00:54 +00:00
rodzic 87dcaf6338
commit 252ca973d3
2 zmienionych plików z 2 dodań i 0 usunięć
docs/releases

Wyświetl plik

@ -54,6 +54,7 @@ Changelog
* Maintenance: Ensure Storybook core files are correctly running through Eslint (LB (Ben) Johnston)
* Maintenance: Add a new Stimulus `ZoneController` (`w-zone`) to support dynamic class name changes & event handling on container elements (Ayaan Qadri)
* Maintenance: Migrate jQuery class toggling & drag/drop event handling within the multiple upload views to the Stimulus ZoneController usage (Ayaan Qadri)
* Maintenance: Test project template for warnings when run against Django pre-release versions (Sage Abdullah)
6.3.1 (19.11.2024)

Wyświetl plik

@ -73,6 +73,7 @@ depth: 1
* Ensure Storybook core files are correctly running through Eslint (LB (Ben) Johnston)
* Add a new Stimulus `ZoneController` (`w-zone`) to support dynamic class name changes & event handling on container elements (Ayaan Qadri)
* Migrate jQuery class toggling & drag/drop event handling within the multiple upload views to the Stimulus ZoneController usage (Ayaan Qadri)
* Test project template for warnings when run against Django pre-release versions (Sage Abdullah)
## Upgrade considerations - changes affecting all projects