This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-link
Releases · ckeditor/ckeditor5-link
v19.0.0
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
- Replaced
LabeledInputView
withLabeledFieldView
. See ckeditor/ckeditor5#6110. (e4e9ba9) - Updated translations. (00c5a5c)
v18.0.0
v17.0.0
v16.0.0
v15.0.0
v11.1.2
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
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (cea8fa2)
- Passed editor content direction to the
bindTwoStepCaretToAttribute()
helper in theLinkEditing
plugin. See ckeditor/ckeditor5#1151. (73bf132) - Updated translations. (4345546)