浏览代码

Docs: Changelog. [skip ci]

Piotrek Koszuliński 7 年之前
父节点
当前提交
4493de6326
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      packages/ckeditor5-alignment/CHANGELOG.md

+ 18 - 0
packages/ckeditor5-alignment/CHANGELOG.md

@@ -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))