You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other: The "class" property should control the DOM class attribute in all UI components. Closes #450.
BREAKING CHANGE: The `BallonPanelView#className` property was renamed to `#class`.
BREAKING CHANGE: The `ToolbarView#className` property was renamed to `#class`.
Docs: Aligned the UI library guide to the convention in which the observable "class" property controls the DOM class attribute (see ckeditor/ckeditor5-ui#450).
oleq
referenced
this issue
in ckeditor/ckeditor5-theme-lark
Dec 19, 2018
ATM they are not the same:
ToolbarView
:className
https://github.com/ckeditor/ckeditor5-ui/blob/master/src/toolbar/toolbarview.js#L102DropdownView
:class
https://github.com/ckeditor/ckeditor5-ui/blob/master/src/dropdown/dropdownview.js#L158ButtonView
:class
https://github.com/ckeditor/ckeditor5-ui/blob/master/src/button/buttonview.js#L125The text was updated successfully, but these errors were encountered: