@ckeditor/ckeditor5-source-editing 48.2.0-alpha.7 → 48.3.0-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.
@@ -1,34 +1,34 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module source-editing/sourceeditingconfig
7
- */
6
+ * @module source-editing/sourceeditingconfig
7
+ */
8
8
  /**
9
- * The configuration of the source editing feature.
10
- *
11
- * ```ts
12
- * ClassicEditor
13
- * .create( {
14
- * sourceEditing: {
15
- * allowCollaborationFeatures: true
16
- * }
17
- * } )
18
- * .then( ... )
19
- * .catch( ... );
20
- * ```
21
- *
22
- * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
23
- */
9
+ * The configuration of the source editing feature.
10
+ *
11
+ * ```ts
12
+ * ClassicEditor
13
+ * .create( {
14
+ * sourceEditing: {
15
+ * allowCollaborationFeatures: true
16
+ * }
17
+ * } )
18
+ * .then( ... )
19
+ * .catch( ... );
20
+ * ```
21
+ *
22
+ * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
23
+ */
24
24
  export interface SourceEditingConfig {
25
- /**
26
- * Set to `true` to enable source editing feature for real-time collaboration.
27
- *
28
- * Please note that source editing feature is not fully compatible with real-time collaboration and using it may lead to data loss.
29
- * {@glink features/source-editing/source-editing#limitations-and-incompatibilities Read more}.
30
- *
31
- * @default false
32
- */
33
- allowCollaborationFeatures?: boolean;
25
+ /**
26
+ * Set to `true` to enable source editing feature for real-time collaboration.
27
+ *
28
+ * Please note that source editing feature is not fully compatible with real-time collaboration and using it may lead to data loss.
29
+ * {@glink features/source-editing/source-editing#limitations-and-incompatibilities Read more}.
30
+ *
31
+ * @default false
32
+ */
33
+ allowCollaborationFeatures?: boolean;
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-source-editing",
3
- "version": "48.2.0-alpha.7",
3
+ "version": "48.3.0-alpha.0",
4
4
  "description": "Source editing feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,10 +26,10 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-core": "48.2.0-alpha.7",
30
- "@ckeditor/ckeditor5-icons": "48.2.0-alpha.7",
31
- "@ckeditor/ckeditor5-ui": "48.2.0-alpha.7",
32
- "@ckeditor/ckeditor5-utils": "48.2.0-alpha.7"
29
+ "@ckeditor/ckeditor5-core": "48.3.0-alpha.0",
30
+ "@ckeditor/ckeditor5-icons": "48.3.0-alpha.0",
31
+ "@ckeditor/ckeditor5-ui": "48.3.0-alpha.0",
32
+ "@ckeditor/ckeditor5-utils": "48.3.0-alpha.0"
33
33
  },
34
34
  "files": [
35
35
  "dist",