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

Releases: ckeditor/ckeditor5-widget

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

MINOR BREAKING CHANGES

  • Make sure the latest version of the Essentials plugin or the SelectAll plugin is installed in your integration. Either is required for proper keystroke handling in editor widgets.

Bug fixes

Other changes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

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

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

MINOR BREAKING CHANGES

  • Resizer options object now also takes an editor instance.

Features

  • Introduced API to temporarily disable the WidgetToolbarRepository plugin (prevent the toolbar from showing up). Closes ckeditor/ckeditor5#5964. (b9cf062)

Bug fixes

Other changes

  • Align code to changes in Plugin API. (81bb636)
  • Updated translations. (75b8c83)

v16.0.0

04 Dec 10:43
Compare
Choose a tag to compare

Other changes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES

  • The drag-handler.svg icon is now drag-handle.svg. If you use it in your integration, please update the path.
  • The hasSelectionHandler option of the toWidget() utility has been renamed to hasSelectionHandle. Consider this change if you create your own widgets using this helper.
  • .ck-widget__selection-handler and .ck-widget_with-selection-handler CSS classes set on widgets have been renamed to .ck-widget__selection-handle and .ck-widget_with-selection-handle. This change may affect styling in your integration.

Bug fixes

  • Initial resize of a side image with no width predefined now gives correct percentage values. (6c2c52e)
  • Keyboard navigation should work around widgets in RTL content. Closes #97. (dfbf88d)

Other changes

v11.1.0

26 Aug 09:53
Compare
Choose a tag to compare

Features

Bug fixes

  • Improved balloon positioning when there is more than one stack in the rotator. (763c9ba)
  • Reposition visible toolbar when it is in a not visible stack of rotator. Closes ckeditor/ckeditor5#1957. (a438c8b)

Other changes

v11.0.4

10 Jul 14:33
Compare
Choose a tag to compare

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

v11.0.3

04 Jul 09:28
Compare
Choose a tag to compare

Bug fixes

  • A proper DomConverter method should be used to map a view to DOM when getting balloon position data. Closes #87. (160333a)

v11.0.2

05 Jun 09:05
Compare
Choose a tag to compare

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

v11.0.1

10 Apr 09:36
Compare
Choose a tag to compare

Bug fixes