.ck-sticky-panel styles to the new component's structure. (c8afd35)StickyToolbar component has become StickyPanel (see ckeditor/ckeditor5-ui#297). (023a879).ck-toolbar_sticky class styles are available under .ck-sticky-panel..ck-reset class should set word-wrap to break-word to make sure long words do not overflow. Closes #105. Closes ckeditor/ckeditor5#462. (327c188).ck-editor-toolbar-container class to control balloon panels containing editor toolbars. Closes #89. (cd7442b).ck-balloon-panel arrow styles need an update after recent BalloonPanelView refactoring. Closes #95. (f95af00).ck-balloon-panel_arrow_nw–.ck-balloon-panel_arrow_ne) and (.ck-balloon-panel_arrow_sw–.ck-balloon-panel_arrow_se) class pairs have been swapped to reflect the actual placement of the arrow with respect to the balloon..ck-disabled is no longer available as a standalone class due to differences in the implementation of the disabled state among the UI components. Use a mixin instead .your-class.ck-disabled { [@include](https://github.com/include) ck-disabled; } to keep the previous functionality (reduced opacity) or provide a custom implementation of the state.contextualtoolbar.scss sass file. Converted the ck-editor-toolbar mixin into a class. Closes #75. (9e75920)BREAKING CHANGE: The ck-editor-toolbar mixin is no longer available. Please use .ck-editor-toolbar class instead.
BREAKING CHANGE: The ck-toolbar__container class has been renamed, use .ck-toolbar-container instead.
ck-editor-toolbar mixin is no longer available. Please use .ck-editor-toolbar class instead.ck-toolbar__container class has been renamed, use .ck-toolbar-container instead.FloatingToolbarView. Closes #73. (2c64d41)