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

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 384 commits to master since this release

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).