This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-widget
Releases · ckeditor/ckeditor5-widget
v19.0.0
MINOR BREAKING CHANGES
- Make sure the latest version of the
Essentials
plugin or theSelectAll
plugin is installed in your integration. Either is required for proper keystroke handling in editor widgets.
Bug fixes
- Image resize now cleans up temporary view
width
style changes. Closes ckeditor/ckeditor5#6060. (92226f9)
Other changes
- Moved the Ctrl+A keystroke handling in widgets to the
SelectAll
plugin (see ckeditor/ckeditor5#6536). (57eb263) - Updated translations. (79d1a21)
v18.0.0
v17.0.0
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
- Fixed image resize behavior upon short clicking a handle without dragging. Image will no longer became full width, nor will it briefly flash an unexpected size. Closes ckeditor/ckeditor5#5189. Closes ckeditor/ckeditor5#5195. (d6a5c93)
Other changes
v16.0.0
v15.0.0
MAJOR BREAKING CHANGES
- The
drag-handler.svg
icon is nowdrag-handle.svg
. If you use it in your integration, please update the path. - The
hasSelectionHandler
option of thetoWidget()
utility has been renamed tohasSelectionHandle
. 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
Features
- Introduced image widget resizer. See ckeditor/ckeditor5-image#241. (c84cd73)
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
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (cfd41c1)
- The widget toolbar should have a proper
aria-label
attribute (see ckeditor/ckeditor5#1404). (aec5888)