|
|
@@ -1,6 +1,22 @@
|
|
|
Changelog
|
|
|
=========
|
|
|
|
|
|
+## [0.8.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.7.0...v0.8.0) (2017-05-07)
|
|
|
+
|
|
|
+### Other changes
|
|
|
+
|
|
|
+* Removed the `contextualtoolbar.scss` sass file. Converted the `ck-editor-toolbar` mixin into a class. Closes [#75](https://github.com/ckeditor/ckeditor5-theme/issues/75). ([9e75920](https://github.com/ckeditor/ckeditor5-theme/commit/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](https://github.com/ckeditor/ckeditor5-theme/issues/84). ([bdb2fa6](https://github.com/ckeditor/ckeditor5-theme/commit/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](https://github.com/ckeditor/ckeditor5-theme/compare/v0.6.1...v0.7.0) (2017-04-05)
|
|
|
|
|
|
### Features
|