@ckeditor/ckeditor5-editor-decoupled
Advanced tools
Comparing version 24.0.0 to 25.0.0
@@ -5,3 +5,3 @@ Software License Agreement | ||
**Decoupled Editor** – https://github.com/ckeditor/ckeditor5-editor-decoupled <br> | ||
Copyright (c) 2003-2020, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved. | ||
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved. | ||
@@ -8,0 +8,0 @@ Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). |
{ | ||
"name": "@ckeditor/ckeditor5-editor-decoupled", | ||
"version": "24.0.0", | ||
"version": "25.0.0", | ||
"description": "Decoupled editor implementation for CKEditor 5.", | ||
@@ -12,15 +12,15 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^24.0.0", | ||
"@ckeditor/ckeditor5-engine": "^24.0.0", | ||
"@ckeditor/ckeditor5-ui": "^24.0.0", | ||
"@ckeditor/ckeditor5-utils": "^24.0.0", | ||
"@ckeditor/ckeditor5-core": "^25.0.0", | ||
"@ckeditor/ckeditor5-engine": "^25.0.0", | ||
"@ckeditor/ckeditor5-ui": "^25.0.0", | ||
"@ckeditor/ckeditor5-utils": "^25.0.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^24.0.0", | ||
"@ckeditor/ckeditor5-enter": "^24.0.0", | ||
"@ckeditor/ckeditor5-heading": "^24.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^24.0.0", | ||
"@ckeditor/ckeditor5-typing": "^24.0.0", | ||
"@ckeditor/ckeditor5-undo": "^24.0.0" | ||
"@ckeditor/ckeditor5-basic-styles": "^25.0.0", | ||
"@ckeditor/ckeditor5-enter": "^25.0.0", | ||
"@ckeditor/ckeditor5-heading": "^25.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^25.0.0", | ||
"@ckeditor/ckeditor5-typing": "^25.0.0", | ||
"@ckeditor/ckeditor5-undo": "^25.0.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "engines": { |
/** | ||
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. | ||
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. | ||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license | ||
@@ -12,3 +12,2 @@ */ | ||
import DataApiMixin from '@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin'; | ||
import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor'; | ||
import DecoupledEditorUI from './decouplededitorui'; | ||
@@ -76,4 +75,2 @@ import DecoupledEditorUIView from './decouplededitoruiview'; | ||
this.data.processor = new HtmlDataProcessor( this.data.viewDocument ); | ||
this.model.document.createRoot(); | ||
@@ -80,0 +77,0 @@ |
/** | ||
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. | ||
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. | ||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license | ||
@@ -12,3 +12,2 @@ */ | ||
import enableToolbarKeyboardFocus from '@ckeditor/ckeditor5-ui/src/toolbar/enabletoolbarkeyboardfocus'; | ||
import normalizeToolbarConfig from '@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig'; | ||
import { enablePlaceholder } from '@ckeditor/ckeditor5-engine/src/view/placeholder'; | ||
@@ -38,10 +37,2 @@ | ||
this.view = view; | ||
/** | ||
* A normalized `config.toolbar` object. | ||
* | ||
* @type {Object} | ||
* @private | ||
*/ | ||
this._toolbarConfig = normalizeToolbarConfig( editor.config.get( 'toolbar' ) ); | ||
} | ||
@@ -119,3 +110,3 @@ | ||
toolbar.fillFromConfig( this._toolbarConfig.items, this.componentFactory ); | ||
toolbar.fillFromConfig( editor.config.get( 'toolbar' ), this.componentFactory ); | ||
@@ -122,0 +113,0 @@ enableToolbarKeyboardFocus( { |
/** | ||
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. | ||
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. | ||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license | ||
@@ -4,0 +4,0 @@ */ |
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
30975
434
+ Added@ckeditor/ckeditor5-core@25.0.0(transitive)
+ Added@ckeditor/ckeditor5-engine@25.0.0(transitive)
+ Added@ckeditor/ckeditor5-ui@25.0.0(transitive)
+ Added@ckeditor/ckeditor5-utils@25.0.0(transitive)
- Removed@ckeditor/ckeditor5-core@24.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@24.0.0(transitive)
- Removed@ckeditor/ckeditor5-ui@24.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@24.0.0(transitive)