Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v11.2.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Dec 11:52
· 727 commits to master since this release

Features

  • Added the .ck-read-only CSS class to the EditableUIView when #isReadOnly is true. (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)

Other changes