pull/10476/head
Matt Westcott 2024-11-04 15:39:45 +00:00
rodzic f1597b61ed
commit 0cab6641cc
2 zmienionych plików z 2 dodań i 0 usunięć
docs/releases

Wyświetl plik

@ -27,6 +27,7 @@ Changelog
* Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston)
* Maintenance: Remove unused `uuid` UMD module as all code is now using the NPM module (LB (Ben) Johnston)
* Maintenance: Clean up JS comments throughout codebase to be aligned to JSDoc where practical (LB (Ben) Johnston)
* Maintenance: Upgrade Node tooling to active LTS version 22 (LB (Ben) Johnston)
6.3 LTS (01.11.2024)

Wyświetl plik

@ -47,6 +47,7 @@ depth: 1
* Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston)
* Remove unused `uuid` UMD module as all code is now using the NPM module (LB (Ben) Johnston)
* Clean up JS comments throughout codebase to be aligned to JSDoc where practical (LB (Ben) Johnston)
* Upgrade Node tooling to active LTS version 22 (LB (Ben) Johnston)
## Upgrade considerations - changes affecting all projects