Explorar el Código

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski hace 6 años
padre
commit
6a15a8f9ca
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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