فهرست منبع

Add a changelog entry for #12569

Fixes #12563
LB 4 ماه پیش
والد
کامیت
57f7abda43
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      CHANGELOG.txt
  2. 2 0
      docs/releases/6.4.md

+ 2 - 0
CHANGELOG.txt

@@ -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)

+ 2 - 0
docs/releases/6.4.md

@@ -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