Skip to content

Commit 03644c5

Browse files
authored
Merge pull request #522 from ckeditor/release_v10.1.0
Changelog for v10.1.0
2 parents 84f7fc9 + dc35dfd commit 03644c5

4 files changed

Lines changed: 15 additions & 45 deletions

File tree

.changelog/20251030134423_internal_4151_upgrade_to_node_24_11.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/20251125095252_ck_520.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/20251125095338_ck_520.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

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+
419
## [10.0.0](https://github.com/ckeditor/ckeditor5-angular/compare/v9.1.0...v10.0.0) (July 9, 2025)
520

621
### BREAKING CHANGES
@@ -30,34 +45,6 @@ Changelog
3045
* 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))
3146
* Print editor errors in console if there is no (error) observer. ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/ac9338787d696b87442ba861bb9cc0bceef6e808))
3247

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-
6148
---
6249

6350
To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-angular/releases).

0 commit comments

Comments
 (0)