This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v17.0.0
Features
-
Created the
LabeledView
class (see ckeditor/ckeditor5-table#227). (ec39406)Also added
id
properties to theDropdownView
andLabelView
for compatibility with theLabeledView
. -
Implemented the
Toolbar#isCompact
property to turn regular toolbars into compact ones (with less spacing) (see ckeditor/ckeditor5#6112). (a6b9c09) -
Reintroduced the concept of body collections with a focus on better management of multiple editors and support for context plugins (plugins which leave outside an editor instance). Closes ckeditor/ckeditor5#5888. (23d12e9)
Bug fixes
- Make
BlockToolbar
work with an empty configuration. Closes ckeditor/ckeditor5#5980. (1e05098)
Other changes
-
Replaced the
getResizeObserver()
helper with newResizeObserver
class inToolbarView
. (be98aa4)Follow-up on: ckeditor/ckeditor5-utils#320
-
Updated translations. (b8bd38e)