Browse Source

Docs: Changelog. [skip ci]

Marek Lewandowski 5 years ago
parent
commit
4d9b379788
1 changed files with 13 additions and 0 deletions
  1. 13 0
      packages/ckeditor5-special-characters/CHANGELOG.md

+ 13 - 0
packages/ckeditor5-special-characters/CHANGELOG.md

@@ -1,6 +1,19 @@
 Changelog
 =========
 
+## [19.0.0](https://github.com/ckeditor/ckeditor5-special-characters/compare/v18.0.0...v19.0.0) (2020-04-28)
+
+### MAJOR BREAKING CHANGES
+
+* From now the `SpecialCharactersNavigationView` is an instance of the `FormHeaderView` and unnecessary `SpecialCharactersNavigationView#labelView` was removed.
+
+### Other changes
+
+* Made `SpecialCharactersNavigationView` an instance of the new `FormHeaderView` UI. See [ckeditor/ckeditor5#6109](https://github.com/ckeditor/ckeditor5/issues/6109). ([342a536](https://github.com/ckeditor/ckeditor5-special-characters/commit/342a536))
+* Removed duplicated styling inherited from the `FormHeaderView` component. See [ckeditor/ckeditor5#6586](https://github.com/ckeditor/ckeditor5/issues/6586). ([d20907a](https://github.com/ckeditor/ckeditor5-special-characters/commit/d20907a))
+* Updated translations. ([cf6804a](https://github.com/ckeditor/ckeditor5-special-characters/commit/cf6804a)) 
+
+
 ## [18.0.0](https://github.com/ckeditor/ckeditor5-special-characters/compare/v17.0.0...v18.0.0) (2020-03-19)
 
 ### Other changes