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

v1.0.0-beta.1

Compare
Choose a tag to compare
@Reinmar Reinmar released this 15 Mar 11:50
· 422 commits to master since this release

Features

Bug fixes

  • Link feature should not create empty text nodes with linkHref attribute. Closes #169. (0641978)

Other changes

  • Aligned feature class naming to the new scheme. (5d8e67d)
  • Migrated package styles to PostCSS. Moved visual styles to @ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (f16d263)
  • Removed LinkElement. We should be using custom properties instead. Closes #162. (3785e50)
  • Updated translations. (d285ad3)

BREAKING CHANGES

  • The structure of the link UI has changed dramatically. Some pieces of the LinkFormView belong now to the LinkActionsView class. The CSS classes have also changed along with component templates.