From a59e36a21efa5699c3ed59c4d50e1674ec33e2ca Mon Sep 17 00:00:00 2001 From: Mateusz Baginski Date: Wed, 13 Nov 2024 12:03:22 +0100 Subject: [PATCH] Docs: Changelog. [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b3336..a62b795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +## [9.4.0-alpha.0](https://github.com/ckeditor/ckeditor5-react/compare/v9.3.1...v9.4.0-alpha.0) (2024-11-13) + +### Features + +* Align integration to work with self-service premium features. ([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.3.1](https://github.com/ckeditor/ckeditor5-react/compare/v9.3.0...v9.3.1) (2024-10-16) ### Bug fixes