8
0
Quellcode durchsuchen

Docs: Changelog. [skip ci]

Piotrek Koszuliński vor 7 Jahren
Ursprung
Commit
1754ef90c5
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14 0
      packages/ckeditor5-font/CHANGELOG.md

+ 14 - 0
packages/ckeditor5-font/CHANGELOG.md

@@ -1,6 +1,20 @@
 Changelog
 =========
 
+## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-font/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
+
+### Other changes
+
+* Aligned `ElementDefinition` usage to the changes in the engine. See [ckeditor/ckeditor5#742](https://github.com/ckeditor/ckeditor5/issues/742). ([5705b42](https://github.com/ckeditor/ckeditor5-font/commit/5705b42))
+* ckeditor5-cloudservices was renamed to ckeditor5-cloud-services and ckeditor-cloudservices-core to ckeditor-cloud-services-core. ([1375307](https://github.com/ckeditor/ckeditor5-font/commit/1375307))
+* Updated translations. ([518bc49](https://github.com/ckeditor/ckeditor5-font/commit/518bc49))
+* Updated translations. ([1f7461b](https://github.com/ckeditor/ckeditor5-font/commit/1f7461b))
+
+### BREAKING CHANGES
+
+* In the custom format of the font size configuration the `view.style`, `view.class` and `view.attribute` properties are now called `view.styles`, `view.classes` and `view.attributes`.
+
+
 ## 1.0.0-beta.1 (2018-03-15)
 
 ### Features