|
|
@@ -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
|