This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v0.8.0
Features
- Allowed marking ListItemView active using the #isActive attribute. Closes #166. (a19d6c4)
- Enabled styling via "class" attribute in ListItemView. Closes #162. (672bf82)
- Implemented features necessary for creating inline editors UI –
FloatingPanelView
class,Template.revert()
method andenableToolbarKeyboardFocus()
util. Closes #152. (cb606d7)
Other changes
ComponentFactory
will throw an error when attempting to create a non-existent component. Closes #174. (ef0a7f8)- Imported "ck-hidden" CSS class from ckeditor5-theme-lark. Closes #164. (486bb22)
- Moved
ViewCollection#bindTo
method toCollection
class inckeditor5-utils
. Closes #168. (5b55987) - Updated translations. (3b27e51)
BREAKING CHANGES
ViewCollection#bindTo.as
is renamed toCollection#bindTo.using
when mapping function is a parameter. SeeCollection#bindTo
docs.- The
ui/balloonpanel/balloonpanelview
module was renamed toui/panel/balloon/balloonpanelview
. See #152.