|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +## [10.1.0](https://github.com/ckeditor/ckeditor5-angular/compare/v10.0.0...v10.1.0) (November 26, 2025) |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Introduce the `disableWatchdog` input to the `CKEditorComponent` that allows disabling the watchdog functionality even when a watchdog instance is provided via the `watchdog` input. Closes [#469](https://github.com/ckeditor/ckeditor5-angular/issues/469). |
| 9 | + |
| 10 | +### Bug fixes |
| 11 | + |
| 12 | +* Remove `itemError` event listener from the watchdog when the `CKEditorComponent` is destroyed. This prevents potential memory leaks when the component is removed from the DOM. |
| 13 | + |
| 14 | +### Other changes |
| 15 | + |
| 16 | +* Upgrade to Node v24.11. |
| 17 | + |
| 18 | + |
4 | 19 | ## [10.0.0](https://github.com/ckeditor/ckeditor5-angular/compare/v9.1.0...v10.0.0) (July 9, 2025) |
5 | 20 |
|
6 | 21 | ### BREAKING CHANGES |
@@ -30,34 +45,6 @@ Changelog |
30 | 45 | * Align integration to work with the future self-service plan. Read more in the [CKEditor 5 repository](https://github.com/ckeditor/ckeditor5/issues/17317). ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/2833d50a39ed968b58c2f040a5c5f1d6f1d91dc5)) |
31 | 46 | * Print editor errors in console if there is no (error) observer. ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/ac9338787d696b87442ba861bb9cc0bceef6e808)) |
32 | 47 |
|
33 | | - |
34 | | -## [9.0.0](https://github.com/ckeditor/ckeditor5-angular/compare/v9.0.0-alpha.0...v9.0.0) (2024-09-19) |
35 | | - |
36 | | -### BREAKING CHANGES |
37 | | - |
38 | | -* Changed minimum supported version of Angular to the oldest supported LTS: `>=16.x`. |
39 | | -* Switched compiler from TypeScript `4.x` to `5.x` to ensure compatibility with the newest CKEditor 5 packages. |
40 | | - |
41 | | -### Features |
42 | | - |
43 | | -* **Experimental:** Add cloud CDN support. ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/9c62280f4bdc487ccc258437ee7b6b7cbfa8cbf0)) |
44 | | - |
45 | | - |
46 | | -## [9.0.0-alpha.0](https://github.com/ckeditor/ckeditor5-angular/compare/v8.0.0...v9.0.0-alpha.0) (2024-09-06) |
47 | | - |
48 | | -### BREAKING CHANGES |
49 | | - |
50 | | -* Changed minimum supported version of Angular to the oldest supported LTS: `>=16.x`. |
51 | | -* Switched compiler from TypeScript `4.x` to `5.x` to ensure compatibility with the newest CKEditor 5 packages. |
52 | | - |
53 | | -### Features |
54 | | - |
55 | | -* Add cloud CDN support. ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/9c62280f4bdc487ccc258437ee7b6b7cbfa8cbf0)) |
56 | | - |
57 | | -### Other changes |
58 | | - |
59 | | -* Updated yarn.lock to fix dependabot alert. ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/e11295591584f43be9aace89f62fdb4c0d449ea2)) |
60 | | - |
61 | 48 | --- |
62 | 49 |
|
63 | 50 | To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-angular/releases). |
0 commit comments