@ckeditor/ckeditor5-editor-classic 30.0.0 → 31.0.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/README.md CHANGED
@@ -9,7 +9,7 @@ The classic editor implementation for CKEditor 5.
9
9
 
10
10
  This package contains the [`ClassicEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
11
11
 
12
- This package contains the source version of the classic editor. This editor implementation is also available in the [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor 5 Builds](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html).
12
+ This package contains the source version of the classic editor. This editor implementation is also available in the [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor 5 builds](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html).
13
13
 
14
14
  ## Documentation
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-editor-classic",
3
- "version": "30.0.0",
3
+ "version": "31.0.0",
4
4
  "description": "Classic editor implementation for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,22 +11,22 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "ckeditor5": "^30.0.0",
14
+ "ckeditor5": "^31.0.0",
15
15
  "lodash-es": "^4.17.15"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-basic-styles": "^30.0.0",
19
- "@ckeditor/ckeditor5-core": "^30.0.0",
18
+ "@ckeditor/ckeditor5-basic-styles": "^31.0.0",
19
+ "@ckeditor/ckeditor5-core": "^31.0.0",
20
20
  "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
21
- "@ckeditor/ckeditor5-engine": "^30.0.0",
22
- "@ckeditor/ckeditor5-enter": "^30.0.0",
23
- "@ckeditor/ckeditor5-heading": "^30.0.0",
24
- "@ckeditor/ckeditor5-paragraph": "^30.0.0",
25
- "@ckeditor/ckeditor5-theme-lark": "^30.0.0",
26
- "@ckeditor/ckeditor5-typing": "^30.0.0",
27
- "@ckeditor/ckeditor5-ui": "^30.0.0",
28
- "@ckeditor/ckeditor5-undo": "^30.0.0",
29
- "@ckeditor/ckeditor5-utils": "^30.0.0",
21
+ "@ckeditor/ckeditor5-engine": "^31.0.0",
22
+ "@ckeditor/ckeditor5-enter": "^31.0.0",
23
+ "@ckeditor/ckeditor5-heading": "^31.0.0",
24
+ "@ckeditor/ckeditor5-paragraph": "^31.0.0",
25
+ "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
26
+ "@ckeditor/ckeditor5-typing": "^31.0.0",
27
+ "@ckeditor/ckeditor5-ui": "^31.0.0",
28
+ "@ckeditor/ckeditor5-undo": "^31.0.0",
29
+ "@ckeditor/ckeditor5-utils": "^31.0.0",
30
30
  "webpack": "^4.43.0",
31
31
  "webpack-cli": "^3.3.11"
32
32
  },
@@ -16,7 +16,7 @@ import ClassicEditorUI from './classiceditorui';
16
16
  import ClassicEditorUIView from './classiceditoruiview';
17
17
 
18
18
  /**
19
- * The {@glink builds/guides/overview#classic-editor classic editor} implementation.
19
+ * The {@glink builds/guides/predefined-builds/overview#classic-editor classic editor} implementation.
20
20
  * It uses an inline editable and a sticky toolbar, all enclosed in a boxed UI.
21
21
  * See the {@glink examples/builds/classic-editor demo}.
22
22
  *
@@ -27,9 +27,9 @@ import ClassicEditorUIView from './classiceditoruiview';
27
27
  *
28
28
  * The classic editor can be used directly from source (if you installed the
29
29
  * [`@ckeditor/ckeditor5-editor-classic`](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic) package)
30
- * but it is also available in the {@glink builds/guides/overview#classic-editor classic build}.
30
+ * but it is also available in the {@glink builds/guides/predefined-builds/overview#classic-editor classic build}.
31
31
  *
32
- * {@glink builds/guides/overview Builds} are ready-to-use editors with plugins bundled in. When using the editor from
32
+ * {@glink builds/guides/predefined-builds/overview Builds} are ready-to-use editors with plugins bundled in. When using the editor from
33
33
  * source you need to take care of loading all plugins by yourself
34
34
  * (through the {@link module:core/editor/editorconfig~EditorConfig#plugins `config.plugins`} option).
35
35
  * Using the editor from source gives much better flexibility and allows easier customization.
@@ -159,7 +159,7 @@ export default class ClassicEditor extends Editor {
159
159
  * # Using the editor from source
160
160
  *
161
161
  * The code samples listed in the previous sections of this documentation assume that you are using an
162
- * {@glink builds/guides/overview editor build} (for example – `@ckeditor/ckeditor5-build-classic`).
162
+ * {@glink builds/guides/predefined-builds/overview editor build} (for example – `@ckeditor/ckeditor5-build-classic`).
163
163
  *
164
164
  * If you want to use the classic editor from source (`@ckeditor/ckeditor5-editor-classic/src/classiceditor`),
165
165
  * you need to define the list of