T/206a: BalloonPanelView should not be focusable
T/209: FocusCycler should not consider invisible views.
ContextualToolbar plugin. Closes #182. Closes #187. (66a30b1)Introduced several new positions in BalloonPanelView#defaultPositions. Added className attribute to the BalloonPanelView interface.
BREAKING CHANGE: Default positions of the BalloonPanelView have been renamed.
BREAKING CHANGE: Class names controlling the arrow of the panel have been renamed.
FloatingPanelView into BalloonPanelView. Closes #191. (4b90faa)BREAKING CHANGE: FloatingPanelView is no longer available.
BREAKING CHANGE: BalloonPanelView#keepAttachedTo() has been replaced by pin().
BREAKING CHANGE: Default position names in BalloonPanelView.defaultPositions have changed. Now prefixed with arrow_.
BalloonPanelView have been renamed.FloatingPanelView is no longer available.BalloonPanelView#keepAttachedTo() has been replaced by pin().BalloonPanelView.defaultPositions have changed. Now prefixed with arrow_.FloatingPanelView class, Template.revert() method and enableToolbarKeyboardFocus() util. Closes #152. (cb606d7)ComponentFactory will throw an error when attempting to create a non-existent component. Closes #174. (ef0a7f8)ViewCollection#bindTo method to Collection class in ckeditor5-utils. Closes #168. (5b55987)ViewCollection#bindTo.as is renamed to Collection#bindTo.using when mapping function is a parameter. SeeCollection#bindTo docs.ui/balloonpanel/balloonpanelview module was renamed to ui/panel/balloon/balloonpanelview. See #152.