浏览代码

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 年之前
父节点
当前提交
6647d89c1d
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      packages/ckeditor5-paragraph/CHANGELOG.md

+ 12 - 0
packages/ckeditor5-paragraph/CHANGELOG.md

@@ -1,6 +1,18 @@
 Changelog
 =========
 
+## [0.7.0](https://github.com/ckeditor/ckeditor5-paragraph/compare/v0.6.1...v0.7.0) (2017-04-05)
+
+### Bug fixes
+
+* Paragraph command should correctly update its `value` and `isEnabled` properties. Closes [#16](https://github.com/ckeditor/ckeditor5-paragraph/issues/16). ([931e02f](https://github.com/ckeditor/ckeditor5-paragraph/commit/931e02f))
+
+### Features
+
+* Implemented `ParagraphCommand`, previously part of the `HeadingCommand`. Closes [#14](https://github.com/ckeditor/ckeditor5-paragraph/issues/14). ([876877d](https://github.com/ckeditor/ckeditor5-paragraph/commit/876877d))
+* Named existing plugin(s). ([46dc9b8](https://github.com/ckeditor/ckeditor5-paragraph/commit/46dc9b8))
+
+
 ## [0.6.1](https://github.com/ckeditor/ckeditor5-paragraph/compare/v0.6.0...v0.6.1) (2017-03-06)
 
 Internal changes only (updated dependencies, documentation, etc.).