Skip to content

Commit d080512

Browse files
authored
v0.2.2 release.
1 parent 24d5b79 commit d080512

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.2.2 (February 16, 2025)
4+
5+
We are happy to announce the release of CKEditor 5 Official Integration v0.2.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
## 0.2.1 (March 17, 2025)
412

513
We are happy to announce the release of CKEditor 5 Official Integration v0.2.1.

admin/src/components/CKEditorProvider/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const CKEditorProvider = ( {
3535
}, [] )
3636

3737
const cloud = useCKEditorCloud( {
38-
version: '44.0.0',
38+
version: '47.5.0',
3939
plugins: {
4040
CKEditorInput: async () => ( await import('../CKEditorInput') ).CKEditorInput
4141
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/strapi-plugin-ckeditor",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "CKEditor 5 - Official Integration for Strapi.",
55
"strapi": {
66
"name": "ckeditor",

0 commit comments

Comments
 (0)