Ver código fonte

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 anos atrás
pai
commit
6647d89c1d
1 arquivos alterados com 12 adições e 0 exclusões
  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.).