@ckeditor/ckeditor5-autoformat
Advanced tools
Comparing version 0.4.1 to 0.5.0
Changelog | ||
========= | ||
## [0.5.0](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.4.1...v0.5.0) (2017-04-05) | ||
### Features | ||
* Named existing plugin(s). ([e043947](https://github.com/ckeditor/ckeditor5-autoformat/commit/e043947)) | ||
### Other changes | ||
* Updated command names to match the latest API of the Heading feature. Closes [#22](https://github.com/ckeditor/ckeditor5-autoformat/issues/22). ([10b5561](https://github.com/ckeditor/ckeditor5-autoformat/commit/10b5561)) | ||
## [0.4.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.4.0...v0.4.1) (2017-03-06) | ||
@@ -5,0 +16,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-autoformat", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Replaces predefined characters with corresponding structures.", | ||
"keywords": [], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^0.7.1", | ||
"@ckeditor/ckeditor5-core": "^0.7.0", | ||
"@ckeditor/ckeditor5-engine": "^0.8.0", | ||
"@ckeditor/ckeditor5-heading": "^0.8.0", | ||
"@ckeditor/ckeditor5-list": "^0.5.1" | ||
"@ckeditor/ckeditor5-basic-styles": "^0.8.0", | ||
"@ckeditor/ckeditor5-core": "^0.8.0", | ||
"@ckeditor/ckeditor5-engine": "^0.9.0", | ||
"@ckeditor/ckeditor5-heading": "^0.9.0", | ||
"@ckeditor/ckeditor5-list": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-dev-lint": "^2.0.2", | ||
"@ckeditor/ckeditor5-editor-classic": "^0.7.1", | ||
"@ckeditor/ckeditor5-enter": "^0.8.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^0.7.2", | ||
"@ckeditor/ckeditor5-enter": "^0.9.0", | ||
"@ckeditor/ckeditor5-list": "*", | ||
"@ckeditor/ckeditor5-paragraph": "^0.6.1", | ||
"@ckeditor/ckeditor5-typing": "^0.8.0", | ||
"@ckeditor/ckeditor5-undo": "^0.7.1", | ||
"@ckeditor/ckeditor5-paragraph": "^0.7.0", | ||
"@ckeditor/ckeditor5-typing": "^0.9.0", | ||
"@ckeditor/ckeditor5-undo": "^0.8.0", | ||
"gulp": "^3.9.0", | ||
@@ -22,0 +22,0 @@ "guppy-pre-commit": "^0.4.0" |
@@ -63,2 +63,9 @@ /** | ||
*/ | ||
static get pluginName() { | ||
return 'autoformat/autoformat'; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init() { | ||
@@ -95,6 +102,3 @@ this._addListAutoformats(); | ||
this.editor.execute( 'heading', { | ||
batch, | ||
id: `heading${ headingLevel }` | ||
} ); | ||
this.editor.execute( `heading${ headingLevel }`, { batch } ); | ||
} ); | ||
@@ -101,0 +105,0 @@ } |
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
37496
743
+ Added@ckeditor/ckeditor5-basic-styles@0.8.1(transitive)
+ Added@ckeditor/ckeditor5-core@0.8.1(transitive)
+ Added@ckeditor/ckeditor5-engine@0.10.00.9.0(transitive)
+ Added@ckeditor/ckeditor5-heading@0.9.1(transitive)
+ Added@ckeditor/ckeditor5-list@0.6.1(transitive)
+ Added@ckeditor/ckeditor5-paragraph@0.8.0(transitive)
+ Added@ckeditor/ckeditor5-theme-lark@0.8.0(transitive)
+ Added@ckeditor/ckeditor5-ui@0.9.0(transitive)
+ Added@ckeditor/ckeditor5-utils@0.9.1(transitive)
- Removed@ckeditor/ckeditor5-basic-styles@0.7.1(transitive)
- Removed@ckeditor/ckeditor5-core@0.7.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.8.0(transitive)
- Removed@ckeditor/ckeditor5-heading@0.8.0(transitive)
- Removed@ckeditor/ckeditor5-list@0.5.1(transitive)
- Removed@ckeditor/ckeditor5-paragraph@0.6.1(transitive)
- Removed@ckeditor/ckeditor5-theme-lark@0.6.1(transitive)
- Removed@ckeditor/ckeditor5-ui@0.7.1(transitive)
- Removed@ckeditor/ckeditor5-utils@0.8.0(transitive)