Internal changes only (updated dependencies, documentation, etc.).
DomConverter method should be used to map a view to DOM when getting balloon position data. Closes #87. (160333a)Internal changes only (updated dependencies, documentation, etc.).
WidgetToolbarRepository. Closes #60. (7e11a24)$block. Closes ckeditor/ckeditor5#1529. (847d2ab).ck-widget_selectable class to .ck-widget_with-selection-handler for better semantics. Closes #66. (178ad5f)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c).ck-widget_selectable class has been renamed to .ck-widget_with-selection-handler for better semantics.visibleWhen() function, a property of an object passed into WidgetToolbarRepository.register(), has been renamed to getRelatedElement() and must return an editing View element the toolbar should be attached to (instead of Boolean).findOptimalInsertionPostion() utility function. (9c0d4ce)contenteditable property for widgets and their nested editables on Edge due to an awful instability which it causes in this browser. Closes ckeditor/ckeditor5#1079. Closes ckeditor/ckeditor5#1067. (ee530b1)Internal changes only (updated dependencies, documentation, etc.).
.ck-editable class with .ck-editor__editable + .ck-editor__nested-editable to stop Grammarly throwing errors. Closes ckeditor/ckeditor5#578. (051b326).ck-editable class is no longer available. Use the .ck-editor__nested-editable class instead.@ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (857d6d4)delete event instead of listening directly on key events. Closes #29. (ee6cc95)setAttribute() method should be used with string values of the contenteditable attribute. Closes #26. (d2a6cf5)Internal changes only (updated dependencies, documentation, etc.).