@ckeditor/ckeditor5-restricted-editing 47.7.1 → 47.7.2-alpha.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-restricted-editing",
|
|
3
|
-
"version": "47.7.
|
|
3
|
+
"version": "47.7.2-alpha.0",
|
|
4
4
|
"description": "Restricted editing feature for CKEditor 5 editors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "47.7.
|
|
16
|
-
"@ckeditor/ckeditor5-engine": "47.7.
|
|
17
|
-
"@ckeditor/ckeditor5-icons": "47.7.
|
|
18
|
-
"@ckeditor/ckeditor5-ui": "47.7.
|
|
19
|
-
"@ckeditor/ckeditor5-utils": "47.7.
|
|
20
|
-
"ckeditor5": "47.7.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "47.7.2-alpha.0",
|
|
16
|
+
"@ckeditor/ckeditor5-engine": "47.7.2-alpha.0",
|
|
17
|
+
"@ckeditor/ckeditor5-icons": "47.7.2-alpha.0",
|
|
18
|
+
"@ckeditor/ckeditor5-ui": "47.7.2-alpha.0",
|
|
19
|
+
"@ckeditor/ckeditor5-utils": "47.7.2-alpha.0",
|
|
20
|
+
"ckeditor5": "47.7.2-alpha.0"
|
|
21
21
|
},
|
|
22
22
|
"author": "CKSource (http://cksource.com/)",
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -484,7 +484,7 @@ function isRangeInsideSingleMarker(editor, range) {
|
|
|
484
484
|
* Note: This marker fixer only consider case which is possible to create using StandardEditing mode plugin.
|
|
485
485
|
* Markers created by developer in the data might break in many other ways.
|
|
486
486
|
*
|
|
487
|
-
* See
|
|
487
|
+
* See https://github.com/ckeditor/ckeditor5/issues/6003.
|
|
488
488
|
*/
|
|
489
489
|
function ensureNewMarkerIsFlatPostFixer(editor) {
|
|
490
490
|
return writer => {
|