|
|
@@ -0,0 +1,18 @@
|
|
|
+Changelog
|
|
|
+=========
|
|
|
+
|
|
|
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-alignment/compare/v0.0.1...v1.0.0-beta.1) (2018-03-15)
|
|
|
+
|
|
|
+### Features
|
|
|
+
|
|
|
+* Initial implementation. Closes [#2](https://github.com/ckeditor/ckeditor5-alignment/issues/2). ([ae069ba](https://github.com/ckeditor/ckeditor5-alignment/commit/ae069ba))
|
|
|
+* Updated icons for compatibility with the refreshed Lark theme. Minor adjustments in toolbar configurations (see [ckeditor/ckeditor5#645](https://github.com/ckeditor/ckeditor5/issues/645)). ([cb51773](https://github.com/ckeditor/ckeditor5-alignment/commit/cb51773))
|
|
|
+* Used `ButtonDropdown` to aggregate alignment buttons. Closes [#4](https://github.com/ckeditor/ckeditor5-alignment/issues/4). Closes [#9](https://github.com/ckeditor/ckeditor5-alignment/issues/9). ([708f31e](https://github.com/ckeditor/ckeditor5-alignment/commit/708f31e))
|
|
|
+
|
|
|
+### Other changes
|
|
|
+
|
|
|
+* Align feature class naming to a new scheme. ([574799e](https://github.com/ckeditor/ckeditor5-alignment/commit/574799e))
|
|
|
+* Aligned to changes in ckeditor5-engine. ([704d2ee](https://github.com/ckeditor/ckeditor5-alignment/commit/704d2ee))
|
|
|
+* Aligning with new conversion helpers API. ([53dceb0](https://github.com/ckeditor/ckeditor5-alignment/commit/53dceb0))
|
|
|
+* Changed: `eventNameToConsumableType` is no longer needed nor available. ([36fb72d](https://github.com/ckeditor/ckeditor5-alignment/commit/36fb72d))
|
|
|
+* Updated translations. ([21a176c](https://github.com/ckeditor/ckeditor5-alignment/commit/21a176c))
|