@ckeditor/ckeditor5-core
Advanced tools
Comparing version 0.8.0 to 0.8.1
Changelog | ||
========= | ||
## [0.8.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.0...v0.8.1) (2017-05-07) | ||
### Other changes | ||
* Updated translations. ([993596a](https://github.com/ckeditor/ckeditor5-core/commit/993596a)) | ||
## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (2017-04-05) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-core", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "", | ||
"keywords": [], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-engine": "^0.9.0", | ||
"@ckeditor/ckeditor5-utils": "^0.9.0" | ||
"@ckeditor/ckeditor5-engine": "^0.10.0", | ||
"@ckeditor/ckeditor5-utils": "^0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-dev-lint": "^2.0.2", | ||
"@ckeditor/ckeditor5-ui": "^0.8.0", | ||
"@ckeditor/ckeditor5-ui": "^0.9.0", | ||
"gulp": "^3.9.0", | ||
@@ -14,0 +14,0 @@ "guppy-pre-commit": "^0.4.0" |
@@ -65,4 +65,6 @@ /** | ||
* | ||
* The name should reflect the package name + path to that module. E.g. `ckeditor5-image/src/image.js` plugin | ||
* should be named `image/image` (the `ckeditor5-` prefix is stripped during compilation). | ||
* The name should reflect the package name + the plugin module name. E.g. `ckeditor5-image/src/image.js` plugin | ||
* should be named `image/image` (the `ckeditor5-` prefix is stripped during compilation). If plugin is kept | ||
* deeper in the directory structure, it's recommended to only use the module file name, not the whole path. | ||
* So, e.g. a plugin defined in `ckeditor5-ui/src/notification/notification.js` file may be named `ui/notification`. | ||
* | ||
@@ -69,0 +71,0 @@ * To keep a plugin class definition tight it's recommended to define this property as a static getter: |
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
158888
84
3063
+ Added@ckeditor/ckeditor5-engine@0.10.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.9.0(transitive)