Fixes #11644
pull/11703/head
LB Johnston 2024-02-29 07:14:58 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic c7018f3279
commit 96ae004ce7
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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