Add a changelog entry for #12569

Fixes #12563
pull/12612/head
LB 2024-11-20 15:06:47 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 87f22bebf0
commit 57f7abda43
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -52,6 +52,8 @@ Changelog
* Maintenance: Various performance optimizations to page publishing (Jake Howard)
* Maintenance: Remove unnecessary DOM canvas.toBlob polyfill (LB (Ben) Johnston)
* 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)
6.3.1 (19.11.2024)

Wyświetl plik

@ -71,6 +71,8 @@ depth: 1
* Various performance optimizations to page publishing (Jake Howard)
* Remove unnecessary DOM canvas.toBlob polyfill (LB (Ben) Johnston)
* 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)
## Upgrade considerations - changes affecting all projects