@ckeditor/ckeditor5-font
Advanced tools
Comparing version 10.0.2 to 10.0.3
Changelog | ||
========= | ||
## [10.0.3](https://github.com/ckeditor/ckeditor5-font/compare/v10.0.2...v10.0.3) (2018-10-08) | ||
### Other changes | ||
* Updated translations. ([92d00ee](https://github.com/ckeditor/ckeditor5-font/commit/92d00ee)) | ||
## [10.0.2](https://github.com/ckeditor/ckeditor5-font/compare/v10.0.1...v10.0.2) (2018-07-18) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-font", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "Font feature for CKEditor 5.", | ||
@@ -9,16 +9,17 @@ "keywords": [ | ||
"ckeditor 5", | ||
"ckeditor5-feature" | ||
"ckeditor5-feature", | ||
"ckeditor5-plugin" | ||
], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^11.0.0", | ||
"@ckeditor/ckeditor5-engine": "^10.2.0", | ||
"@ckeditor/ckeditor5-ui": "^11.0.0", | ||
"@ckeditor/ckeditor5-utils": "^10.2.0" | ||
"@ckeditor/ckeditor5-core": "^11.0.1", | ||
"@ckeditor/ckeditor5-engine": "^11.0.0", | ||
"@ckeditor/ckeditor5-ui": "^11.1.0", | ||
"@ckeditor/ckeditor5-utils": "^11.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-cloud-services": "^10.0.2", | ||
"@ckeditor/ckeditor5-editor-classic": "^11.0.0", | ||
"@ckeditor/ckeditor5-highlight": "^10.0.2", | ||
"@ckeditor/ckeditor5-paragraph": "^10.0.2", | ||
"eslint": "^4.15.0", | ||
"@ckeditor/ckeditor5-cloud-services": "^10.1.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^11.0.1", | ||
"@ckeditor/ckeditor5-highlight": "^10.0.3", | ||
"@ckeditor/ckeditor5-paragraph": "^10.0.3", | ||
"eslint": "^5.5.0", | ||
"eslint-config-ckeditor5": "^1.0.7", | ||
@@ -25,0 +26,0 @@ "husky": "^0.14.3", |
@@ -15,5 +15,9 @@ CKEditor 5 font feature | ||
## Demo | ||
Check out the [demo in the Font feature](https://ckeditor.com/docs/ckeditor5/latest/features/font.html#demo) guide. | ||
## Documentation | ||
See the [`@ckeditor/ckeditor5-font` package](https://docs.ckeditor.com/ckeditor5/latest/api/font.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/). | ||
See the [`@ckeditor/ckeditor5-font` package](https://ckeditor.com/docs/ckeditor5/latest/api/font.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/). | ||
@@ -20,0 +24,0 @@ ## License |
@@ -16,7 +16,9 @@ /** | ||
/** | ||
* A plugin that enables (aggregates) a set of text styling features: | ||
* A plugin that enables a set of text styling features: | ||
* | ||
* * {@link module:font/fontsize~FontSize}, | ||
* * {@link module:font/fontfamily~FontFamily}. | ||
* | ||
* For a detailed overview, check the {@glink features/font font feature} documentation. | ||
* For a detailed overview, check the {@glink features/font Font feature} documentation | ||
* and the {@glink api/font package page}. | ||
* | ||
@@ -23,0 +25,0 @@ * @extends module:core/plugin~Plugin |
@@ -17,7 +17,8 @@ /** | ||
* | ||
* It enables {@link module:font/fontfamily/fontfamilyediting~FontFamilyEditing} and | ||
* For a detailed overview, check the {@glink features/font font feature} documentatiom | ||
* and the {@glink api/font package page}. | ||
* | ||
* This is a "glue" plugin which loads the {@link module:font/fontfamily/fontfamilyediting~FontFamilyEditing} and | ||
* {@link module:font/fontfamily/fontfamilyui~FontFamilyUI} features in the editor. | ||
* | ||
* For a detailed overview, check the {@glink features/font font feature} documentation. | ||
* | ||
* @extends module:core/plugin~Plugin | ||
@@ -111,5 +112,5 @@ */ | ||
* | ||
* Executing the `fontFamily` command without any value will remove the `fontFamily` attribute from the current selection. | ||
* Executing the `'fontFamily'` command without any value will remove the `fontFamily` attribute from the current selection. | ||
* | ||
* @member {Array.<String|module:font/fontfamily~FontFamilyOption>} module:font/fontfamily~FontFamilyConfig#options | ||
*/ |
@@ -17,7 +17,8 @@ /** | ||
* | ||
* It enables {@link module:font/fontsize/fontsizeediting~FontSizeEditing} and | ||
* For a detailed overview, check the {@glink features/font font feature} documentation | ||
* and the {@glink api/font package page}. | ||
* | ||
* This is a "glue" plugin which loads the {@link module:font/fontsize/fontsizeediting~FontSizeEditing} and | ||
* {@link module:font/fontsize/fontsizeui~FontSizeUI} features in the editor. | ||
* | ||
* For a detailed overview, check the {@glink features/font font feature} documentation. | ||
* | ||
* @extends module:core/plugin~Plugin | ||
@@ -108,3 +109,3 @@ */ | ||
* | ||
* Font size can be applied using the command API. To do that, use the `fontSize` command and pass the desired font size as a `value`. | ||
* Font size can be applied using the command API. To do that, use the `'fontSize'` command and pass the desired font size as a `value`. | ||
* For example, the following code will apply the `fontSize` attribute with the **tiny** value to the current selection: | ||
@@ -111,0 +112,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
67184
51
957
26
+ Added@ckeditor/ckeditor5-engine@11.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@10.2.0(transitive)
- Removed@ckeditor/ckeditor5-utils@10.2.1(transitive)