@ckeditor/ckeditor5-heading
Advanced tools
Comparing version 10.0.2 to 10.1.0
Changelog | ||
========= | ||
## [10.1.0](https://github.com/ckeditor/ckeditor5-heading/compare/v10.0.2...v10.1.0) (2018-10-08) | ||
### Features | ||
* Heading 4 to heading 6 icons were added. This allows configuring the editor to contain heading1-heading6 buttons in the toolbar. Closes [#112](https://github.com/ckeditor/ckeditor5-heading/issues/112). ([1116f69](https://github.com/ckeditor/ckeditor5-heading/commit/1116f69)) | ||
### Other changes | ||
* Updated translations. ([e3798e5](https://github.com/ckeditor/ckeditor5-heading/commit/e3798e5)) | ||
## [10.0.2](https://github.com/ckeditor/ckeditor5-heading/compare/v10.0.1...v10.0.2) (2018-07-18) | ||
@@ -5,0 +16,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-heading", | ||
"version": "10.0.2", | ||
"version": "10.1.0", | ||
"description": "Headings feature for CKEditor 5.", | ||
@@ -9,20 +9,21 @@ "keywords": [ | ||
"ckeditor 5", | ||
"ckeditor5-feature" | ||
"ckeditor5-feature", | ||
"ckeditor5-plugin" | ||
], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^11.0.0", | ||
"@ckeditor/ckeditor5-ui": "^11.0.0", | ||
"@ckeditor/ckeditor5-utils": "^10.2.0", | ||
"@ckeditor/ckeditor5-engine": "^10.2.0", | ||
"@ckeditor/ckeditor5-paragraph": "^10.0.2", | ||
"@ckeditor/ckeditor5-theme-lark": "^11.0.0" | ||
"@ckeditor/ckeditor5-core": "^11.0.1", | ||
"@ckeditor/ckeditor5-ui": "^11.1.0", | ||
"@ckeditor/ckeditor5-utils": "^11.0.0", | ||
"@ckeditor/ckeditor5-engine": "^11.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^10.0.3", | ||
"@ckeditor/ckeditor5-theme-lark": "^11.1.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-cloud-services": "^10.0.2", | ||
"@ckeditor/ckeditor5-editor-classic": "^11.0.0", | ||
"@ckeditor/ckeditor5-enter": "^10.1.1", | ||
"@ckeditor/ckeditor5-image": "^10.2.0", | ||
"@ckeditor/ckeditor5-typing": "^11.0.0", | ||
"@ckeditor/ckeditor5-undo": "^10.0.2", | ||
"eslint": "^4.15.0", | ||
"@ckeditor/ckeditor5-cloud-services": "^10.1.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^11.0.1", | ||
"@ckeditor/ckeditor5-enter": "^10.1.2", | ||
"@ckeditor/ckeditor5-image": "^11.0.0", | ||
"@ckeditor/ckeditor5-typing": "^11.0.1", | ||
"@ckeditor/ckeditor5-undo": "^10.0.3", | ||
"eslint": "^5.5.0", | ||
"eslint-config-ckeditor5": "^1.0.7", | ||
@@ -29,0 +30,0 @@ "husky": "^0.14.3", |
@@ -17,3 +17,3 @@ CKEditor 5 headings feature | ||
See the [`@ckeditor/ckeditor5-heading` package](https://docs.ckeditor.com/ckeditor5/latest/api/heading.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/). | ||
See the [`@ckeditor/ckeditor5-heading` package](https://ckeditor.com/docs/ckeditor5/latest/api/heading.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/). | ||
@@ -20,0 +20,0 @@ ## License |
@@ -19,7 +19,8 @@ /** | ||
* | ||
* It loads the {@link module:heading/headingediting~HeadingEditing heading editing feature} | ||
* For a detailed overview, check the {@glink features/headings Headings feature documentation} | ||
* and the {@glink api/heading package page}. | ||
* | ||
* This is a "glue" plugin which loads the {@link module:heading/headingediting~HeadingEditing heading editing feature} | ||
* and {@link module:heading/headingui~HeadingUI heading UI feature}. | ||
* | ||
* For a detailed overview, check the {@glink features/headings Headings feature documentation}. | ||
* | ||
* @extends module:core/plugin~Plugin | ||
@@ -99,3 +100,3 @@ */ | ||
* | ||
* The defined headings are also available as values passed to `heading` command under their model names. | ||
* The defined headings are also available as values passed to the `'heading'` command under their model names. | ||
* For example, the below code will apply `<heading1>` to the current selection: | ||
@@ -102,0 +103,0 @@ * |
@@ -25,6 +25,8 @@ /** | ||
/** | ||
* HeadingButtonsUI class creates a set of UI buttons that can be used instead of drop down component. | ||
* It is not enabled by default when using {@link module:heading/heading~Heading heading plugin}, and needs to be | ||
* added manually to the editor configuration. | ||
* The `HeadingButtonsUI` plugin defines a set of UI buttons that can be used instead of the | ||
* standard drop down component. | ||
* | ||
* This feature is not enabled by default by the {@link module:heading/heading~Heading} plugin and needs to be | ||
* installed manually to the editor configuration. | ||
* | ||
* Plugin introduces button UI elements, which names are same as `model` property from {@link module:heading/heading~HeadingOption}. | ||
@@ -48,6 +50,6 @@ * | ||
* | ||
* NOTE: Paragraph button is defined in {@link module:paragraph/paragraphbuttonui~ParagraphButtonUI} plugin that needs | ||
* to be loaded manually as well. | ||
* NOTE: The `'paragraph'` button is defined in by the {@link module:paragraph/paragraphbuttonui~ParagraphButtonUI} plugin | ||
* which needs to be loaded manually as well. | ||
* | ||
* It is possible to use custom icons by providing `icon` config option provided in {@link module:heading/heading~HeadingOption}. | ||
* It is possible to use custom icons by providing `icon` config option in {@link module:heading/heading~HeadingOption}. | ||
* For the default configuration standard icons are used. | ||
@@ -54,0 +56,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
72766
61
499
+ Added@ckeditor/ckeditor5-engine@11.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@10.2.0(transitive)
- Removed@ckeditor/ckeditor5-utils@10.2.1(transitive)