Skip to content

Commit 9d22853

Browse files
authored
Merge pull request #333 from ckeditor/release-20241125
Internal: Changelog for `7.3.0`.
2 parents 6fd3952 + 78dd5a8 commit 9d22853

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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+
## [7.3.0](https://github.com/ckeditor/ckeditor5-vue/compare/v7.2.0...v7.3.0) (2024-11-25)
5+
6+
### Features
7+
8+
* 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-vue/commit/37153260e5a60cd09e1f47c443f83d4df2dcd2c7))
9+
10+
411
## [7.3.0-alpha.0](https://github.com/ckeditor/ckeditor5-vue/compare/v7.2.0...v7.3.0-alpha.0) (2024-11-13)
512

613
### Features

src/useCKEditorCloud.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
* @param config The configuration of the CKEditor Cloud services.
1919
* @returns The result of the loaded CKEditor Cloud services.
2020
* @template Config The type of the CKEditor Cloud configuration.
21-
* @experimental
2221
* @example
2322
* ```ts
2423
* const { data } = useCKEditorCloud( {

0 commit comments

Comments
 (0)