Skip to content

Commit 32c3ad2

Browse files
authored
Merge pull request #610 from ckeditor/cke5_v46
Changelog for v11.0.0
2 parents cf364e6 + 2170ae3 commit 32c3ad2

File tree

3 files changed

+1111
-1131
lines changed

3 files changed

+1111
-1131
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
## [11.0.0](https://github.com/ckeditor/ckeditor5-react/compare/v10.0.0...v11.0.0) (2025-07-09)
5+
6+
### BREAKING CHANGES
7+
8+
* Aligned the component with the latest CKEditor 5 release (`v46.0.0`), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See [ckeditor/ckeditor5#18583](https://github.com/ckeditor/ckeditor5/issues/18583)
9+
10+
### Features
11+
12+
* Update imports to match CKEditor 5 v46. Closes [#602](https://github.com/ckeditor/ckeditor5-react/issues/602). ([commit](https://github.com/ckeditor/ckeditor5-react/commit/8bfcfa65593af622190fed284d44132e4060fc28))
13+
14+
415
## [11.0.0-alpha.0](https://github.com/ckeditor/ckeditor5-react/compare/v10.0.0...v11.0.0-alpha.0) (2025-07-02)
516

617
### BREAKING CHANGES

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@vitest/browser": "^2.1.9",
5050
"@vitest/coverage-istanbul": "^2.1.4",
5151
"@vitest/ui": "^2.1.4",
52-
"ckeditor5": "^46.0.0-alpha.0",
53-
"ckeditor5-premium-features": "^46.0.0-alpha.0",
52+
"ckeditor5": "^46.0.0",
53+
"ckeditor5-premium-features": "^46.0.0",
5454
"coveralls": "^3.1.1",
5555
"eslint": "^9.26.0",
5656
"eslint-config-ckeditor5": "^10.0.0",

0 commit comments

Comments
 (0)