@ckeditor/ckeditor5-undo
Advanced tools
Comparing version 1.0.0-beta.4 to 10.0.0
Changelog | ||
========= | ||
## [10.0.0](https://github.com/ckeditor/ckeditor5-undo/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25) | ||
### Other changes | ||
* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([bba4a8a](https://github.com/ckeditor/ckeditor5-undo/commit/bba4a8a)) | ||
### BREAKING CHANGES | ||
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information. | ||
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-undo/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19) | ||
@@ -5,0 +16,0 @@ |
@@ -7,10 +7,4 @@ Software License Agreement | ||
Licensed under the terms of any of the following licenses at your choice: | ||
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). | ||
* [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/gpl.html) | ||
* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/lgpl.html) | ||
* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html) | ||
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version of this software to use, reproduce, modify and distribute this software under any of the above licenses. | ||
Sources of Intellectual Property Included in CKEditor | ||
@@ -17,0 +11,0 @@ ----------------------------------------------------- |
{ | ||
"name": "@ckeditor/ckeditor5-undo", | ||
"version": "1.0.0-beta.4", | ||
"version": "10.0.0", | ||
"description": "Undo manager for CKEditor 5.", | ||
@@ -12,15 +12,15 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-engine": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-ui": "^1.0.0-beta.4" | ||
"@ckeditor/ckeditor5-core": "^10.0.0", | ||
"@ckeditor/ckeditor5-engine": "^10.0.0", | ||
"@ckeditor/ckeditor5-ui": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-clipboard": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-editor-classic": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-enter": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-heading": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-typing": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-utils": "^1.0.0-beta.4", | ||
"@ckeditor/ckeditor5-basic-styles": "^10.0.0", | ||
"@ckeditor/ckeditor5-clipboard": "^10.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^10.0.0", | ||
"@ckeditor/ckeditor5-enter": "^10.0.0", | ||
"@ckeditor/ckeditor5-heading": "^10.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^10.0.0", | ||
"@ckeditor/ckeditor5-typing": "^10.0.0", | ||
"@ckeditor/ckeditor5-utils": "^10.0.0", | ||
"eslint": "^4.15.0", | ||
@@ -36,3 +36,3 @@ "eslint-config-ckeditor5": "^1.0.7", | ||
"author": "CKSource (http://cksource.com/)", | ||
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://ckeditor.com", | ||
@@ -39,0 +39,0 @@ "bugs": "https://github.com/ckeditor/ckeditor5-undo/issues", |
@@ -21,2 +21,2 @@ CKEditor 5 undo feature | ||
Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the `LICENSE.md` file. | ||
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file. |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
48941
+ Added@ckeditor/ckeditor5-core@10.1.0(transitive)
+ Added@ckeditor/ckeditor5-engine@10.2.0(transitive)
+ Added@ckeditor/ckeditor5-theme-lark@10.1.0(transitive)
+ Added@ckeditor/ckeditor5-ui@10.1.0(transitive)
+ Added@ckeditor/ckeditor5-utils@10.2.1(transitive)
+ Addedckeditor5@11.2.0(transitive)
- Removed@ckeditor/ckeditor5-core@1.0.0-beta.4(transitive)
- Removed@ckeditor/ckeditor5-engine@1.0.0-beta.4(transitive)
- Removed@ckeditor/ckeditor5-theme-lark@1.0.0-beta.4(transitive)
- Removed@ckeditor/ckeditor5-ui@1.0.0-beta.4(transitive)
- Removed@ckeditor/ckeditor5-utils@1.0.0-beta.4(transitive)