8
0
فهرست منبع

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