Skip to content

Commit 62341b4

Browse files
authored
Merge pull request #497 from ckeditor/cke5_v46
Changelog for v10.0.0
2 parents b7d8dfd + 5bc250f commit 62341b4

4 files changed

Lines changed: 1117 additions & 1098 deletions

File tree

CHANGELOG.md

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

4+
## [10.0.0](https://github.com/ckeditor/ckeditor5-angular/compare/v9.1.0...v10.0.0) (July 9, 2025)
5+
6+
### BREAKING CHANGES
7+
8+
* Aligned the component with the latest CKEditor 5 release (`v46.0.0`), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See [ckeditor/ckeditor5#18583](https://github.com/ckeditor/ckeditor5/issues/18583)
9+
10+
411
## [10.0.0-alpha.0](https://github.com/ckeditor/ckeditor5-angular/compare/v9.1.0...v10.0.0-alpha.0) (July 2, 2025)
512

613
### BREAKING CHANGES

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@ Because of the breaking changes in the Angular library output format, the `@cked
3535
<td colspan="3">Actively supported versions</td>
3636
</tr>
3737
<tr>
38-
<td><code>^9</code></td>
38+
<td><code>^10</code></td>
3939
<td><code>16+</code></td>
40-
<td>Migration to TypeScript&nbsp;5. Declaration files are not backward compatible. Requires CKEditor&nbsp;5 in version <a href="https://github.com/ckeditor/ckeditor5/releases/tag/v43.0.0">43</a> or higher.</td>
40+
<td>Requires CKEditor&nbsp;5 in version <a href="https://github.com/ckeditor/ckeditor5/releases/tag/v46.0.0">46</a> or higher.</td>
4141
</tr>
4242
<tr>
4343
<td colspan="3">Past releases (no longer maintained)</td>
44+
</tr>
45+
<tr>
46+
<td><code>^9</code></td>
47+
<td><code>16+</code></td>
48+
<td>Migration to TypeScript&nbsp;5. Declaration files are not backward compatible. Requires CKEditor&nbsp;5 in version <a href="https://github.com/ckeditor/ckeditor5/releases/tag/v43.0.0">43</a> or higher.</td>
4449
</tr>
4550
<tr>
4651
<td><code>^8</code></td>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@ckeditor/ckeditor5-dev-utils": "^50.0.0",
4747
"@types/jasminewd2": "^2.0.10",
4848
"@types/node": "^14.11.8",
49-
"ckeditor5": "^46.0.0-alpha.0",
50-
"ckeditor5-premium-features": "^46.0.0-alpha.0",
49+
"ckeditor5": "^46.0.0",
50+
"ckeditor5-premium-features": "^46.0.0",
5151
"coveralls": "^3.1.1",
5252
"css-loader": "^5.2.7",
5353
"cypress": "^12.17.4",

0 commit comments

Comments
 (0)