@ckeditor/ckeditor5-ui
Advanced tools
Comparing version 32.0.0 to 33.0.0
{ | ||
"name": "@ckeditor/ckeditor5-ui", | ||
"version": "32.0.0", | ||
"version": "33.0.0", | ||
"description": "The UI framework and standard UI library of CKEditor 5.", | ||
@@ -14,23 +14,23 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-utils": "^32.0.0", | ||
"@ckeditor/ckeditor5-core": "^32.0.0", | ||
"@ckeditor/ckeditor5-utils": "^33.0.0", | ||
"@ckeditor/ckeditor5-core": "^33.0.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^32.0.0", | ||
"@ckeditor/ckeditor5-block-quote": "^32.0.0", | ||
"@ckeditor/ckeditor5-editor-balloon": "^32.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^32.0.0", | ||
"@ckeditor/ckeditor5-engine": "^32.0.0", | ||
"@ckeditor/ckeditor5-enter": "^32.0.0", | ||
"@ckeditor/ckeditor5-essentials": "^32.0.0", | ||
"@ckeditor/ckeditor5-heading": "^32.0.0", | ||
"@ckeditor/ckeditor5-image": "^32.0.0", | ||
"@ckeditor/ckeditor5-link": "^32.0.0", | ||
"@ckeditor/ckeditor5-list": "^32.0.0", | ||
"@ckeditor/ckeditor5-mention": "^32.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^32.0.0", | ||
"@ckeditor/ckeditor5-horizontal-line": "^32.0.0", | ||
"@ckeditor/ckeditor5-table": "^32.0.0", | ||
"@ckeditor/ckeditor5-typing": "^32.0.0" | ||
"@ckeditor/ckeditor5-basic-styles": "^33.0.0", | ||
"@ckeditor/ckeditor5-block-quote": "^33.0.0", | ||
"@ckeditor/ckeditor5-editor-balloon": "^33.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^33.0.0", | ||
"@ckeditor/ckeditor5-engine": "^33.0.0", | ||
"@ckeditor/ckeditor5-enter": "^33.0.0", | ||
"@ckeditor/ckeditor5-essentials": "^33.0.0", | ||
"@ckeditor/ckeditor5-heading": "^33.0.0", | ||
"@ckeditor/ckeditor5-image": "^33.0.0", | ||
"@ckeditor/ckeditor5-link": "^33.0.0", | ||
"@ckeditor/ckeditor5-list": "^33.0.0", | ||
"@ckeditor/ckeditor5-mention": "^33.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^33.0.0", | ||
"@ckeditor/ckeditor5-horizontal-line": "^33.0.0", | ||
"@ckeditor/ckeditor5-table": "^33.0.0", | ||
"@ckeditor/ckeditor5-typing": "^33.0.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "engines": { |
@@ -70,3 +70,3 @@ /** | ||
* The `id` of the element describing this field, e.g. when it has | ||
* some error, it helps screen readers read the error text. | ||
* some error; it helps screen readers read the error text. | ||
* | ||
@@ -110,3 +110,3 @@ * @observable | ||
/** | ||
* Corresponds to the `inputmode` DOM attribute. Can be `text`, `numeric`, `decimal`, etc.. | ||
* Corresponds to the `inputmode` DOM attribute. Can be `text`, `numeric`, `decimal`, etc. | ||
* | ||
@@ -113,0 +113,0 @@ * @observable |
@@ -22,3 +22,3 @@ /** | ||
* @param {module:utils/locale~Locale} locale The {@link module:core/editor/editor~Editor#locale} instance. | ||
* @param {Object} [options] Options of the input. | ||
* @param {Object} [options] The options of the input. | ||
* @param {Number} [options.min] The value of the `min` DOM attribute (the lowest accepted value). | ||
@@ -25,0 +25,0 @@ * @param {Number} [options.max] The value of the `max` DOM attribute (the highest accepted value). |
Sorry, the diff of this file is not supported yet
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
559474
+ Added@ckeditor/ckeditor5-core@33.0.0(transitive)
+ Added@ckeditor/ckeditor5-engine@33.0.0(transitive)
+ Added@ckeditor/ckeditor5-utils@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-core@32.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@32.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@32.0.0(transitive)