@ckeditor/ckeditor5-widget 0.0.0-nightly-20250506.0 → 0.0.0-nightly-20250507.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @ckeditor/ckeditor5-widget might be problematic. Click here for more details.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-widget",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20250507.0",
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"type": "module",
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
16
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
20
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
21
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
15
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250507.0",
|
16
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250507.0",
|
17
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20250507.0",
|
18
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250507.0",
|
19
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250507.0",
|
20
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250507.0",
|
21
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20250507.0",
|
22
22
|
"es-toolkit": "1.32.0"
|
23
23
|
},
|
24
24
|
"author": "CKSource (http://cksource.com/)",
|
@@ -547,7 +547,7 @@ export default class WidgetTypeAround extends Plugin {
|
|
547
547
|
// Note: The priority must precede the default Input plugin compositionstart handler (to call it before delete content).
|
548
548
|
this._listenToIfEnabled(viewDocument, 'compositionstart', () => {
|
549
549
|
this._insertParagraphAccordingToFakeCaretPosition();
|
550
|
-
}, { priority: '
|
550
|
+
}, { priority: 'highest' });
|
551
551
|
}
|
552
552
|
}
|
553
553
|
/**
|