@ckeditor/ckeditor5-widget
Advanced tools
Comparing version 11.0.2 to 11.0.3
Changelog | ||
========= | ||
## [11.0.3](https://github.com/ckeditor/ckeditor5-widget/compare/v11.0.2...v11.0.3) (2019-07-04) | ||
### Bug fixes | ||
* A proper `DomConverter` method should be used to map a view to DOM when getting balloon position data. Closes [#87](https://github.com/ckeditor/ckeditor5-widget/issues/87). ([160333a](https://github.com/ckeditor/ckeditor5-widget/commit/160333a)) | ||
## [11.0.2](https://github.com/ckeditor/ckeditor5-widget/compare/v11.0.1...v11.0.2) (2019-06-05) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-widget", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"description": "Widget API for CKEditor 5.", | ||
@@ -12,19 +12,19 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^12.1.1", | ||
"@ckeditor/ckeditor5-engine": "^13.1.1", | ||
"@ckeditor/ckeditor5-ui": "^13.0.0", | ||
"@ckeditor/ckeditor5-utils": "^12.1.1" | ||
"@ckeditor/ckeditor5-core": "^12.2.0", | ||
"@ckeditor/ckeditor5-engine": "^13.2.0", | ||
"@ckeditor/ckeditor5-ui": "^13.0.1", | ||
"@ckeditor/ckeditor5-utils": "^13.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^11.1.1", | ||
"@ckeditor/ckeditor5-clipboard": "^11.0.2", | ||
"@ckeditor/ckeditor5-editor-balloon": "^12.1.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^12.1.1", | ||
"@ckeditor/ckeditor5-enter": "^11.0.2", | ||
"@ckeditor/ckeditor5-essentials": "^11.0.2", | ||
"@ckeditor/ckeditor5-heading": "^11.0.2", | ||
"@ckeditor/ckeditor5-paragraph": "^11.0.2", | ||
"@ckeditor/ckeditor5-table": "^13.0.0", | ||
"@ckeditor/ckeditor5-typing": "^12.0.2", | ||
"@ckeditor/ckeditor5-undo": "^11.0.2", | ||
"@ckeditor/ckeditor5-basic-styles": "^11.1.2", | ||
"@ckeditor/ckeditor5-clipboard": "^12.0.0", | ||
"@ckeditor/ckeditor5-editor-balloon": "^12.2.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^12.1.2", | ||
"@ckeditor/ckeditor5-enter": "^11.0.3", | ||
"@ckeditor/ckeditor5-essentials": "^11.0.3", | ||
"@ckeditor/ckeditor5-heading": "^11.0.3", | ||
"@ckeditor/ckeditor5-paragraph": "^11.0.3", | ||
"@ckeditor/ckeditor5-table": "^13.0.1", | ||
"@ckeditor/ckeditor5-typing": "^12.1.0", | ||
"@ckeditor/ckeditor5-undo": "^11.0.3", | ||
"eslint": "^5.5.0", | ||
@@ -31,0 +31,0 @@ "eslint-config-ckeditor5": "^1.0.11", |
@@ -7,3 +7,2 @@ CKEditor 5 widget API | ||
[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-widget.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-widget) | ||
[![BrowserStack Status](https://automate.browserstack.com/automate/badge.svg?badge_key=d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)](https://automate.browserstack.com/public-build/d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0) | ||
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-widget/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-widget?branch=master) | ||
@@ -10,0 +9,0 @@ <br> |
@@ -129,3 +129,3 @@ /** | ||
*/ | ||
throw new CKEditorError( 'widget-toolbar-duplicated: Toolbar with the given id was already added.', { toolbarId } ); | ||
throw new CKEditorError( 'widget-toolbar-duplicated: Toolbar with the given id was already added.', this, { toolbarId } ); | ||
} | ||
@@ -247,3 +247,3 @@ | ||
return { | ||
target: editingView.domConverter.viewToDom( relatedElement ), | ||
target: editingView.domConverter.mapViewToDom( relatedElement ), | ||
positions: [ | ||
@@ -250,0 +250,0 @@ defaultPositions.northArrowSouth, |
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
60734
21
- Removed@ckeditor/ckeditor5-utils@12.1.1(transitive)