@ckeditor/ckeditor5-editor-classic
Advanced tools
Comparing version 33.0.0 to 34.0.0
{ | ||
"name": "@ckeditor/ckeditor5-editor-classic", | ||
"version": "33.0.0", | ||
"version": "34.0.0", | ||
"description": "Classic editor implementation for CKEditor 5.", | ||
@@ -14,18 +14,18 @@ "keywords": [ | ||
"dependencies": { | ||
"ckeditor5": "^33.0.0", | ||
"ckeditor5": "^34.0.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^33.0.0", | ||
"@ckeditor/ckeditor5-core": "^33.0.0", | ||
"@ckeditor/ckeditor5-dev-utils": "^28.0.1", | ||
"@ckeditor/ckeditor5-engine": "^33.0.0", | ||
"@ckeditor/ckeditor5-enter": "^33.0.0", | ||
"@ckeditor/ckeditor5-heading": "^33.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^33.0.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^33.0.0", | ||
"@ckeditor/ckeditor5-typing": "^33.0.0", | ||
"@ckeditor/ckeditor5-ui": "^33.0.0", | ||
"@ckeditor/ckeditor5-undo": "^33.0.0", | ||
"@ckeditor/ckeditor5-utils": "^33.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^34.0.0", | ||
"@ckeditor/ckeditor5-core": "^34.0.0", | ||
"@ckeditor/ckeditor5-dev-utils": "^30.0.0", | ||
"@ckeditor/ckeditor5-engine": "^34.0.0", | ||
"@ckeditor/ckeditor5-enter": "^34.0.0", | ||
"@ckeditor/ckeditor5-heading": "^34.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^34.0.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^34.0.0", | ||
"@ckeditor/ckeditor5-typing": "^34.0.0", | ||
"@ckeditor/ckeditor5-ui": "^34.0.0", | ||
"@ckeditor/ckeditor5-undo": "^34.0.0", | ||
"@ckeditor/ckeditor5-utils": "^34.0.0", | ||
"webpack": "^5.58.1", | ||
@@ -32,0 +32,0 @@ "webpack-cli": "^4.9.0" |
@@ -6,3 +6,4 @@ CKEditor 5 classic editor implementation | ||
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master) | ||
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.com/ckeditor/ckeditor5) | ||
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5) | ||
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-editor-classic) | ||
@@ -13,3 +14,3 @@ The classic editor implementation for CKEditor 5. | ||
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). | ||
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/installation/index.html). | ||
@@ -16,0 +17,0 @@ ## Documentation |
@@ -19,3 +19,3 @@ /** | ||
/** | ||
* The {@glink builds/guides/predefined-builds/overview#classic-editor classic editor} implementation. | ||
* The {@glink installation/advanced/alternative-setups/predefined-builds#classic-editor classic editor} implementation. | ||
* It uses an inline editable and a sticky toolbar, all enclosed in a boxed UI. | ||
@@ -31,5 +31,6 @@ * See the {@glink examples/builds/classic-editor demo}. | ||
* [`@ckeditor/ckeditor5-editor-classic`](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic) package) | ||
* but it is also available in the {@glink builds/guides/predefined-builds/overview#classic-editor classic build}. | ||
* but it is also available in the {@glink installation/advanced/alternative-setups/predefined-builds#classic-editor classic build}. | ||
* | ||
* {@glink builds/guides/predefined-builds/overview Builds} are ready-to-use editors with plugins bundled in. When using the editor from | ||
* {@glink installation/advanced/alternative-setups/predefined-builds Builds} | ||
* are ready-to-use editors with plugins bundled in. When using the editor from | ||
* source you need to take care of loading all plugins by yourself | ||
@@ -175,3 +176,3 @@ * (through the {@link module:core/editor/editorconfig~EditorConfig#plugins `config.plugins`} option). | ||
* The code samples listed in the previous sections of this documentation assume that you are using an | ||
* {@glink builds/guides/predefined-builds/overview editor build} (for example – `@ckeditor/ckeditor5-build-classic`). | ||
* {@glink installation/advanced/alternative-setups/predefined-builds editor build} (for example – `@ckeditor/ckeditor5-build-classic`). | ||
* | ||
@@ -182,3 +183,3 @@ * If you want to use the classic editor from source (`@ckeditor/ckeditor5-editor-classic/src/classiceditor`), | ||
* {@link module:core/editor/editorconfig~EditorConfig#toolbar toolbar items}. Read more about using the editor from | ||
* source in the {@glink builds/guides/integration/advanced-setup "Advanced setup" guide}. | ||
* source in the {@glink installation/advanced/alternative-setups/integrating-from-source dedicated guide}. | ||
* | ||
@@ -185,0 +186,0 @@ * @param {HTMLElement|String} sourceElementOrData The DOM element that will be the source for the created editor |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86915
443
22
+ Added@ckeditor/ckeditor5-clipboard@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-core@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-engine@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-enter@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-paragraph@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-select-all@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-typing@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-ui@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-undo@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-upload@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-utils@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-widget@34.2.0(transitive)
+ Addedckeditor5@34.2.0(transitive)
- Removed@ckeditor/ckeditor5-clipboard@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-core@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-enter@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-paragraph@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-select-all@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-typing@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-ui@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-undo@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-upload@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-widget@33.0.0(transitive)
- Removedckeditor5@33.0.0(transitive)
Updatedckeditor5@^34.0.0