Przeglądaj źródła

Docs: Changelog. [skip ci]

Marek Lewandowski 6 lat temu
rodzic
commit
890e5b0cb0
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      packages/ckeditor5-theme-lark/CHANGELOG.md

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

@@ -1,6 +1,19 @@
 Changelog
 =========
 
+## [15.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.2.0...v15.0.0) (2019-10-23)
+
+### Bug fixes
+
+* To-do list styles should meet WCAG contrast standards and work with other editor features (e.g. font size). Closes [ckeditor/ckeditor5-list#146](https://github.com/ckeditor/ckeditor5-list/issues/146). Closes [ckeditor/ckeditor5-list#136](https://github.com/ckeditor/ckeditor5-list/issues/136). ([0d4a5e2](https://github.com/ckeditor/ckeditor5-theme-lark/commit/0d4a5e2))
+
+  Also moved some to-do list styles from ckeditor5-list (code refactoring). 
+
+### Other changes
+
+* Adjusted toolbar styles to allow automatic items grouping (see [ckeditor/ckeditor5#416](https://github.com/ckeditor/ckeditor5/issues/416)). ([e73b50d](https://github.com/ckeditor/ckeditor5-theme-lark/commit/e73b50d))
+
+
 ## [14.2.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.1.1...v14.2.0) (2019-08-26)
 
 ### Features