Add changelog for migrate preview-panel.js to Stimulus PreviewController

- Closes #11677
pull/12295/head
LB Johnston 2024-09-19 07:29:09 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 706b95f670
commit d677b1fa24
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,7 @@ Changelog
* Maintenance: Add generated `test-media` to .gitignore (Shlomo Markowitz)
* Maintenance: Improve `debounce` util's return type for better TypeScript usage (Sage Abdullah)
* Maintenance: Ensure the side panel's show event is dispatched after any hide events (Sage Abdullah)
* Maintenance: Migrate preview-panel JavaScript to Stimulus & TypeScript, add full unit testing (Sage Abdullah)
6.2.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -63,6 +63,7 @@ This release adds formal support for Django 5.1.
* Add generated `test-media` to .gitignore (Shlomo Markowitz)
* Improve `debounce` util's return type for better TypeScript usage (Sage Abdullah)
* Ensure the side panel's show event is dispatched after any hide events (Sage Abdullah)
* Migrate preview-panel JavaScript to Stimulus & TypeScript, add full unit testing (Sage Abdullah)
## Upgrade considerations - changes affecting all projects