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

v0.8.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Apr 17:08
· 1761 commits to master since this release

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 and enableToolbarKeyboardFocus() 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 to Collection class in ckeditor5-utils. Closes #168. (5b55987)
  • Updated translations. (3b27e51)

BREAKING CHANGES

  • ViewCollection#bindTo.as is renamed to Collection#bindTo.using when mapping function is a parameter. SeeCollection#bindTo docs.
  • The ui/balloonpanel/balloonpanelview module was renamed to ui/panel/balloon/balloonpanelview. See #152.