Skip to content

Commit

Permalink
Merge pull request #562 from ckeditor/release-20241125
Browse files Browse the repository at this point in the history
Internal: Changelog for `9.4.0`.
  • Loading branch information
psmyrek authored Nov 25, 2024
2 parents 9f0a353 + ad8a182 commit 4441376
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

## [9.4.0](https://github.com/ckeditor/ckeditor5-react/compare/v9.3.1...v9.4.0) (2024-11-25)

### Features

* 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))

### Bug fixes

* Call `onChangeInitializedEditors` on startup of `CKEditorContext` if there are ready editors. ([commit](https://github.com/ckeditor/ckeditor5-react/commit/130010f0dd9eb90a6cd9b93d0428c6e9732240f5))


## [9.4.0-alpha.0](https://github.com/ckeditor/ckeditor5-react/compare/v9.3.1...v9.4.0-alpha.0) (2024-11-13)

### Features
Expand Down
1 change: 0 additions & 1 deletion src/cloud/useCKEditorCloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { useAsyncValue, type AsyncValueHookResult } from '../hooks/useAsyncValue
* @template Config The type of the CKEditor Cloud configuration.
* @param config The configuration of the hook.
* @returns The state of async operation that resolves to the CKEditor bundles.
* @experimental
* @example
*
* ```ts
Expand Down
1 change: 0 additions & 1 deletion src/cloud/withCKEditorCloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import useCKEditorCloud from './useCKEditorCloud.js';
* @template A The type of the additional resources to load.
* @param config The configuration of the CKEditor Cloud integration.
* @returns A function that injects the CKEditor Cloud integration into a component.
* @experimental
* @example
* ```tsx
Expand Down

0 comments on commit 4441376

Please sign in to comment.