Skip to content

Commit 4441376

Browse files
authored
Merge pull request #562 from ckeditor/release-20241125
Internal: Changelog for `9.4.0`.
2 parents 9f0a353 + ad8a182 commit 4441376

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

4+
## [9.4.0](https://github.com/ckeditor/ckeditor5-react/compare/v9.3.1...v9.4.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-react/commit/506c297e1e3529d27aa33e79414599629da73edd))
9+
10+
### Bug fixes
11+
12+
* Call `onChangeInitializedEditors` on startup of `CKEditorContext` if there are ready editors. ([commit](https://github.com/ckeditor/ckeditor5-react/commit/130010f0dd9eb90a6cd9b93d0428c6e9732240f5))
13+
14+
415
## [9.4.0-alpha.0](https://github.com/ckeditor/ckeditor5-react/compare/v9.3.1...v9.4.0-alpha.0) (2024-11-13)
516

617
### Features

src/cloud/useCKEditorCloud.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { useAsyncValue, type AsyncValueHookResult } from '../hooks/useAsyncValue
1717
* @template Config The type of the CKEditor Cloud configuration.
1818
* @param config The configuration of the hook.
1919
* @returns The state of async operation that resolves to the CKEditor bundles.
20-
* @experimental
2120
* @example
2221
*
2322
* ```ts

src/cloud/withCKEditorCloud.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import useCKEditorCloud from './useCKEditorCloud.js';
1717
* @template A The type of the additional resources to load.
1818
* @param config The configuration of the CKEditor Cloud integration.
1919
* @returns A function that injects the CKEditor Cloud integration into a component.
20-
* @experimental
2120
* @example
2221
2322
* ```tsx

0 commit comments

Comments
 (0)