This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
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)