소스 검색

Docs: Changelog.

Piotrek Koszuliński 9 년 전
부모
커밋
3dc78e09e4
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      packages/ckeditor5-heading/CHANGELOG.md

+ 17 - 0
packages/ckeditor5-heading/CHANGELOG.md

@@ -0,0 +1,17 @@
+Changelog
+=========
+
+## [0.8.0](https://github.com/ckeditor/ckeditor5-heading/compare/v0.7.0...v0.8.0) (2017-03-06)
+
+### Features
+
+* Enabled configuration and localization of available headings (see `config.heading.options`). Closes [#33](https://github.com/ckeditor/ckeditor5/issues/33). ([de07a0c](https://github.com/ckeditor/ckeditor5-heading/commit/de07a0c))
+
+### Other changes
+
+* Updated translations. ([50583b4](https://github.com/ckeditor/ckeditor5-heading/commit/50583b4))
+
+
+### BREAKING CHANGES
+
+* The `heading` command now accepts `id` option, not `formatId`.