This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v0.8.0
Bug fixes
<a>
elements without thehref
attribute should not be picked up by the converter when loading data or pasting. Closes #139. (80e4c03)LinkCommand
andUnlinkCommand
should update their state upon editor load. Closes #93. (1784eb6)- It should be possible to paste links. See ckeditor/ckeditor5#477. (4f24219)
- Keyboard listener should check if the command is enabled before opening the balloon. Closes #128. (be4b9eb)
- Link should have a higher priority than all other attribute elements. Closes #121. (9dc8973)
- Linking an entire image should not be possible. Closes #85. (1a4e110)
- The editing UI should show up when the selection encloses a link. Closes #23. (ae43103)
- The link feature's keystrokes should properly integrate with the list feature. Improved balloon positioning. Closes #146. (4d808b7)
- The URL field's value should be updated each time the form shows up. Closes #78. (3b702aa)
- Then unlink button in the link balloon should be visible when a link is partially selected. Closes #141. (2a4e9d8)
- URL input value should not be
'undefined'
when no link is selected. Closes #123. (22893d3)
Features
LinkFormView
controls should enter the read-only mode whenLinkCommand
andUnlinkCommand
are disabled. Closes #135. (50da835)- URL input field should provide a placeholder. Closes #109. (6d18c55)
Other changes
-
Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (919b497)
-
Cleaning up svg icons. (af73903)
-
Removed the "Unlink" button. Closes #52. (3b7fda7)
See https://github.com/ckeditor/ckeditor5-link/issues/31#issuecomment-316992952 and https://github.com/ckeditor/ckeditor5-link/issues/149 for plans how unlinking will be exposed in the future.
BREAKING CHANGES
- The
unlink
UI component was removed from the component factory. - The command API has been changed.