This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.2.0
Features
-
Added the
.ck-read-only
CSS class to theEditableUIView
when#isReadOnly
istrue
. (4119822) -
Added the optional
DropdownView#class
property to set a custom CSS class on the main element in DOM. Closes #447. (9cdcd4a)Thanks to @lucasreppewelander!
-
Implemented
LabeledInputView#infoText
to display useful hints next to the input (see ckeditor/ckeditor5-media-embed#35). (6ac03ea) -
Implemented configurable, smart
DropdownView
panel positioning. Closes #123. (8094f19)