8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
7f1d190d0b
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      packages/ckeditor5-heading/CHANGELOG.md

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

@@ -1,6 +1,25 @@
 Changelog
 =========
 
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
+
+### Other changes
+
+* Align feature class naming to a new scheme. ([511a9d8](https://github.com/ckeditor/ckeditor5-heading/commit/511a9d8))
+* Aligned code to changes (`config.lang` to `config.languages`). Part of the Translation Service v2 ([ckeditor/ckeditor5#624](https://github.com/ckeditor/ckeditor5/issues/624)). ([eb00e22](https://github.com/ckeditor/ckeditor5-heading/commit/eb00e22))
+* Aligned tests to changes made in TranslationService. ([f2772ac](https://github.com/ckeditor/ckeditor5-heading/commit/f2772ac))
+* Aligning with new conversion helpers API. ([263707b](https://github.com/ckeditor/ckeditor5-heading/commit/263707b))
+* Migrated package styles to PostCSS. Moved visual styles to ckeditor5-theme-lark (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([965179e](https://github.com/ckeditor/ckeditor5-heading/commit/965179e))
+* Update naming of UI components & commands. ([72ee3d6](https://github.com/ckeditor/ckeditor5-heading/commit/72ee3d6))
+
+### BREAKING CHANGES
+
+* Renamed the `'headings'` dropdown UI component to `'heading'`.
+* The `'heading1'`, `'heading2'` and `'heading3'` commands are no longer available. They were replaced by the `'heading'` command that accepts heading model element name as a value.
+* The `HeadingCommand#value` is no longer a boolean only. Now it stores a name of the heading model element when selection is inside a heading.
+* The `HeadingCommand` constructor's second parameter is now an array of supported model elements.
+
+
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-heading/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 
 ### Other changes