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

Releases: ckeditor/ckeditor5-link

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

Features

  • Introduced the defaultValue option to allow enabling a particular manual decorator by default. Closes ckeditor/ckeditor5#6031. (82f966e)
  • After pasting a link the selection is now moved outside of a link to improve UX. This is done by change in the Model#insertContent() handling. Closes ckeditor/ckeditor5#6053. (afabf03)

Other changes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

Bug fixes

  • The link balloon toolbar will be displayed on links even if the link command is disabled. (163684e)

Other changes

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Bug fixes

Other changes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

Other changes

v11.1.2

26 Aug 09:53
Compare
Choose a tag to compare

Bug fixes

  • Add missing return value for link post-fixer. Closes #241. (14e5803)
  • Improved balloon positioning when there is more than one stack in the rotator. (d6c45df)
  • The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403). (b9e31a0)

Other changes

v11.1.1

10 Jul 14:32
Compare
Choose a tag to compare

Other changes

v11.1.0

04 Jul 09:28
Compare
Choose a tag to compare

Features

  • Introduced configurable link decorators allowing customization of link attributes in the editor data. Closes #186. (40d8266)

Other changes

v11.0.2

05 Jun 09:05
Compare
Choose a tag to compare

Bug fixes

  • The link balloon will not be shown if no link was added after command execution. Closes #171. (0069dc7)

Other changes

  • Use Model#insertContent() instead of model.Writer#insert(). Closes #224. (e3c8676)
  • Updated translations. (ba97a60)

v11.0.1

10 Apr 09:36
Compare
Choose a tag to compare

Other changes