Skip to content

Commit fad4dbb

Browse files
authored
Merge pull request #442 from ckeditor/release-20240917
`v9.0.0` release
2 parents af9077c + e0f3abf commit fad4dbb

File tree

4 files changed

+31
-9
lines changed

4 files changed

+31
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
## [9.0.0](https://github.com/ckeditor/ckeditor5-angular/compare/v9.0.0-alpha.0...v9.0.0) (2024-09-19)
5+
6+
### BREAKING CHANGES
7+
8+
* Changed minimum supported version of Angular to the oldest supported LTS: `>=16.x`.
9+
* Switched compiler from TypeScript `4.x` to `5.x` to ensure compatibility with the newest CKEditor 5 packages.
10+
11+
### Features
12+
13+
* **Experimental:** Add cloud CDN support. ([commit](https://github.com/ckeditor/ckeditor5-angular/commit/9c62280f4bdc487ccc258437ee7b6b7cbfa8cbf0))
14+
15+
416
## [9.0.0-alpha.0](https://github.com/ckeditor/ckeditor5-angular/compare/v8.0.0...v9.0.0-alpha.0) (2024-09-06)
517

618
### BREAKING CHANGES

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,28 @@ 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>^7</code></td>
39-
<td><code>13+</code></td>
40-
<td>Changes in peer dependencies. (<a href="https://github.com/ckeditor/ckeditor5-angular/issues/376">issue</a>)</td>
38+
<td><code>^9</code></td>
39+
<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>
4141
</tr>
4242
<tr>
4343
<td colspan="3">Past releases (no longer maintained)</td>
4444
</tr>
4545
<tr>
46-
<td><code>^6</code></td>
46+
<td><code>^8</code></td>
4747
<td><code>13+</code></td>
4848
<td>Requires CKEditor&nbsp;5 at least in version <a href="https://github.com/ckeditor/ckeditor5/releases/tag/v42.0.0">42</a>.</td>
4949
</tr>
50+
<tr>
51+
<td><code>^7</code></td>
52+
<td><code>13+</code></td>
53+
<td>Changes in peer dependencies. (<a href="https://github.com/ckeditor/ckeditor5-angular/issues/376">issue</a>)</td>
54+
</tr>
55+
<tr>
56+
<td><code>^6</code></td>
57+
<td><code>13+</code></td>
58+
<td>Requires CKEditor&nbsp;5 at least in version <a href="https://github.com/ckeditor/ckeditor5/releases/tag/v37.0.0">37</a>.</td>
59+
</tr>
5060
<tr>
5161
<td><code>^5</code></td>
5262
<td><code>13+</code></td>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"style-loader": "^2.0.0",
7474
"ts-loader": "^9.4.3",
7575
"ts-node": "^9.0.0",
76-
"typescript": "~5.1.3",
76+
"typescript": "~5.0.0",
7777
"upath": "^2.0.1",
7878
"webpack": "^5.94.0",
7979
"webpack-cli": "^4.10.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11828,10 +11828,10 @@ typescript@^4.7.2:
1182811828
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1182911829
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1183011830

11831-
typescript@~5.1.3:
11832-
version "5.1.6"
11833-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
11834-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
11831+
typescript@~5.0.0:
11832+
version "5.0.4"
11833+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
11834+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
1183511835

1183611836
ua-parser-js@^0.7.30:
1183711837
version "0.7.38"

0 commit comments

Comments
 (0)