Procházet zdrojové kódy

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski před 6 roky
rodič
revize
6a15a8f9ca
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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