8
0
Просмотр исходного кода

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski 6 лет назад
Родитель
Сommit
6a15a8f9ca
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-ui/CHANGELOG.md

+ 2 - 2
packages/ckeditor5-ui/CHANGELOG.md

@@ -5,11 +5,11 @@ Changelog
 
 ### MAJOR BREAKING CHANGES
 
-* The internal structure of the component has changed. Toolbar items are no longer direct descendants of the toolbar in DOM, which may affect some integrations (mainly CSS selectors if adjustments were made to the styles).
+* The internal structure of the toolbar component has changed. Toolbar items are no longer direct descendants of the toolbar in the DOM, which may affect some integrations (mainly CSS selectors if adjustments were made to the styles).
 
 ### Features
 
-* Implemented automatic items grouping in the `ToolbarView` component. Closes [ckeditor/ckeditor5#416](https://github.com/ckeditor/ckeditor5/issues/416). ([46911bf](https://github.com/ckeditor/ckeditor5-ui/commit/46911bf))
+* The editor toolbar is now responsive. Closes [ckeditor/ckeditor5#416](https://github.com/ckeditor/ckeditor5/issues/416). ([46911bf](https://github.com/ckeditor/ckeditor5-ui/commit/46911bf))
 
 ### Other changes