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

v15.0.0

Compare
Choose a tag to compare
@mlewand mlewand released this 23 Oct 09:20
· 168 commits to master since this release

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