Преглед изворни кода

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski пре 6 година
родитељ
комит
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