Browse Source

Docs: Changelog. [skip ci]

Piotrek Koszuliński 6 years ago
parent
commit
74e51a0705
1 changed files with 20 additions and 0 deletions
  1. 20 0
      packages/ckeditor5-theme-lark/CHANGELOG.md

+ 20 - 0
packages/ckeditor5-theme-lark/CHANGELOG.md

@@ -1,6 +1,26 @@
 Changelog
 =========
 
+## [14.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v13.0.1...v14.0.0) (2019-06-05)
+
+### Features
+
+* Introduced rotatable panels styles for `ContextualBalloon`. ([d3e4266](https://github.com/ckeditor/ckeditor5-theme-lark/commit/d3e4266))
+
+### Bug fixes
+
+* Vertical toolbar items should have no border-radius. Closes [#168](https://github.com/ckeditor/ckeditor5-theme-lark/issues/168). ([ea93616](https://github.com/ckeditor/ckeditor5-theme-lark/commit/ea93616))
+
+### Other changes
+
+* Introduced styles for ck-fake-panel. Part of [ckeditor/ckeditor5-ui#501](https://github.com/ckeditor/ckeditor5-ui/issues/501). ([c2736b1](https://github.com/ckeditor/ckeditor5-theme-lark/commit/c2736b1))
+* Moved `_rwd.css` mixin to `@ckeditor/ckeditor5-ui`. See [ckeditor/ckeditor5#1662](https://github.com/ckeditor/ckeditor5/issues/1662). ([325d64e](https://github.com/ckeditor/ckeditor5-theme-lark/commit/325d64e))
+
+### BREAKING CHANGES
+
+* The `_rwd.css` mixin was moved to `@ckeditor/ckeditor5-ui`.
+
+
 ## [13.0.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v13.0.0...v13.0.1) (2019-04-10)
 
 Internal changes only (updated dependencies, documentation, etc.).