@ckeditor/ckeditor5-enter
Advanced tools
Comparing version 0.8.0 to 0.9.0
Changelog | ||
========= | ||
## [0.9.0](https://github.com/ckeditor/ckeditor5-enter/compare/v0.8.0...v0.9.0) (2017-04-05) | ||
### Features | ||
* Named existing plugin(s). ([7d1582b](https://github.com/ckeditor/ckeditor5-enter/commit/7d1582b)) | ||
## [0.8.0](https://github.com/ckeditor/ckeditor5-enter/compare/v0.7.0...v0.8.0) (2017-03-06) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-enter", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Enter feature for CKEditor 5.", | ||
"keywords": [], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^0.7.0", | ||
"@ckeditor/ckeditor5-engine": "^0.8.0", | ||
"@ckeditor/ckeditor5-utils": "^0.8.0" | ||
"@ckeditor/ckeditor5-core": "^0.8.0", | ||
"@ckeditor/ckeditor5-engine": "^0.9.0", | ||
"@ckeditor/ckeditor5-utils": "^0.9.0" | ||
}, | ||
@@ -14,6 +14,6 @@ "devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^0.7.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^0.7.1", | ||
"@ckeditor/ckeditor5-heading": "^0.8.0", | ||
"@ckeditor/ckeditor5-typing": "^0.8.0", | ||
"@ckeditor/ckeditor5-undo": "^0.7.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^0.7.2", | ||
"@ckeditor/ckeditor5-heading": "^0.9.0", | ||
"@ckeditor/ckeditor5-typing": "^0.9.0", | ||
"@ckeditor/ckeditor5-undo": "^0.8.0", | ||
"gulp": "^3.9.0", | ||
@@ -20,0 +20,0 @@ "guppy-pre-commit": "^0.4.0" |
@@ -20,2 +20,9 @@ /** | ||
export default class Enter extends Plugin { | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get pluginName() { | ||
return 'enter/enter'; | ||
} | ||
init() { | ||
@@ -22,0 +29,0 @@ const editor = this.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
23517
417
+ Added@ckeditor/ckeditor5-core@0.8.1(transitive)
+ Added@ckeditor/ckeditor5-engine@0.10.00.9.0(transitive)
+ Added@ckeditor/ckeditor5-utils@0.9.1(transitive)
- Removed@ckeditor/ckeditor5-core@0.7.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.8.0(transitive)
- Removed@ckeditor/ckeditor5-utils@0.8.0(transitive)