CHANGELOG.md 2.2 KB

Changelog

0.8.0 (2017-05-07)

Other changes

  • Removed the 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.

  • Updated class names after the refactoring in BalloonPanelView class. Closes #84. (bdb2fa6)

BREAKING CHANGES

  • The ck-editor-toolbar mixin is no longer available. Please use .ck-editor-toolbar class instead.
  • The ck-toolbar__container class has been renamed, use .ck-toolbar-container instead.

0.7.0 (2017-04-05)

Features

  • Added styles for active list items. Closes #80. (05d3716)
  • Provided styles for FloatingToolbarView. Closes #73. (2c64d41)

Other changes

  • Extracted "ck-hidden" CSS class to ckeditor5-ui. Closes #78. (82b25fa)
  • Removed tick symbol from active list item, used inverted background and text colors instead. Closes #82. (a2eb843)

0.6.1 (2017-03-06)

Bug fixes

  • Toolbar separator and new line CSS classes should follow our naming guidelines. Closes #76. (a3d9276)