Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-widget

v11.0.0

28 Feb 11:53
Compare
Choose a tag to compare

Bug fixes

Other changes

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The .ck-widget_selectable class has been renamed to .ck-widget_with-selection-handler for better semantics.
  • The 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).

v10.3.1

05 Dec 11:52
Compare
Choose a tag to compare

Bug fixes

  • Selection converter will mark only the topmost widget in case of selecting a widget with another widget nested inside it. Closes #57. (a78efec)

Other changes

v10.3.0

09 Oct 10:20
Compare
Choose a tag to compare

Features

v10.2.0

18 Jul 10:22
Compare
Choose a tag to compare

Features

  • Implemented the widget selection handle. Closes #40. (bbf9298)

Other changes

v10.1.0

21 Jun 09:26
Compare
Choose a tag to compare

Features

v10.0.0

25 Apr 12:25
Compare
Choose a tag to compare

Other changes

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 for more information.

v1.0.0-beta.4

20 Apr 10:52
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v1.0.0-beta.2

10 Apr 09:21
Compare
Choose a tag to compare

Bug fixes

  • Replaced nested editable's .ck-editable class with .ck-editor__editable + .ck-editor__nested-editable to stop Grammarly throwing errors. Closes ckeditor/ckeditor5#578. (051b326)

Other changes

BREAKING CHANGES

  • The .ck-editable class is no longer available. Use the .ck-editor__nested-editable class instead.

v1.0.0-beta.1

15 Mar 11:50
Compare
Choose a tag to compare

Other changes

  • Aligned feature class naming to the new scheme. (23991a4)
  • Migrated package styles to PostCSS. Moved visual styles to @ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (857d6d4)
  • Switched to handling deletion around widgets by using the delete event instead of listening directly on key events. Closes #29. (ee6cc95)

v1.0.0-alpha.2

14 Nov 11:55
Compare
Choose a tag to compare

Bug fixes

  • The Ctrl+A keystroke will be now correctly handled when a widget is selected. Closes #23. (3e8f91f)
  • View element's setAttribute() method should be used with string values of the contenteditable attribute. Closes #26. (d2a6cf5)

Other changes

  • Widgets highlight remove handler will now use only descriptor id, instead of the full descriptor. (1dfdc83)