File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
admin/src/components/CKEditorProvider Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.2 (February 16, 2026)
4+
5+ We are happy to announce the release of CKEditor 5 Official Integration v1.1.2.
6+
7+ ### Release highlights
8+
9+ In this release, we updated the CKEditor 5 version to [ v47.5.0] ( https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md#4750-february-11-2026 ) .
10+
311## 1.1.1 (March 17, 2025)
412
513We are happy to announce the release of CKEditor 5 Official Integration v1.1.1.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const CKEditorProvider = ( {
3333 } , [ ] )
3434
3535 const cloud = useCKEditorCloud ( {
36- version : '44.0 .0' ,
36+ version : '47.5 .0' ,
3737 plugins : {
3838 CKEditorInput : async ( ) => ( await import ( '../CKEditorInput' ) ) . CKEditorInput
3939 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @ckeditor/strapi-plugin-ckeditor" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " CKEditor 5 - Official Integration for Strapi" ,
55 "strapi" : {
66 "name" : " ckeditor" ,
You can’t perform that action at this time.
0 commit comments