@ckeditor/ckeditor5-editor-classic
Advanced tools
Comparing version 0.7.2 to 0.7.3
Changelog | ||
========= | ||
## [0.7.3](https://github.com/ckeditor/ckeditor5-editor-classic/compare/v0.7.2...v0.7.3) (2017-05-07) | ||
Internal changes only (updated dependencies, documentation, etc.). | ||
## [0.7.2](https://github.com/ckeditor/ckeditor5-editor-classic/compare/v0.7.1...v0.7.2) (2017-04-05) | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-editor-classic", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Classic Editor for CKEditor 5.", | ||
"keywords": [], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^0.8.0", | ||
"@ckeditor/ckeditor5-engine": "^0.9.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^0.7.0", | ||
"@ckeditor/ckeditor5-ui": "^0.8.0", | ||
"@ckeditor/ckeditor5-utils": "^0.9.0" | ||
"@ckeditor/ckeditor5-core": "^0.8.1", | ||
"@ckeditor/ckeditor5-engine": "^0.10.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^0.8.0", | ||
"@ckeditor/ckeditor5-ui": "^0.9.0", | ||
"@ckeditor/ckeditor5-utils": "^0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-dev-lint": "^2.0.2", | ||
"@ckeditor/ckeditor5-basic-styles": "^0.7.1", | ||
"@ckeditor/ckeditor5-enter": "^0.9.0", | ||
"@ckeditor/ckeditor5-heading": "^0.9.0", | ||
"@ckeditor/ckeditor5-paragraph": "^0.7.0", | ||
"@ckeditor/ckeditor5-undo": "^0.8.0", | ||
"@ckeditor/ckeditor5-typing": "^0.9.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^0.8.1", | ||
"@ckeditor/ckeditor5-enter": "^0.9.1", | ||
"@ckeditor/ckeditor5-heading": "^0.9.1", | ||
"@ckeditor/ckeditor5-paragraph": "^0.8.0", | ||
"@ckeditor/ckeditor5-undo": "^0.8.1", | ||
"@ckeditor/ckeditor5-typing": "^0.9.1", | ||
"gulp": "^3.9.0", | ||
@@ -22,0 +22,0 @@ "guppy-pre-commit": "^0.4.0" |
@@ -13,2 +13,3 @@ /** | ||
import StickyToolbarView from '@ckeditor/ckeditor5-ui/src/toolbar/sticky/stickytoolbarview'; | ||
import Template from '@ckeditor/ckeditor5-ui/src/template'; | ||
@@ -38,2 +39,8 @@ /** | ||
Template.extend( this.toolbar.template, { | ||
attributes: { | ||
class: 'ck-editor-toolbar' | ||
} | ||
} ); | ||
/** | ||
@@ -40,0 +47,0 @@ * Editable UI view. |
@@ -27,2 +27,6 @@ /** | ||
it( 'is given the right CSS class', () => { | ||
expect( view.toolbar.element.classList.contains( 'ck-editor-toolbar' ) ).to.be.true; | ||
} ); | ||
it( 'is given a locate object', () => { | ||
@@ -29,0 +33,0 @@ expect( view.toolbar.locale ).to.equal( locale ); |
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
33745
664
+ Added@ckeditor/ckeditor5-theme-lark@0.8.0(transitive)
+ Added@ckeditor/ckeditor5-ui@0.9.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.9.0(transitive)
- Removed@ckeditor/ckeditor5-theme-lark@0.7.0(transitive)
- Removed@ckeditor/ckeditor5-ui@0.8.0(transitive)