ソースを参照

Add changelog for #11695

Fixes #11644
LB Johnston 1 年間 前
コミット
96ae004ce7
2 ファイル変更4 行追加0 行削除
  1. 2 0
      CHANGELOG.txt
  2. 2 0
      docs/releases/6.1.md

+ 2 - 0
CHANGELOG.txt

@@ -36,6 +36,8 @@ Changelog
  * Maintenance: Optimize queries in group create/edit view (Sage Abdullah)
  * Maintenance: Move modal-workflow.js script usage to base admin template instead of ad-hoc imports (Elhussein Almasri)
  * Maintenance: Update all Draftail chooserUrls to be passed in via the Entity options instead of using `window.chooserUrls` globals, removing the need for inline scripts (Elhussein Almasri)
+ * Maintenance: Enhance `w-init` (InitController) to support a `detail` value to be dispatched on events (Chiemezuo Akujobi)
+ * Maintenance: Remove usage of inline scripts and instead use event dispatching to instantiate standalone Draftail editor instances (Chiemezuo Akujobi)
 
 
 6.0.1 (15.02.2024)

+ 2 - 0
docs/releases/6.1.md

@@ -57,6 +57,8 @@ depth: 1
  * Optimize queries in group create/edit view (Sage Abdullah)
  * Move modal-workflow.js script usage to base admin template instead of ad-hoc imports (Elhussein Almasri)
  * Update all Draftail chooserUrls to be passed in via the Entity options instead of using `window.chooserUrls` globals, removing the need for inline scripts (Elhussein Almasri)
+ * Enhance `w-init` (InitController) to support a `detail` value to be dispatched on events (Chiemezuo Akujobi)
+ * Remove usage of inline scripts and instead use event dispatching to instantiate standalone Draftail editor instances (Chiemezuo Akujobi)
 
 
 ## Upgrade considerations