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

Releases: ckeditor/ckeditor5-link

v11.0.0

28 Feb 11:53
Compare
Choose a tag to compare

Bug fixes

Other changes

BREAKING CHANGES

v10.1.0

05 Dec 11:52
Compare
Choose a tag to compare

Features

Other changes

v10.0.4

09 Oct 10:20
Compare
Choose a tag to compare

Other changes

  • The link button will be active when the selection is placed inside a link. Closes #173. (c9e4bc3)
  • Updated translations. (6d0ce97)

v10.0.3

18 Jul 10:22
Compare
Choose a tag to compare

Other changes

v10.0.2

21 Jun 09:26
Compare
Choose a tag to compare

Other changes

  • Updated translations.

v10.0.1

22 May 11:26
Compare
Choose a tag to compare

Bug fixes

  • Fixed a cross-site scripting (XSS) vulnerability which allowed remote attackers to inject arbitrary web script through a crafted href attribute of a link (A) element. CVE-2018-11093. (8cb782e)

    This issue was reported indepdentently by Toan Chi Nguyen from Techlab Corporation and Michal Bazyli. Thank you!

v10.0.0

25 Apr 12:25
Compare
Choose a tag to compare

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

v1.0.0-beta.4

20 Apr 10:51
Compare
Choose a tag to compare

Other changes

v1.0.0-beta.2

10 Apr 09:21
Compare
Choose a tag to compare

Features

Bug fixes

Other changes

v1.0.0-beta.1

15 Mar 11:50
Compare
Choose a tag to compare

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.