Skip to content

Commit dbf69a6

Browse files
authored
Merge pull request #557 from ckeditor/ck/4396
Bump ckeditor integrations common due to version checking changes.
2 parents 3b142f6 + 6f68ff8 commit dbf69a6

4 files changed

Lines changed: 22 additions & 24 deletions

File tree

CHANGELOG.md

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

4+
## [11.1.2](https://github.com/ckeditor/ckeditor5-angular/compare/v11.1.1...v11.1.2) (April 15, 2026)
5+
6+
### Bug fixes
7+
8+
* Fixed an issue where the editor's alpha version was being compared incorrectly.
9+
10+
411
## [11.1.1](https://github.com/ckeditor/ckeditor5-angular/compare/v11.1.0...v11.1.1) (April 13, 2026)
512

613
### Other changes
@@ -28,21 +35,6 @@ Changelog
2835

2936
* Dropped support for Angular v18. The minimum supported Angular version is now **v19**. Closes [#514](https://github.com/ckeditor/ckeditor5-angular/issues/514).
3037

31-
32-
## [10.1.0](https://github.com/ckeditor/ckeditor5-angular/compare/v10.0.0...v10.1.0) (November 26, 2025)
33-
34-
### Features
35-
36-
* 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).
37-
38-
### Bug fixes
39-
40-
* 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.
41-
42-
### Other changes
43-
44-
* Upgrade to Node v24.11.
45-
4638
---
4739

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@angular/platform-browser": "^19.2.19",
3131
"@angular/platform-browser-dynamic": "^19.2.19",
3232
"@angular/router": "^19.2.19",
33-
"@ckeditor/ckeditor5-integrations-common": "^2.3.0",
33+
"@ckeditor/ckeditor5-integrations-common": "^2.3.1",
3434
"core-js": "^3.21.1",
3535
"rxjs": "^6.5.5",
3636
"tslib": "^2.0.3",

pnpm-lock.yaml

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ckeditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ckeditor 5"
2020
],
2121
"dependencies": {
22-
"@ckeditor/ckeditor5-integrations-common": "^2.3.0"
22+
"@ckeditor/ckeditor5-integrations-common": "^2.3.1"
2323
},
2424
"peerDependencies": {
2525
"@angular/core": ">=19.2.19",

0 commit comments

Comments
 (0)